Test Suites
83 passed, 165 total
Tests
8918 passed, 9271 total
Snapshots
1503 passed, 1856 total
{
"additionalResultsProcessors": [],
"resultDir": "./jest-stare/",
"resultHtml": "index.html",
"resultJson": "jest-results.json"
}
{
"numFailedTestSuites": 82,
"numFailedTests": 353,
"numPassedTestSuites": 83,
"numPassedTests": 8918,
"numPendingTestSuites": 0,
"numPendingTests": 0,
"numRuntimeErrorTestSuites": 0,
"numTodoTests": 0,
"numTotalTestSuites": 165,
"numTotalTests": 9271,
"openHandles": [],
"snapshot": {
"added": 0,
"didUpdate": false,
"failure": true,
"filesAdded": 0,
"filesRemoved": 0,
"filesRemovedList": [],
"filesUnmatched": 82,
"filesUpdated": 0,
"matched": 1503,
"total": 1856,
"unchecked": 5,
"uncheckedKeysByFile": [
{
"filePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/template-literals/jsfmt.spec.js",
"keys": [
"css-prop.js format 1",
"styled-components-with-expressions.js format 1",
"styled-jsx.js format 1",
"styled-jsx-with-expressions.js format 1"
]
},
{
"filePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/template/jsfmt.spec.js",
"keys": [
"graphql.js format 1"
]
}
],
"unmatched": 353,
"updated": 0
},
"startTime": 1700044769184,
"success": false,
"testResults": [
{
"failureMessage": "valid-await-using-binding-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-await-using-binding-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n await using \\u0061b = c;\n }\n \n =====================================output=====================================\n async function f() {\n - await using ab = c;\n + await using \\u0061b = c;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-await-using-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-await-using-comments.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -19,18 +19,17 @@\n }\n \n =====================================output=====================================\n async function f() {\n {\n - /*0*/ await using /*1*/ /*2*/ b /*3*/ = /*4*/ f(); /*5*/\n + /*0*/ await using /*1*/ /*2*/ b /*3*/ = /*4*/ f() /*5*/;\n }\n {\n /*0*/ for (\n /*1*/ /*2*/ await using /*3*/ /*4*/ b /*5*/ =\n /*6*/ x /*7*/ /*8*/ /*9*/ /*10*/;\n ;\n -\n );\n }\n {\n /*0*/ for (/*1*/ /*2*/ await using /*3*/ /*4*/ b /*5*/ of /*6*/ x /*7*/ /*8*/);\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-module-block-top-level-await-using-binding.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-module-block-top-level-await-using-binding.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -6,10 +6,11 @@\n const m = module {\n await using foo = bar();\n }\n \n =====================================output=====================================\n - const m = module {\n + const m = module;\n + {\n await using foo = bar();\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-module-block-top-level-using-binding.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-module-block-top-level-using-binding.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -6,10 +6,11 @@\n module {\n using foo = bar();\n }\n \n =====================================output=====================================\n - module {\n + module;\n + {\n using foo = bar();\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-using-binding-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-using-binding-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,9 +5,9 @@\n =====================================input======================================\n { using \\u0061b = c; }\n \n =====================================output=====================================\n {\n - using ab = c;\n + using \\u0061b = c;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 5,
"numPassingTests": 265,
"numPendingTests": 0,
"perfStats": {
"start": 1018.441668000014,
"end": 12668.450291999965,
"runtime": 11650,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 101,
"unchecked": 0,
"unmatched": 5,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/explicit-resource-management/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"for-await-using-of-comments.js"
],
"duration": 2.7027450000168756,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"for-await-using-of-comments.js"
],
"duration": 70.65188299998408,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"for-await-using-of-comments.js"
],
"duration": 312.5191469999845,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"for-await-using-of-comments.js"
],
"duration": 18.203310000011697,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"for-await-using-of-comments.js"
],
"duration": 3.08343599998625,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"for-await-using-of-comments.js"
],
"duration": 12.045474999991711,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"for-await-using-of-comments.js"
],
"duration": 57.79785999999149,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"for-await-using-of-comments.js"
],
"duration": 57.73095400002785,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"for-await-using-of-comments.js"
],
"duration": 56.08090000000084,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-duplicate-using-bindings.js"
],
"duration": 0.6117819999926724,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"invalid-duplicate-using-bindings.js"
],
"duration": 5.060715999978129,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"invalid-duplicate-using-bindings.js"
],
"duration": 4.212704000005033,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"invalid-duplicate-using-bindings.js"
],
"duration": 1.8539810000220314,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-duplicate-using-bindings.js"
],
"duration": 1.24915200000396,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-duplicate-using-bindings.js"
],
"duration": 1.554281999997329,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-duplicate-using-bindings.js"
],
"duration": 57.92009099997813,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"invalid-duplicate-using-bindings.js"
],
"duration": 56.23765299998922,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"invalid-duplicate-using-bindings.js"
],
"duration": 57.32876899995608,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-script-top-level-using-binding.js"
],
"duration": 0.5418219999992289,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"invalid-script-top-level-using-binding.js"
],
"duration": 1.977872000017669,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"invalid-script-top-level-using-binding.js"
],
"duration": 54.68991099996492,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"invalid-script-top-level-using-binding.js"
],
"duration": 1.411865999980364,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-script-top-level-using-binding.js"
],
"duration": 1.171137000026647,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-script-top-level-using-binding.js"
],
"duration": 0.9821039999951608,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-script-top-level-using-binding.js"
],
"duration": 53.726849999977276,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"invalid-script-top-level-using-binding.js"
],
"duration": 54.7890550000011,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"invalid-script-top-level-using-binding.js"
],
"duration": 54.32721499999752,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"using-declarations.js"
],
"duration": 0.4243119999882765,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"using-declarations.js"
],
"duration": 7.394973999995273,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"using-declarations.js"
],
"duration": 2.854919000004884,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"using-declarations.js"
],
"duration": 1.1357600000337698,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"using-declarations.js"
],
"duration": 0.9678270000149496,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"using-declarations.js"
],
"duration": 1.0329989999881946,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"using-declarations.js"
],
"duration": 55.63399300002493,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"using-declarations.js"
],
"duration": 55.209808000014164,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"using-declarations.js"
],
"duration": 57.110418000025675,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-in.js"
],
"duration": 0.412008999963291,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-await-expr-using-in.js"
],
"duration": 55.60517100000288,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-in.js"
],
"duration": 57.33940799999982,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-in.js"
],
"duration": 54.84061700000893,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-in.js"
],
"duration": 53.83158599998569,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-in.js"
],
"duration": 53.865729000011925,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-in.js"
],
"duration": 53.855211000016425,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-in.js"
],
"duration": 54.02085699996678,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-in.js"
],
"duration": 53.43362899997737,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-instanceof.js"
],
"duration": 0.4203540000016801,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-await-expr-using-instanceof.js"
],
"duration": 54.43391000002157,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-instanceof.js"
],
"duration": 54.96989600005327,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-instanceof.js"
],
"duration": 54.17512999998871,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-instanceof.js"
],
"duration": 54.47071100003086,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-instanceof.js"
],
"duration": 53.91621400002623,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-instanceof.js"
],
"duration": 53.92428699997254,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-instanceof.js"
],
"duration": 53.609020000032615,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-instanceof.js"
],
"duration": 54.07963799999561,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-await-expr-using.js"
],
"duration": 0.44249599997419864,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-await-expr-using.js"
],
"duration": 59.4807650000439,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-await-expr-using.js"
],
"duration": 56.773755999980494,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-await-expr-using.js"
],
"duration": 56.35164700000314,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-await-expr-using.js"
],
"duration": 58.08829099999275,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-await-expr-using.js"
],
"duration": 55.37501999997767,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-await-expr-using.js"
],
"duration": 55.826249000034295,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-await-expr-using.js"
],
"duration": 56.29994500003522,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-await-expr-using.js"
],
"duration": 55.69207699998515,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-await-using-asi-assignment.js"
],
"duration": 0.4231300000101328,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-await-using-asi-assignment.js"
],
"duration": 55.381392999959644,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-await-using-asi-assignment.js"
],
"duration": 56.175794999988284,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-await-using-asi-assignment.js"
],
"duration": 54.9696320000221,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-await-using-asi-assignment.js"
],
"duration": 55.02393100003246,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-await-using-asi-assignment.js"
],
"duration": 53.84853399998974,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-await-using-asi-assignment.js"
],
"duration": 53.84961099998327,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-await-using-asi-assignment.js"
],
"duration": 56.493118999991566,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-await-using-asi-assignment.js"
],
"duration": 54.043043999990914,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-basic.js"
],
"duration": 0.5063550000195391,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-await-using-binding-basic.js"
],
"duration": 2.5907559999614023,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-basic.js"
],
"duration": 56.30564699997194,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-basic.js"
],
"duration": 1.5067820000112988,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-basic.js"
],
"duration": 1.0711800000281073,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-basic.js"
],
"duration": 0.8661169999977574,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-basic.js"
],
"duration": 53.88961399998516,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-basic.js"
],
"duration": 54.52499600005103,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-basic.js"
],
"duration": 53.51181400002679,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-escaped.js"
],
"duration": 3.6554529999848455,
"failureMessages": [
"valid-await-using-binding-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-await-using-binding-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n await using \\u0061b = c;\n }\n \n =====================================output=====================================\n async function f() {\n - await using ab = c;\n + await using \\u0061b = c;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"valid-await-using-binding-escaped.js"
],
"duration": 3.9321280000149272,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-escaped.js"
],
"duration": 59.825997000036296,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-escaped.js"
],
"duration": 1.7168750000419095,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-escaped.js"
],
"duration": 1.0093650000053458,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-escaped.js"
],
"duration": 1.230658000044059,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-escaped.js"
],
"duration": 55.532941000012215,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-escaped.js"
],
"duration": 53.84613099996932,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-escaped.js"
],
"duration": 53.43214900000021,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-non-bmp.js"
],
"duration": 0.4170690000173636,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-await-using-binding-non-bmp.js"
],
"duration": 2.8806880000047386,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-non-bmp.js"
],
"duration": 54.17676800000481,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-non-bmp.js"
],
"duration": 2.024760000000242,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-non-bmp.js"
],
"duration": 1.009574999974575,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-non-bmp.js"
],
"duration": 0.7964569999603555,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-non-bmp.js"
],
"duration": 55.106093999987934,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-non-bmp.js"
],
"duration": 55.13373300002422,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-non-bmp.js"
],
"duration": 54.97880199999781,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-using.js"
],
"duration": 0.5131369999726303,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-await-using-binding-using.js"
],
"duration": 2.503622999996878,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-using.js"
],
"duration": 55.00351099995896,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-using.js"
],
"duration": 1.3475859999889508,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-using.js"
],
"duration": 0.9060920000192709,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-using.js"
],
"duration": 0.8060640000039712,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-using.js"
],
"duration": 57.07029100001091,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-using.js"
],
"duration": 54.00278400001116,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-using.js"
],
"duration": 54.30390099994838,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-await-using-comments.js"
],
"duration": 1.0949339999933727,
"failureMessages": [
"valid-await-using-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-await-using-comments.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -19,18 +19,17 @@\n }\n \n =====================================output=====================================\n async function f() {\n {\n - /*0*/ await using /*1*/ /*2*/ b /*3*/ = /*4*/ f(); /*5*/\n + /*0*/ await using /*1*/ /*2*/ b /*3*/ = /*4*/ f() /*5*/;\n }\n {\n /*0*/ for (\n /*1*/ /*2*/ await using /*3*/ /*4*/ b /*5*/ =\n /*6*/ x /*7*/ /*8*/ /*9*/ /*10*/;\n ;\n -\n );\n }\n {\n /*0*/ for (/*1*/ /*2*/ await using /*3*/ /*4*/ b /*5*/ of /*6*/ x /*7*/ /*8*/);\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"valid-await-using-comments.js"
],
"duration": 4.849933999998029,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-await-using-comments.js"
],
"duration": 1.9309250000515021,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-await-using-comments.js"
],
"duration": 1.00356300000567,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-await-using-comments.js"
],
"duration": 1.0583259999984875,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-await-using-comments.js"
],
"duration": 0.795936000009533,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-await-using-comments.js"
],
"duration": 56.38186099997256,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-await-using-comments.js"
],
"duration": 55.73693899996579,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-await-using-comments.js"
],
"duration": 56.89765499997884,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-for-await-using-binding-escaped-of-of.js"
],
"duration": 0.43879899999592453,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-for-await-using-binding-escaped-of-of.js"
],
"duration": 56.67077500000596,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-for-await-using-binding-escaped-of-of.js"
],
"duration": 58.402937999984715,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-for-await-using-binding-escaped-of-of.js"
],
"duration": 58.00626500003273,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-for-await-using-binding-escaped-of-of.js"
],
"duration": 56.27396800002316,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-for-await-using-binding-escaped-of-of.js"
],
"duration": 55.22540300001856,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-for-await-using-binding-escaped-of-of.js"
],
"duration": 56.70810500002699,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-for-await-using-binding-escaped-of-of.js"
],
"duration": 61.449328000016976,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-for-await-using-binding-escaped-of-of.js"
],
"duration": 54.94911999994656,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-escaped-of-of.js"
],
"duration": 0.47189200000138953,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-for-using-binding-escaped-of-of.js"
],
"duration": 57.14380600000732,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-escaped-of-of.js"
],
"duration": 56.168880000011995,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-escaped-of-of.js"
],
"duration": 58.130348000035156,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-escaped-of-of.js"
],
"duration": 56.43379300000379,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-escaped-of-of.js"
],
"duration": 54.40623699995922,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-escaped-of-of.js"
],
"duration": 56.75689100002637,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-escaped-of-of.js"
],
"duration": 56.54446000000462,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-escaped-of-of.js"
],
"duration": 55.44782699999632,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-of-of.js"
],
"duration": 0.4418149999692105,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-for-using-binding-of-of.js"
],
"duration": 2.970214999979362,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-of-of.js"
],
"duration": 2.7743899999768473,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-of-of.js"
],
"duration": 1.0988510000170209,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-of-of.js"
],
"duration": 0.9135360000072978,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-of-of.js"
],
"duration": 0.7848050000029616,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-of-of.js"
],
"duration": 57.20056500000646,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-of-of.js"
],
"duration": 56.205069999967236,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-of-of.js"
],
"duration": 55.72039600001881,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-for-using-declaration.js"
],
"duration": 0.4001869999920018,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-for-using-declaration.js"
],
"duration": 2.243356999999378,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-for-using-declaration.js"
],
"duration": 1.6765399999567308,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-for-using-declaration.js"
],
"duration": 1.2143870000145398,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-for-using-declaration.js"
],
"duration": 0.9195670000044629,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-for-using-declaration.js"
],
"duration": 0.7990120000322349,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-for-using-declaration.js"
],
"duration": 56.2816429999657,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-for-using-declaration.js"
],
"duration": 56.72984499996528,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-for-using-declaration.js"
],
"duration": 55.39340699999593,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-await-using-binding.js"
],
"duration": 0.8037100000074133,
"failureMessages": [
"valid-module-block-top-level-await-using-binding.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-module-block-top-level-await-using-binding.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -6,10 +6,11 @@\n const m = module {\n await using foo = bar();\n }\n \n =====================================output=====================================\n - const m = module {\n + const m = module;\n + {\n await using foo = bar();\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-await-using-binding.js"
],
"duration": 2.567712999996729,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-await-using-binding.js"
],
"duration": 1.69751999998698,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-await-using-binding.js"
],
"duration": 1.1521910000010394,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-await-using-binding.js"
],
"duration": 0.869563999993261,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-await-using-binding.js"
],
"duration": 0.9629180000047199,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-await-using-binding.js"
],
"duration": 57.730469000001904,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-await-using-binding.js"
],
"duration": 56.77719300001627,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-await-using-binding.js"
],
"duration": 55.19318599998951,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-using-binding.js"
],
"duration": 0.6518170000053942,
"failureMessages": [
"valid-module-block-top-level-using-binding.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-module-block-top-level-using-binding.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -6,10 +6,11 @@\n module {\n using foo = bar();\n }\n \n =====================================output=====================================\n - module {\n + module;\n + {\n using foo = bar();\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-using-binding.js"
],
"duration": 1.8298160000122152,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-using-binding.js"
],
"duration": 1.251044999982696,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-using-binding.js"
],
"duration": 0.9314389999490231,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-using-binding.js"
],
"duration": 0.764737999998033,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-using-binding.js"
],
"duration": 0.6709130000090227,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-using-binding.js"
],
"duration": 70.06293800001731,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-using-binding.js"
],
"duration": 55.28269800002454,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-using-binding.js"
],
"duration": 55.128641000017524,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-computed-member.js"
],
"duration": 0.39069900003960356,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-computed-member.js"
],
"duration": 56.36631599999964,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-computed-member.js"
],
"duration": 56.630881000019144,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-computed-member.js"
],
"duration": 55.59573800000362,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-computed-member.js"
],
"duration": 54.554294000030495,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-computed-member.js"
],
"duration": 54.785356000007596,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-computed-member.js"
],
"duration": 57.46890400000848,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-computed-member.js"
],
"duration": 55.63715999998385,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-computed-member.js"
],
"duration": 63.96837299998151,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-expression-statement.js"
],
"duration": 0.4881509999977425,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-expression-statement.js"
],
"duration": 54.70842199999606,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-expression-statement.js"
],
"duration": 55.16998500004411,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-expression-statement.js"
],
"duration": 54.896773000014946,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-expression-statement.js"
],
"duration": 55.04611799999839,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-expression-statement.js"
],
"duration": 54.77939000003971,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-expression-statement.js"
],
"duration": 53.64256000000751,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-expression-statement.js"
],
"duration": 54.65766699996311,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-expression-statement.js"
],
"duration": 54.46617899998091,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-await-of.js"
],
"duration": 0.3939050000044517,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-await-of.js"
],
"duration": 2.170360999996774,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-await-of.js"
],
"duration": 55.598583000013605,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-await-of.js"
],
"duration": 55.98164999997243,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-await-of.js"
],
"duration": 55.2868460000027,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-await-of.js"
],
"duration": 54.9881629999727,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-await-of.js"
],
"duration": 56.240752000012435,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-await-of.js"
],
"duration": 56.31409800000256,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-await-of.js"
],
"duration": 54.89688399998704,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-in.js"
],
"duration": 0.39343399996869266,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-in.js"
],
"duration": 57.091439999989234,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-in.js"
],
"duration": 55.61456200003158,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-in.js"
],
"duration": 55.405472000013106,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-in.js"
],
"duration": 55.69410899997456,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-in.js"
],
"duration": 54.171899000008125,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-in.js"
],
"duration": 55.608754999993835,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-in.js"
],
"duration": 56.96705799998017,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-in.js"
],
"duration": 55.2265550000011,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-init.js"
],
"duration": 0.4024809999973513,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-init.js"
],
"duration": 55.78141499997582,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-init.js"
],
"duration": 55.16227999998955,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-init.js"
],
"duration": 55.69000300002517,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-init.js"
],
"duration": 54.711126999987755,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-init.js"
],
"duration": 53.8004550000187,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-init.js"
],
"duration": 55.32417199999327,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-init.js"
],
"duration": 54.256567000004,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-init.js"
],
"duration": 54.37164500000654,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-of.js"
],
"duration": 0.4150750000262633,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-of.js"
],
"duration": 59.843877999985125,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-of.js"
],
"duration": 55.314913999987766,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-of.js"
],
"duration": 54.69232899998315,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-of.js"
],
"duration": 54.89590499998303,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-of.js"
],
"duration": 53.539196000027005,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-of.js"
],
"duration": 55.88721600000281,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-of.js"
],
"duration": 55.826178000017535,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-of.js"
],
"duration": 55.084954000019934,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-in.js"
],
"duration": 0.4287999999942258,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-in.js"
],
"duration": 55.137653000012506,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-in.js"
],
"duration": 54.34972200001357,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-in.js"
],
"duration": 53.77274499996565,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-in.js"
],
"duration": 53.99407800001791,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-in.js"
],
"duration": 54.619095999980345,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-in.js"
],
"duration": 54.53138100000797,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-in.js"
],
"duration": 57.32939600001555,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-in.js"
],
"duration": 54.265402999997605,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-binding-basic.js"
],
"duration": 0.4277989999973215,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-binding-basic.js"
],
"duration": 1.7346289999550208,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-binding-basic.js"
],
"duration": 54.398121000034735,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-binding-basic.js"
],
"duration": 1.158562999975402,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-binding-basic.js"
],
"duration": 0.7882020000251941,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-binding-basic.js"
],
"duration": 0.7349919999833219,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-binding-basic.js"
],
"duration": 53.823880000039935,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-binding-basic.js"
],
"duration": 53.91063399997074,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-binding-basic.js"
],
"duration": 53.82621500000823,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-binding-escaped.js"
],
"duration": 0.7545189999509603,
"failureMessages": [
"valid-using-binding-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-using-binding-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,9 +5,9 @@\n =====================================input======================================\n { using \\u0061b = c; }\n \n =====================================output=====================================\n {\n - using ab = c;\n + using \\u0061b = c;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-binding-escaped.js"
],
"duration": 1.5521069999667816,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-binding-escaped.js"
],
"duration": 54.564322000020184,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-binding-escaped.js"
],
"duration": 1.2923029999947175,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-binding-escaped.js"
],
"duration": 0.7687049999949522,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-binding-escaped.js"
],
"duration": 0.8280859999940731,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-binding-escaped.js"
],
"duration": 55.6962760000024,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-binding-escaped.js"
],
"duration": 54.597936999984086,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-binding-escaped.js"
],
"duration": 54.46242999995593,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-binding-non-bmp.js"
],
"duration": 0.41748900001402944,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-binding-non-bmp.js"
],
"duration": 1.5903790000011213,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-binding-non-bmp.js"
],
"duration": 54.20497700001579,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-binding-non-bmp.js"
],
"duration": 1.2111509999958798,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-binding-non-bmp.js"
],
"duration": 0.8628110000281595,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-binding-non-bmp.js"
],
"duration": 0.7128510000184178,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-binding-non-bmp.js"
],
"duration": 54.08675099996617,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-binding-non-bmp.js"
],
"duration": 54.90999700000975,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-binding-non-bmp.js"
],
"duration": 54.44659600005252,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-binding-using.js"
],
"duration": 0.4170089999679476,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-binding-using.js"
],
"duration": 2.1177739999839105,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-binding-using.js"
],
"duration": 55.945845999987796,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-binding-using.js"
],
"duration": 1.1092409999691881,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-binding-using.js"
],
"duration": 0.7553900000057183,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-binding-using.js"
],
"duration": 0.6881840000278316,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-binding-using.js"
],
"duration": 55.02133000001777,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-binding-using.js"
],
"duration": 53.939448999997694,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-binding-using.js"
],
"duration": 55.05126100004418,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "async-do-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-do-expressions.js format 1`\n \n - Snapshot - 3\n + Received + 2\n \n @@ -4,10 +4,9 @@\n | printWidth\n =====================================input======================================\n async do { await requestAPI().json() };\n \n =====================================output=====================================\n - (async do {\n - await requestAPI().json();\n - });\n + async;\n + do { await requestAPI().json() };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndecimal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `decimal.js format 1`\n \n - Snapshot - 16\n + Received + 29\n \n @@ -31,30 +31,43 @@\n \n \n =====================================output=====================================\n // https://github.com/babel/babel/pull/11640\n \n - 100m;\n - 9223372036854775807m;\n - 0m;\n - 3.1415926535897932m;\n - 100.0m;\n - 0.1m;\n - ({ 0m: 0, 0.1m() {}, get 0.2m() {}, set 3m(_) {}, async 4m() {}, *0.5m() {} });\n - 1m;\n - 100m;\n - 9223372036854775807m;\n - 100m;\n + 100m\n + 9223372036854775807m\n + 0.m\n + 3.1415926535897932m\n + 100.000m\n + .1m\n + ({ 0m: 0, .1m() {}, get\n + 0.2m()\n + {\n + }\n + , set 3m(_)\n + {\n + }\n + , async 4m()\n + {\n + }\n + , *.5m()\n + {\n + }\n + })\n + 1.m\n + 100m\n + 9223372036854775807m\n + 100.m\n \n // Invalid decimal\n - 2e9m;\n - 016432m;\n - 089m;\n + 2e9m\n + 016432m\n + 089m\n \n // https://github.com/tc39/proposal-decimal\n - 0.1m + 0.2m === 0.3m;\n - 2.0m;\n + .1m + .2m === .3m\n + 2.00m\n -0m;\n typeof 1m === \"bigdecimal\";\n typeof 1m === \"decimal128\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndeferred-import-evaluation.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `deferred-import-evaluation.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\";\n \n =====================================output=====================================\n - import defer * as ns from \"x\";\n + import defer\n + * as ns from \"x\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndo-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `do-expressions.js format 1`\n \n - Snapshot - 4\n + Received + 5\n \n @@ -16,15 +16,16 @@\n let a = x > 10 ? 'big' : 'small';\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-do-expressions\n \n - let a = do {\n - if (x > 10) {\n - (\"big\");\n + let a =\n + do {\n + if(x > 10) {\n + 'big';\n } else {\n - (\"small\");\n + 'small';\n }\n };\n // is equivalent to:\n let a = x > 10 ? \"big\" : \"small\";\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nexport-default-from.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export-default-from.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -9,8 +9,11 @@\n export v from 'mod';\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-export-default-from\n \n - export v from \"mod\";\n + export\n + v;\n + from;\n + (\"mod\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunction-bind.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-bind.js format 1`\n \n - Snapshot - 8\n + Received + 10\n \n @@ -22,21 +22,23 @@\n obj.func.call(obj, val)\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-function-bind\n \n - obj::func;\n + obj:\n + :func\n // is equivalent to:\n - func.bind(obj)::obj.func;\n + func.bind(obj)\n +\n + ::obj.func\n // is equivalent to:\n - obj.func.bind(obj);\n + obj.func.bind(obj)\n \n - obj::func(val);\n + obj::func(val)\n // is equivalent to:\n - func\n - .call(obj, val)\n + func.call(obj, val)\n \n - ::obj.func(val);\n + ::obj.func(val)\n // is equivalent to:\n - obj.func.call(obj, val);\n + obj.func.call(obj, val)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-reflection.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-reflection.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import module foo from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-blocks.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -7,11 +7,12 @@\n export let m = 2;\n export let n = 3;\n };\n \n =====================================output=====================================\n - let m = module {\n + let m = module;\n + {\n export let m = 2;\n export let n = 3;\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npartial-application.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `partial-application.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -36,11 +36,13 @@\n addOne(2); // 3\n \n const addTen = add(?, 10); // apply from the right\n addTen(2); // 12\n \n - let newScore = player.score |> add(7, ?) |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n + let newScore = player.score\n + |> add(7, ?)\n + |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n \n f(x, ?); // partial application from left\n f(?, x); // partial application from right\n f(?, x, ?); // partial application for any arg\n o.f(x, ?); // partial application from left\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npipeline-operator-fsharp.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-fsharp.js format 1`\n \n - Snapshot - 8\n + Received + 15\n \n @@ -42,29 +42,36 @@\n // https://babeljs.io/docs/en/babel-plugin-proposal-pipeline-operator\n // https://github.com/valtech-nyc/proposal-fsharp-pipelines\n \n promise\n |> await\n - |> (x) => doubleSay(x, \", \")\n + |> x\n + => doubleSay(x, ', ')\n |> capitalize\n - |> (x) => x + \"!\"\n - |> (x) => new User.Message(x)\n - |> (x) => stream.write(x)\n + |> x => x + '!'\n + |> x => new User.Message(x)\n + |> x => stream.write(x)\n |> await\n - |> console.log;\n + |> console.log\n \n const result = exclaim(capitalize(doubleSay(\"hello\")));\n result; //=> \"Hello, hello!\"\n \n - const result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + const result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n result; //=> \"Hello, hello!\"\n \n const person = { score: 25 };\n \n - const newScore =\n - person.score |> double |> (n) => add(7, n) |> (n) => boundScore(0, 100, n);\n + const newScore = person.score\n + |> double\n + |> n\n + => add(7, n)\n + |> n => boundScore(0, 100, n)\n \n newScore; //=> 57\n \n // As opposed to:\n let newScore = boundScore(0, 100, add(7, double(person.score)));\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npipeline-operator-hack.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-hack.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -14,10 +14,12 @@\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-pipeline-operator\n // https://github.com/js-choi/proposal-hack-pipes\n \n - return list |> take(prefix.length, %) |> equals(%, prefix);\n + return list\n + |> take(prefix.length, %)\n + |> equals(%, prefix);\n \n // (The % token isn't final; it might instead be @ or ? or #.)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npipeline-operator-minimal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-minimal.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -21,10 +21,13 @@\n // https://github.com/tc39/proposal-pipeline-operator/\n \n let result = exclaim(capitalize(doubleSay(\"hello\")));\n result; //=> \"Hello, hello!\"\n \n - let result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + let result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n result; //=> \"Hello, hello!\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrecord-tuple-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record-tuple-record.js format 1`\n \n - Snapshot - 6\n + Received + 10\n \n @@ -10,14 +10,18 @@\n };\n \n const record2 = #{...record1, b: 5};\n \n =====================================output=====================================\n - const record1 = #{\n - a: 1,\n - b: 2,\n - c: 3,\n - };\n + const record1 = #;\n + {\n + a: 1, b;\n + : 2,\n + c: 3,\n + }\n \n - const record2 = #{ ...record1, b: 5 };\n + const record2 = #;\n + {\n + ...record1, b: 5\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrecord-tuple-tuple.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record-tuple-tuple.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n const tuple1 = #[1, 2, 3];\n \n =====================================output=====================================\n - const tuple1 = #[1, 2, 3];\n + const tuple1 = #;\n + [1, 2, 3];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsource-phase-imports.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `source-phase-imports.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,9 +5,12 @@\n =====================================input======================================\n import source fooSource from \"foo\";\n import.source(\"x\");\n \n =====================================output=====================================\n - import source fooSource from \"foo\";\n + import source\n + fooSource;\n + from;\n + (\"foo\");\n import.source(\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nthrow-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `throw-expressions.js format 1`\n \n - Snapshot - 2\n + Received + 5\n \n @@ -10,10 +10,13 @@\n }\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-throw-expressions\n \n - function test(param = throw new Error(\"required!\")) {\n - const test = param === true || throw new Error(\"Falsy!\");\n + function test(param = throw new Error('required!')\n + )\n + {\n + const test = param === true ||\n + throw new Error(\"Falsy!\");\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nv8intrinsic.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `v8intrinsic.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -30,11 +30,11 @@\n foo%bar()\n \n =====================================output=====================================\n // https://github.com/babel/babel/pull/10148\n \n - %DebugPrint(foo);\n + %DebugPrint(foo)\n \n // Invalid code https://github.com/JLHwung/babel/blob/c1a3cbfd65e08b7013fd6f8c62add8cb10b4b169/packages/babel-parser/test/fixtures/v8intrinsic/_errors/in-bind-expression/options.json\n // ::%DebugPrint(null)\n \n // Invalid code https://github.com/JLHwung/babel/blob/c1a3cbfd65e08b7013fd6f8c62add8cb10b4b169/packages/babel-parser/test/fixtures/v8intrinsic/_errors/in-member-expression/options.json\n @@ -48,11 +48,12 @@\n // %DebugPrint?.(null)\n \n new %DebugPrint(null);\n \n function* foo() {\n - yield %StringParseInt(\"42\", 10);\n + yield;\n + %StringParseInt(\"42\", 10)\n }\n \n foo % bar();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 17,
"numPassingTests": 318,
"numPendingTests": 0,
"perfStats": {
"start": 12699.041490999982,
"end": 26816.057216999994,
"runtime": 14117,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 127,
"unchecked": 0,
"unmatched": 17,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/babel-plugins/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 0.6759120000060648,
"failureMessages": [
"async-do-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-do-expressions.js format 1`\n \n - Snapshot - 3\n + Received + 2\n \n @@ -4,10 +4,9 @@\n | printWidth\n =====================================input======================================\n async do { await requestAPI().json() };\n \n =====================================output=====================================\n - (async do {\n - await requestAPI().json();\n - });\n + async;\n + do { await requestAPI().json() };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 56.738463999994565,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 56.70142900000792,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 1.1199200000264682,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 0.8094719999935478,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 0.7355840000091121,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 54.63758500001859,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"async-generators.js"
],
"duration": 0.5467310000094585,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"async-generators.js"
],
"duration": 55.473159999994095,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"async-generators.js"
],
"duration": 54.89560099999653,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"async-generators.js"
],
"duration": 55.45405300002312,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"async-generators.js"
],
"duration": 54.716766999976244,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"async-generators.js"
],
"duration": 55.74908400001004,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"async-generators.js"
],
"duration": 56.156887000019196,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"bigint.js"
],
"duration": 0.43013200000859797,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"bigint.js"
],
"duration": 66.75177600001916,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"bigint.js"
],
"duration": 66.85780800000066,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"bigint.js"
],
"duration": 69.76439199998276,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bigint.js"
],
"duration": 63.62988600000972,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bigint.js"
],
"duration": 65.71398800000316,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bigint.js"
],
"duration": 65.5923569999868,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class-properties.js"
],
"duration": 0.4673520000069402,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class-properties.js"
],
"duration": 58.28003299998818,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-properties.js"
],
"duration": 58.893908000027295,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-properties.js"
],
"duration": 58.15018399996916,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-properties.js"
],
"duration": 58.09763599996222,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-properties.js"
],
"duration": 58.15027500002179,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-properties.js"
],
"duration": 60.87464499997441,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 0.4158560000360012,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 56.555598000006285,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 56.54238900000928,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 56.910963999980595,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 56.01759399997536,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 56.37507700000424,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 56.81508199998643,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"decimal.js"
],
"duration": 1.1076580000226386,
"failureMessages": [
"decimal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `decimal.js format 1`\n \n - Snapshot - 16\n + Received + 29\n \n @@ -31,30 +31,43 @@\n \n \n =====================================output=====================================\n // https://github.com/babel/babel/pull/11640\n \n - 100m;\n - 9223372036854775807m;\n - 0m;\n - 3.1415926535897932m;\n - 100.0m;\n - 0.1m;\n - ({ 0m: 0, 0.1m() {}, get 0.2m() {}, set 3m(_) {}, async 4m() {}, *0.5m() {} });\n - 1m;\n - 100m;\n - 9223372036854775807m;\n - 100m;\n + 100m\n + 9223372036854775807m\n + 0.m\n + 3.1415926535897932m\n + 100.000m\n + .1m\n + ({ 0m: 0, .1m() {}, get\n + 0.2m()\n + {\n + }\n + , set 3m(_)\n + {\n + }\n + , async 4m()\n + {\n + }\n + , *.5m()\n + {\n + }\n + })\n + 1.m\n + 100m\n + 9223372036854775807m\n + 100.m\n \n // Invalid decimal\n - 2e9m;\n - 016432m;\n - 089m;\n + 2e9m\n + 016432m\n + 089m\n \n // https://github.com/tc39/proposal-decimal\n - 0.1m + 0.2m === 0.3m;\n - 2.0m;\n + .1m + .2m === .3m\n + 2.00m\n -0m;\n typeof 1m === \"bigdecimal\";\n typeof 1m === \"decimal128\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"decimal.js"
],
"duration": 58.84624199999962,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"decimal.js"
],
"duration": 58.38381000002846,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"decimal.js"
],
"duration": 1.1356999999843538,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"decimal.js"
],
"duration": 0.7114280000096187,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"decimal.js"
],
"duration": 0.7463229999993928,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"decimal.js"
],
"duration": 59.906445000029635,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"decorator-auto-accessors.js"
],
"duration": 0.41531499999109656,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"decorator-auto-accessors.js"
],
"duration": 55.30531899997732,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"decorator-auto-accessors.js"
],
"duration": 55.69300199998543,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"decorator-auto-accessors.js"
],
"duration": 1.4866950000287034,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"decorator-auto-accessors.js"
],
"duration": 0.9036970000015572,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"decorator-auto-accessors.js"
],
"duration": 54.834107999980915,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"decorators.js"
],
"duration": 0.4190320000052452,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"decorators.js"
],
"duration": 56.80391100002453,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"decorators.js"
],
"duration": 59.18243499996606,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"decorators.js"
],
"duration": 1.0626829999964684,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"decorators.js"
],
"duration": 0.7307550000259653,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"decorators.js"
],
"duration": 57.32683999999426,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"decorators.js"
],
"duration": 57.67408099997556,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"deferred-import-evaluation.js"
],
"duration": 0.6618560000206344,
"failureMessages": [
"deferred-import-evaluation.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `deferred-import-evaluation.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\";\n \n =====================================output=====================================\n - import defer * as ns from \"x\";\n + import defer\n + * as ns from \"x\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"deferred-import-evaluation.js"
],
"duration": 54.83329300000332,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"deferred-import-evaluation.js"
],
"duration": 56.10019700002158,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"deferred-import-evaluation.js"
],
"duration": 1.354198000044562,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"deferred-import-evaluation.js"
],
"duration": 0.715425000002142,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"deferred-import-evaluation.js"
],
"duration": 0.8602660000324249,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"deferred-import-evaluation.js"
],
"duration": 55.201582000008784,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"destructuring-private.js"
],
"duration": 0.4484369999845512,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"destructuring-private.js"
],
"duration": 57.87798799999291,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"destructuring-private.js"
],
"duration": 57.43890500004636,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"destructuring-private.js"
],
"duration": 1.968624999979511,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"destructuring-private.js"
],
"duration": 1.2767630000016652,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"destructuring-private.js"
],
"duration": 1.5879640000057407,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"destructuring-private.js"
],
"duration": 59.28587600000901,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"do-expressions.js"
],
"duration": 0.8908329999540001,
"failureMessages": [
"do-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `do-expressions.js format 1`\n \n - Snapshot - 4\n + Received + 5\n \n @@ -16,15 +16,16 @@\n let a = x > 10 ? 'big' : 'small';\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-do-expressions\n \n - let a = do {\n - if (x > 10) {\n - (\"big\");\n + let a =\n + do {\n + if(x > 10) {\n + 'big';\n } else {\n - (\"small\");\n + 'small';\n }\n };\n // is equivalent to:\n let a = x > 10 ? \"big\" : \"small\";\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"do-expressions.js"
],
"duration": 55.8814930000226,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"do-expressions.js"
],
"duration": 57.08498599997256,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"do-expressions.js"
],
"duration": 1.3296020000125282,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"do-expressions.js"
],
"duration": 0.8346780000138097,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"do-expressions.js"
],
"duration": 0.778814000019338,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"do-expressions.js"
],
"duration": 56.85072799999034,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 0.4117389999446459,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 57.39838999998756,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 57.983574999962,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 57.68513100000564,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 57.33370299998205,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 56.01822600001469,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 58.097506000020076,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"explicit-resource-management.js"
],
"duration": 0.43331900000339374,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"explicit-resource-management.js"
],
"duration": 57.55326000001514,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"explicit-resource-management.js"
],
"duration": 57.91573700000299,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"explicit-resource-management.js"
],
"duration": 1.33006300003035,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"explicit-resource-management.js"
],
"duration": 0.9136349999462254,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"explicit-resource-management.js"
],
"duration": 0.7692960000131279,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"explicit-resource-management.js"
],
"duration": 58.33820200001355,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export-default-from.js"
],
"duration": 0.6815530000021681,
"failureMessages": [
"export-default-from.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export-default-from.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -9,8 +9,11 @@\n export v from 'mod';\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-export-default-from\n \n - export v from \"mod\";\n + export\n + v;\n + from;\n + (\"mod\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"export-default-from.js"
],
"duration": 55.647870999993756,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-default-from.js"
],
"duration": 56.322815000021365,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-default-from.js"
],
"duration": 1.3231609999784268,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-default-from.js"
],
"duration": 0.7231700000120327,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-default-from.js"
],
"duration": 1.0804069999721833,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-default-from.js"
],
"duration": 55.62817099998938,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export-namespace-from.js"
],
"duration": 0.42961200000718236,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export-namespace-from.js"
],
"duration": 55.30847899999935,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-namespace-from.js"
],
"duration": 56.05198799999198,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-namespace-from.js"
],
"duration": 56.16760300000897,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-namespace-from.js"
],
"duration": 56.15241199999582,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-namespace-from.js"
],
"duration": 54.93203099997481,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-namespace-from.js"
],
"duration": 55.16550200001802,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"flow.js"
],
"duration": 1.4584230000036769,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"flow.js"
],
"duration": 55.4272709999932,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"flow.js"
],
"duration": 56.70772100001341,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"flow.js"
],
"duration": 1.2882649999810383,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"flow.js"
],
"duration": 0.8387460000230931,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"flow.js"
],
"duration": 0.7368160000187345,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"flow.js"
],
"duration": 0.8896909999893978,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-bind.js"
],
"duration": 0.8759959999588318,
"failureMessages": [
"function-bind.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-bind.js format 1`\n \n - Snapshot - 8\n + Received + 10\n \n @@ -22,21 +22,23 @@\n obj.func.call(obj, val)\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-function-bind\n \n - obj::func;\n + obj:\n + :func\n // is equivalent to:\n - func.bind(obj)::obj.func;\n + func.bind(obj)\n +\n + ::obj.func\n // is equivalent to:\n - obj.func.bind(obj);\n + obj.func.bind(obj)\n \n - obj::func(val);\n + obj::func(val)\n // is equivalent to:\n - func\n - .call(obj, val)\n + func.call(obj, val)\n \n - ::obj.func(val);\n + ::obj.func(val)\n // is equivalent to:\n - obj.func.call(obj, val);\n + obj.func.call(obj, val)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"function-bind.js"
],
"duration": 57.73553000000538,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-bind.js"
],
"duration": 56.78362300002482,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-bind.js"
],
"duration": 1.3621929999790154,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-bind.js"
],
"duration": 0.9102699999930337,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-bind.js"
],
"duration": 0.9638189999968745,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-bind.js"
],
"duration": 57.36829099996248,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-sent.js"
],
"duration": 0.5052429999923334,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function-sent.js"
],
"duration": 56.63221400004113,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-sent.js"
],
"duration": 56.79982600000221,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-sent.js"
],
"duration": 1.4376439999905415,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-sent.js"
],
"duration": 1.0118989999755286,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-sent.js"
],
"duration": 0.8295690000522882,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-sent.js"
],
"duration": 55.9196959999972,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-assertions-dynamic.js"
],
"duration": 0.4079020000062883,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"import-assertions-dynamic.js"
],
"duration": 55.639089999953285,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"import-assertions-dynamic.js"
],
"duration": 56.05104200000642,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"import-assertions-dynamic.js"
],
"duration": 1.1600559999933466,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-assertions-dynamic.js"
],
"duration": 0.7733139999909326,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-assertions-dynamic.js"
],
"duration": 0.6961299999966286,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-assertions-dynamic.js"
],
"duration": 56.160733000026084,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-assertions-static.js"
],
"duration": 0.45474899996770546,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"import-assertions-static.js"
],
"duration": 55.90454200003296,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"import-assertions-static.js"
],
"duration": 54.238186999980826,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"import-assertions-static.js"
],
"duration": 1.1433749999850988,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-assertions-static.js"
],
"duration": 0.7700769999646582,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-assertions-static.js"
],
"duration": 0.7561110000242479,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-assertions-static.js"
],
"duration": 55.61579100001836,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-attributes-dynamic.js"
],
"duration": 0.4202650000224821,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"import-attributes-dynamic.js"
],
"duration": 58.67249699996319,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"import-attributes-dynamic.js"
],
"duration": 56.27420300000813,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"import-attributes-dynamic.js"
],
"duration": 1.2307680000085384,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-attributes-dynamic.js"
],
"duration": 0.7873499999986961,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-attributes-dynamic.js"
],
"duration": 1.0278790000011213,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-attributes-dynamic.js"
],
"duration": 56.83895699999994,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-attributes-static.js"
],
"duration": 0.42638700001407415,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"import-attributes-static.js"
],
"duration": 57.85275899997214,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"import-attributes-static.js"
],
"duration": 56.85278200003086,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"import-attributes-static.js"
],
"duration": 1.1627909999806434,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-attributes-static.js"
],
"duration": 0.7532559999963269,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-attributes-static.js"
],
"duration": 0.7469949999940582,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-attributes-static.js"
],
"duration": 56.034475000051316,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-meta.js"
],
"duration": 0.41877199994632974,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"import-meta.js"
],
"duration": 69.76233200001298,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"import-meta.js"
],
"duration": 62.393979000044055,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"import-meta.js"
],
"duration": 68.44034299999475,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-meta.js"
],
"duration": 67.82359200000064,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-meta.js"
],
"duration": 64.10570899996674,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-meta.js"
],
"duration": 60.81620199995814,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 0.6167310000164434,
"failureMessages": [
"import-reflection.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-reflection.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import module foo from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 55.964174999971874,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 55.299142999981996,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 1.1007850000169128,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 0.7133320000139065,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 0.6912410000222735,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 54.83864099998027,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 0.41814999998314306,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 57.62208900001133,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 57.19970100000501,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 58.11367099999916,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 58.27742499997839,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 57.80447900004219,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 58.03891599999042,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"logical-assignment-operators.js"
],
"duration": 0.49333099997602403,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"logical-assignment-operators.js"
],
"duration": 56.494230999960564,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"logical-assignment-operators.js"
],
"duration": 55.706233000033535,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"logical-assignment-operators.js"
],
"duration": 55.068112000008114,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"logical-assignment-operators.js"
],
"duration": 64.66844299994409,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"logical-assignment-operators.js"
],
"duration": 58.315362000023015,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"logical-assignment-operators.js"
],
"duration": 56.442827000049874,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 0.7061480000265874,
"failureMessages": [
"module-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-blocks.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -7,11 +7,12 @@\n export let m = 2;\n export let n = 3;\n };\n \n =====================================output=====================================\n - let m = module {\n + let m = module;\n + {\n export let m = 2;\n export let n = 3;\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 55.75771800003713,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 57.2885660000029,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 1.1799730000202544,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 0.8353089999873191,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 0.7405730000464246,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 56.576547000033315,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"module-string-names.js"
],
"duration": 0.4269370000110939,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"module-string-names.js"
],
"duration": 55.73761100001866,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"module-string-names.js"
],
"duration": 55.96166199998697,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"module-string-names.js"
],
"duration": 55.442811999993864,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"module-string-names.js"
],
"duration": 56.18263699999079,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"module-string-names.js"
],
"duration": 1.2247970000025816,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"module-string-names.js"
],
"duration": 56.09444999997504,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nullish-coalescing-operator.js"
],
"duration": 0.46343599999090657,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nullish-coalescing-operator.js"
],
"duration": 57.74329899996519,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nullish-coalescing-operator.js"
],
"duration": 55.18950500001665,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nullish-coalescing-operator.js"
],
"duration": 55.41653399995994,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nullish-coalescing-operator.js"
],
"duration": 56.19723099999828,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nullish-coalescing-operator.js"
],
"duration": 56.040586000017356,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nullish-coalescing-operator.js"
],
"duration": 55.22141499997815,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numeric-separator.js"
],
"duration": 0.42408199998317286,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numeric-separator.js"
],
"duration": 58.51105800003279,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numeric-separator.js"
],
"duration": 59.94135799998185,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numeric-separator.js"
],
"duration": 59.235891000018455,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numeric-separator.js"
],
"duration": 62.85693400003947,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numeric-separator.js"
],
"duration": 58.764320999966,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numeric-separator.js"
],
"duration": 59.22730700002285,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object-rest-spread.js"
],
"duration": 0.43285899999318644,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object-rest-spread.js"
],
"duration": 59.128971999976784,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object-rest-spread.js"
],
"duration": 57.06711300002644,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object-rest-spread.js"
],
"duration": 58.287582999968436,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object-rest-spread.js"
],
"duration": 58.97644700005185,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object-rest-spread.js"
],
"duration": 57.3424679999589,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object-rest-spread.js"
],
"duration": 58.23767599998973,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"optional-catch-binding.js"
],
"duration": 0.42763900000136346,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"optional-catch-binding.js"
],
"duration": 56.19101700000465,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"optional-catch-binding.js"
],
"duration": 56.3776610000059,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"optional-catch-binding.js"
],
"duration": 56.05835999996634,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"optional-catch-binding.js"
],
"duration": 56.4985400000005,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"optional-catch-binding.js"
],
"duration": 57.01481299998704,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"optional-catch-binding.js"
],
"duration": 56.572635999997146,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"optional-chaining-assignment.js"
],
"duration": 0.40938500000629574,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"optional-chaining-assignment.js"
],
"duration": 55.031406999973115,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"optional-chaining-assignment.js"
],
"duration": 57.077556999982335,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"optional-chaining-assignment.js"
],
"duration": 1.1882990000303835,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"optional-chaining-assignment.js"
],
"duration": 0.8850530000054277,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"optional-chaining-assignment.js"
],
"duration": 0.7252940000034869,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"optional-chaining-assignment.js"
],
"duration": 57.028349000029266,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 0.43665600003441796,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 60.72562799998559,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 62.118516999995336,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 60.2526460000081,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 61.55945400003111,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 60.0048550000065,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 61.93996499996865,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"partial-application.js"
],
"duration": 0.7606099999975413,
"failureMessages": [
"partial-application.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `partial-application.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -36,11 +36,13 @@\n addOne(2); // 3\n \n const addTen = add(?, 10); // apply from the right\n addTen(2); // 12\n \n - let newScore = player.score |> add(7, ?) |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n + let newScore = player.score\n + |> add(7, ?)\n + |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n \n f(x, ?); // partial application from left\n f(?, x); // partial application from right\n f(?, x, ?); // partial application for any arg\n o.f(x, ?); // partial application from left\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"partial-application.js"
],
"duration": 63.14473200001521,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"partial-application.js"
],
"duration": 61.118322999973316,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"partial-application.js"
],
"duration": 1.5553450000006706,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"partial-application.js"
],
"duration": 1.2039079999667592,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"partial-application.js"
],
"duration": 0.878240000049118,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"partial-application.js"
],
"duration": 61.4508640000131,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"pipeline-operator-fsharp.js"
],
"duration": 0.7606099999975413,
"failureMessages": [
"pipeline-operator-fsharp.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-fsharp.js format 1`\n \n - Snapshot - 8\n + Received + 15\n \n @@ -42,29 +42,36 @@\n // https://babeljs.io/docs/en/babel-plugin-proposal-pipeline-operator\n // https://github.com/valtech-nyc/proposal-fsharp-pipelines\n \n promise\n |> await\n - |> (x) => doubleSay(x, \", \")\n + |> x\n + => doubleSay(x, ', ')\n |> capitalize\n - |> (x) => x + \"!\"\n - |> (x) => new User.Message(x)\n - |> (x) => stream.write(x)\n + |> x => x + '!'\n + |> x => new User.Message(x)\n + |> x => stream.write(x)\n |> await\n - |> console.log;\n + |> console.log\n \n const result = exclaim(capitalize(doubleSay(\"hello\")));\n result; //=> \"Hello, hello!\"\n \n - const result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + const result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n result; //=> \"Hello, hello!\"\n \n const person = { score: 25 };\n \n - const newScore =\n - person.score |> double |> (n) => add(7, n) |> (n) => boundScore(0, 100, n);\n + const newScore = person.score\n + |> double\n + |> n\n + => add(7, n)\n + |> n => boundScore(0, 100, n)\n \n newScore; //=> 57\n \n // As opposed to:\n let newScore = boundScore(0, 100, add(7, double(person.score)));\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"pipeline-operator-fsharp.js"
],
"duration": 61.836303999996744,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"pipeline-operator-fsharp.js"
],
"duration": 62.233056999975815,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"pipeline-operator-fsharp.js"
],
"duration": 1.230057000007946,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"pipeline-operator-fsharp.js"
],
"duration": 0.7996430000057444,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"pipeline-operator-fsharp.js"
],
"duration": 0.7683650000253692,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"pipeline-operator-fsharp.js"
],
"duration": 61.721011999994516,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"pipeline-operator-hack.js"
],
"duration": 0.647287999978289,
"failureMessages": [
"pipeline-operator-hack.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-hack.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -14,10 +14,12 @@\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-pipeline-operator\n // https://github.com/js-choi/proposal-hack-pipes\n \n - return list |> take(prefix.length, %) |> equals(%, prefix);\n + return list\n + |> take(prefix.length, %)\n + |> equals(%, prefix);\n \n // (The % token isn't final; it might instead be @ or ? or #.)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"pipeline-operator-hack.js"
],
"duration": 57.10849100002088,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"pipeline-operator-hack.js"
],
"duration": 58.09674700000323,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"pipeline-operator-hack.js"
],
"duration": 1.2317000000039116,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"pipeline-operator-hack.js"
],
"duration": 0.8077790000243112,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"pipeline-operator-hack.js"
],
"duration": 0.8159040000173263,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"pipeline-operator-hack.js"
],
"duration": 58.185376000008546,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"pipeline-operator-minimal.js"
],
"duration": 0.7536269999691285,
"failureMessages": [
"pipeline-operator-minimal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-minimal.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -21,10 +21,13 @@\n // https://github.com/tc39/proposal-pipeline-operator/\n \n let result = exclaim(capitalize(doubleSay(\"hello\")));\n result; //=> \"Hello, hello!\"\n \n - let result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + let result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n result; //=> \"Hello, hello!\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"pipeline-operator-minimal.js"
],
"duration": 57.41966999997385,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"pipeline-operator-minimal.js"
],
"duration": 58.11164400004782,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"pipeline-operator-minimal.js"
],
"duration": 1.360731000022497,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"pipeline-operator-minimal.js"
],
"duration": 1.018891999963671,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"pipeline-operator-minimal.js"
],
"duration": 1.1458589999820106,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"pipeline-operator-minimal.js"
],
"duration": 59.38326800003415,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"private-fields-in-in.js"
],
"duration": 0.5000830000499263,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private-fields-in-in.js"
],
"duration": 61.58138800004963,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"private-fields-in-in.js"
],
"duration": 59.77782299998216,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"private-fields-in-in.js"
],
"duration": 60.47404500003904,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private-fields-in-in.js"
],
"duration": 59.74586599995382,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private-fields-in-in.js"
],
"duration": 62.979524999973364,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"private-fields-in-in.js"
],
"duration": 70.02661899995292,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"private-methods.js"
],
"duration": 0.4314460000023246,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private-methods.js"
],
"duration": 58.46833600004902,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"private-methods.js"
],
"duration": 58.56057199998759,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"private-methods.js"
],
"duration": 60.356134000001475,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private-methods.js"
],
"duration": 58.50347900000634,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private-methods.js"
],
"duration": 57.31928599998355,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"private-methods.js"
],
"duration": 58.6898720000172,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"record-tuple-record.js"
],
"duration": 0.7855760000529699,
"failureMessages": [
"record-tuple-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record-tuple-record.js format 1`\n \n - Snapshot - 6\n + Received + 10\n \n @@ -10,14 +10,18 @@\n };\n \n const record2 = #{...record1, b: 5};\n \n =====================================output=====================================\n - const record1 = #{\n - a: 1,\n - b: 2,\n - c: 3,\n - };\n + const record1 = #;\n + {\n + a: 1, b;\n + : 2,\n + c: 3,\n + }\n \n - const record2 = #{ ...record1, b: 5 };\n + const record2 = #;\n + {\n + ...record1, b: 5\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"record-tuple-record.js"
],
"duration": 57.992517000006046,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"record-tuple-record.js"
],
"duration": 56.993138000019826,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"record-tuple-record.js"
],
"duration": 1.135149999987334,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"record-tuple-record.js"
],
"duration": 0.7518840000266209,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"record-tuple-record.js"
],
"duration": 0.7012489999760874,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"record-tuple-record.js"
],
"duration": 58.410190999973565,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"record-tuple-tuple.js"
],
"duration": 0.7081429999670945,
"failureMessages": [
"record-tuple-tuple.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record-tuple-tuple.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n const tuple1 = #[1, 2, 3];\n \n =====================================output=====================================\n - const tuple1 = #[1, 2, 3];\n + const tuple1 = #;\n + [1, 2, 3];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"record-tuple-tuple.js"
],
"duration": 57.6286320000072,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"record-tuple-tuple.js"
],
"duration": 57.08961700001964,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"record-tuple-tuple.js"
],
"duration": 1.194009000028018,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"record-tuple-tuple.js"
],
"duration": 0.850667999999132,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"record-tuple-tuple.js"
],
"duration": 0.8345279999775812,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"record-tuple-tuple.js"
],
"duration": 57.941735000000335,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"regex-v-flag.js"
],
"duration": 0.42584500001976267,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"regex-v-flag.js"
],
"duration": 56.8926480000373,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"regex-v-flag.js"
],
"duration": 56.880133000027854,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"regex-v-flag.js"
],
"duration": 57.83375500002876,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"regex-v-flag.js"
],
"duration": 57.81625400000485,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"regex-v-flag.js"
],
"duration": 1.6024120000074618,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"regex-v-flag.js"
],
"duration": 56.690388999995776,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 0.4135719999903813,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 56.98096600000281,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 56.087976999988314,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 1.5642809999990277,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 0.7917889999807812,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 0.8263120000483468,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 55.59810000000289,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"source-phase-imports.js"
],
"duration": 0.6877039999817498,
"failureMessages": [
"source-phase-imports.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `source-phase-imports.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,9 +5,12 @@\n =====================================input======================================\n import source fooSource from \"foo\";\n import.source(\"x\");\n \n =====================================output=====================================\n - import source fooSource from \"foo\";\n + import source\n + fooSource;\n + from;\n + (\"foo\");\n import.source(\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"source-phase-imports.js"
],
"duration": 56.68379300000379,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"source-phase-imports.js"
],
"duration": 56.24974100000691,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"source-phase-imports.js"
],
"duration": 1.1137389999930747,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"source-phase-imports.js"
],
"duration": 0.7153659999603406,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"source-phase-imports.js"
],
"duration": 0.710296000004746,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"source-phase-imports.js"
],
"duration": 56.49566600000253,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"throw-expressions.js"
],
"duration": 0.6228529999498278,
"failureMessages": [
"throw-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `throw-expressions.js format 1`\n \n - Snapshot - 2\n + Received + 5\n \n @@ -10,10 +10,13 @@\n }\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-throw-expressions\n \n - function test(param = throw new Error(\"required!\")) {\n - const test = param === true || throw new Error(\"Falsy!\");\n + function test(param = throw new Error('required!')\n + )\n + {\n + const test = param === true ||\n + throw new Error(\"Falsy!\");\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"throw-expressions.js"
],
"duration": 58.60606399999233,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"throw-expressions.js"
],
"duration": 58.08864600001834,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"throw-expressions.js"
],
"duration": 1.2255690000019968,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"throw-expressions.js"
],
"duration": 0.8376949999947101,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"throw-expressions.js"
],
"duration": 0.7510420000180602,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"throw-expressions.js"
],
"duration": 57.40692300000228,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"typescript.js"
],
"duration": 1.3465740000247024,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"typescript.js"
],
"duration": 56.46286000002874,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"typescript.js"
],
"duration": 57.770865999977104,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"typescript.js"
],
"duration": 1.124930000049062,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"typescript.js"
],
"duration": 0.8009250000468455,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"typescript.js"
],
"duration": 0.7249540000339039,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"typescript.js"
],
"duration": 1.0250340000493452,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"v8intrinsic.js"
],
"duration": 0.7118189999600872,
"failureMessages": [
"v8intrinsic.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `v8intrinsic.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -30,11 +30,11 @@\n foo%bar()\n \n =====================================output=====================================\n // https://github.com/babel/babel/pull/10148\n \n - %DebugPrint(foo);\n + %DebugPrint(foo)\n \n // Invalid code https://github.com/JLHwung/babel/blob/c1a3cbfd65e08b7013fd6f8c62add8cb10b4b169/packages/babel-parser/test/fixtures/v8intrinsic/_errors/in-bind-expression/options.json\n // ::%DebugPrint(null)\n \n // Invalid code https://github.com/JLHwung/babel/blob/c1a3cbfd65e08b7013fd6f8c62add8cb10b4b169/packages/babel-parser/test/fixtures/v8intrinsic/_errors/in-member-expression/options.json\n @@ -48,11 +48,12 @@\n // %DebugPrint?.(null)\n \n new %DebugPrint(null);\n \n function* foo() {\n - yield %StringParseInt(\"42\", 10);\n + yield;\n + %StringParseInt(\"42\", 10)\n }\n \n foo % bar();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"v8intrinsic.js"
],
"duration": 60.11354500002926,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"v8intrinsic.js"
],
"duration": 60.52645399997709,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"v8intrinsic.js"
],
"duration": 1.1774279999663122,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"v8intrinsic.js"
],
"duration": 0.8068060000077821,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"v8intrinsic.js"
],
"duration": 0.8109540000441484,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"v8intrinsic.js"
],
"duration": 60.08010700001614,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "range-0.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-0.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted<|>(2, 3);\n + thisWillBeFormatted(2, 3);<|>\n +\n + thisWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3<|>);\n + thisWillBeFormatted(2, 3);\n +\n + thi<|>sWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-2.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3<|>);\n + thisWillBeFormatted(2, 3);\n +\n + thi<|>sWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-3.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -15,12 +15,12 @@\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted <|> ( 1 ,3)\n + thisWontBeFormatted(<|>1, 3);\n \n - thisWillBeFormatted(2, 3);\n + thisWillBeFormatted(2, 3);\n +\n + thisWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-4.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-4.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 9<|>0 ,)\n | ^^^^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3);\n + thisWillBeFormatted(2, 3);\n \n - thisWontBeFormatted (2, 9<|>0 ,)\n - \n + thisWontBeFormatted(2, 90);\n + <|>\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-8.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-8.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 |\n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3)<|>;\n + thisWillBeFormatted(2, 3);\n \n - thisWontBeFormatted (2, 90 ,)\n + this<|>WontBeFormatted(2, 90);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 6,
"numPassingTests": 251,
"numPendingTests": 0,
"perfStats": {
"start": 26846.308602000005,
"end": 41695.741309000005,
"runtime": 14849,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 22,
"unchecked": 0,
"unmatched": 6,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/cursor/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"comments-1.js"
],
"duration": 0.5305200000293553,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments-1.js"
],
"duration": 58.75061699998332,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments-1.js"
],
"duration": 60.58940699999221,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments-1.js"
],
"duration": 64.20170799997868,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments-1.js"
],
"duration": 60.64804999995977,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments-1.js"
],
"duration": 58.514603000017814,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments-1.js"
],
"duration": 58.78802000003634,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments-1.js"
],
"duration": 57.87132199999178,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments-1.js"
],
"duration": 58.87675200001104,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments-2.js"
],
"duration": 0.44887799996649846,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments-2.js"
],
"duration": 58.97870600002352,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments-2.js"
],
"duration": 58.68463299999712,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments-2.js"
],
"duration": 58.270630999992136,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments-2.js"
],
"duration": 58.12690899998415,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments-2.js"
],
"duration": 58.59630400000606,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments-2.js"
],
"duration": 57.45857000001706,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments-2.js"
],
"duration": 57.26951700000791,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments-2.js"
],
"duration": 59.467039999959525,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments-3.js"
],
"duration": 0.4276580000296235,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments-3.js"
],
"duration": 59.419105000037234,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments-3.js"
],
"duration": 57.8197640000144,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments-3.js"
],
"duration": 57.591428000014275,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments-3.js"
],
"duration": 57.56023699999787,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments-3.js"
],
"duration": 56.93946500000311,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments-3.js"
],
"duration": 56.27008200000273,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments-3.js"
],
"duration": 57.424556000041775,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments-3.js"
],
"duration": 57.83990399999311,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments-4.js"
],
"duration": 0.42155700002331287,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments-4.js"
],
"duration": 57.663578999985475,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments-4.js"
],
"duration": 57.73949799995171,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments-4.js"
],
"duration": 56.96447100001387,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments-4.js"
],
"duration": 57.47070799994981,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments-4.js"
],
"duration": 57.28038900002139,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments-4.js"
],
"duration": 57.0294190000277,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments-4.js"
],
"duration": 57.349664999987,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments-4.js"
],
"duration": 57.408496999996714,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-0.js"
],
"duration": 0.44605299999238923,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-0.js"
],
"duration": 58.54315799998585,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-0.js"
],
"duration": 57.64389199996367,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-0.js"
],
"duration": 57.33714499999769,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-0.js"
],
"duration": 57.13353699998697,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-0.js"
],
"duration": 57.08755100000417,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-0.js"
],
"duration": 57.121429999999236,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-0.js"
],
"duration": 57.517450999992434,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-0.js"
],
"duration": 57.49259699997492,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-1.js"
],
"duration": 0.41121799999382347,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-1.js"
],
"duration": 57.17933999997331,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-1.js"
],
"duration": 61.61632400000235,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-1.js"
],
"duration": 58.94573700003093,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-1.js"
],
"duration": 58.421239000046626,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-1.js"
],
"duration": 58.96107799996389,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-1.js"
],
"duration": 58.3181259999983,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-1.js"
],
"duration": 58.04257500002859,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-1.js"
],
"duration": 56.80412399995839,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-10.js"
],
"duration": 0.4288609999930486,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-10.js"
],
"duration": 56.82076400000369,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-10.js"
],
"duration": 57.17719000001671,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-10.js"
],
"duration": 57.10097800003132,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-10.js"
],
"duration": 58.02683699998306,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-10.js"
],
"duration": 57.39199000003282,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-10.js"
],
"duration": 57.08307200000854,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-10.js"
],
"duration": 57.43700400000671,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-10.js"
],
"duration": 58.00160999997752,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-2.js"
],
"duration": 0.4287110000150278,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-2.js"
],
"duration": 58.12629600003129,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-2.js"
],
"duration": 57.40041599998949,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-2.js"
],
"duration": 58.67165199998999,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-2.js"
],
"duration": 57.585177000029944,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-2.js"
],
"duration": 56.90593700000318,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-2.js"
],
"duration": 58.298288999998476,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-2.js"
],
"duration": 56.94611199997598,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-2.js"
],
"duration": 57.4585650000372,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-3.js"
],
"duration": 0.4092940000118688,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-3.js"
],
"duration": 56.86880000005476,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-3.js"
],
"duration": 57.72756200004369,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-3.js"
],
"duration": 57.43774399999529,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-3.js"
],
"duration": 58.18506300001172,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-3.js"
],
"duration": 57.26411699998425,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-3.js"
],
"duration": 57.108585999987554,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-3.js"
],
"duration": 57.253683000046294,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-3.js"
],
"duration": 58.22693399997661,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-4.js"
],
"duration": 0.4280889999936335,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-4.js"
],
"duration": 59.68557700002566,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-4.js"
],
"duration": 60.24035800003912,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-4.js"
],
"duration": 67.04745399998501,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-4.js"
],
"duration": 61.71754499996314,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-4.js"
],
"duration": 57.98945100000128,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-4.js"
],
"duration": 59.52711099997396,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-4.js"
],
"duration": 60.87922999996226,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-4.js"
],
"duration": 62.1221539999824,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-5.js"
],
"duration": 0.49389300000621006,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-5.js"
],
"duration": 58.29194800002733,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-5.js"
],
"duration": 58.99328900000546,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-5.js"
],
"duration": 57.54643299995223,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-5.js"
],
"duration": 60.83410800003912,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-5.js"
],
"duration": 63.19063299999107,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-5.js"
],
"duration": 60.23917499999516,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-5.js"
],
"duration": 58.31887000001734,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-5.js"
],
"duration": 58.12936700001592,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-6.js"
],
"duration": 0.5222450000001118,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-6.js"
],
"duration": 59.27026899997145,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-6.js"
],
"duration": 57.91429399995832,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-6.js"
],
"duration": 57.70275200001197,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-6.js"
],
"duration": 58.09268699999666,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-6.js"
],
"duration": 57.63117899995996,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-6.js"
],
"duration": 57.992605999985244,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-6.js"
],
"duration": 57.16240500001004,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-6.js"
],
"duration": 60.097808000049554,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-7.js"
],
"duration": 0.4149350000079721,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-7.js"
],
"duration": 59.49335299996892,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-7.js"
],
"duration": 58.979086000006646,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-7.js"
],
"duration": 58.696744000015315,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-7.js"
],
"duration": 58.04169699997874,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-7.js"
],
"duration": 58.68970300001092,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-7.js"
],
"duration": 59.63797300000442,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-7.js"
],
"duration": 58.75896399997873,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-7.js"
],
"duration": 58.913805999967735,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-8.js"
],
"duration": 0.4331579999998212,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-8.js"
],
"duration": 59.217353000014555,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-8.js"
],
"duration": 59.000643000006676,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-8.js"
],
"duration": 58.72544000000926,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-8.js"
],
"duration": 58.40977399999974,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-8.js"
],
"duration": 57.51083199999994,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-8.js"
],
"duration": 58.20459400000982,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-8.js"
],
"duration": 59.57519900001353,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-8.js"
],
"duration": 60.20401899999706,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-9.js"
],
"duration": 0.44769599998835474,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-9.js"
],
"duration": 59.89597399998456,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-9.js"
],
"duration": 59.68800700001884,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-9.js"
],
"duration": 59.49977500003297,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-9.js"
],
"duration": 59.03568900004029,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-9.js"
],
"duration": 58.15065799996955,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-9.js"
],
"duration": 58.980305000033695,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-9.js"
],
"duration": 58.5726329999743,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-9.js"
],
"duration": 60.113633000000846,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-emoji.js"
],
"duration": 0.4685549999703653,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-emoji.js"
],
"duration": 58.62185899994802,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-emoji.js"
],
"duration": 58.51322299998719,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-emoji.js"
],
"duration": 58.27824499999406,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-emoji.js"
],
"duration": 58.02335899998434,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-emoji.js"
],
"duration": 57.84275900002103,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-emoji.js"
],
"duration": 70.25974399998086,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-emoji.js"
],
"duration": 60.03516699996544,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-emoji.js"
],
"duration": 58.118907000054605,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"file-start-with-comment-1.js"
],
"duration": 0.46896500000730157,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"file-start-with-comment-1.js"
],
"duration": 58.19915499998024,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"file-start-with-comment-1.js"
],
"duration": 59.787501999991946,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"file-start-with-comment-1.js"
],
"duration": 59.522228999994695,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"file-start-with-comment-1.js"
],
"duration": 58.53939699998591,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"file-start-with-comment-1.js"
],
"duration": 57.52358999999706,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"file-start-with-comment-1.js"
],
"duration": 57.24073999997927,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"file-start-with-comment-1.js"
],
"duration": 58.30389099998865,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"file-start-with-comment-1.js"
],
"duration": 59.61826600000495,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"file-start-with-comment-2.js"
],
"duration": 0.4924089999985881,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"file-start-with-comment-2.js"
],
"duration": 57.04664800001774,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"file-start-with-comment-2.js"
],
"duration": 56.80849099997431,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"file-start-with-comment-2.js"
],
"duration": 57.35139499994693,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"file-start-with-comment-2.js"
],
"duration": 57.772921000025235,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"file-start-with-comment-2.js"
],
"duration": 57.415425000013784,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"file-start-with-comment-2.js"
],
"duration": 57.592916000052355,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"file-start-with-comment-2.js"
],
"duration": 57.78200000000652,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"file-start-with-comment-2.js"
],
"duration": 57.88982500002021,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"file-start-with-comment-3.js"
],
"duration": 0.4336289999773726,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"file-start-with-comment-3.js"
],
"duration": 59.47124199999962,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"file-start-with-comment-3.js"
],
"duration": 58.93651999998838,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"file-start-with-comment-3.js"
],
"duration": 58.58761599997524,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"file-start-with-comment-3.js"
],
"duration": 57.2995289999526,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"file-start-with-comment-3.js"
],
"duration": 56.9673269999912,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"file-start-with-comment-3.js"
],
"duration": 59.33157099998789,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"file-start-with-comment-3.js"
],
"duration": 58.88246300001629,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"file-start-with-comment-3.js"
],
"duration": 62.991222999989986,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-0.js"
],
"duration": 1.413659000012558,
"failureMessages": [
"range-0.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-0.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted<|>(2, 3);\n + thisWillBeFormatted(2, 3);<|>\n +\n + thisWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-0.js"
],
"duration": 61.55209499999182,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-0.js"
],
"duration": 61.53464999998687,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-0.js"
],
"duration": 76.84393299999647,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-0.js"
],
"duration": 60.07541900000069,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-0.js"
],
"duration": 63.886639999982435,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-0.js"
],
"duration": 61.46330499998294,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-0.js"
],
"duration": 61.01043899997603,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-0.js"
],
"duration": 62.13567899999907,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-1.js"
],
"duration": 1.1648539999732748,
"failureMessages": [
"range-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3<|>);\n + thisWillBeFormatted(2, 3);\n +\n + thi<|>sWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-1.js"
],
"duration": 60.661307999980636,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-1.js"
],
"duration": 63.464861000014935,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-1.js"
],
"duration": 59.7222630000324,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-1.js"
],
"duration": 61.02004000003217,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-1.js"
],
"duration": 61.77818300004583,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-1.js"
],
"duration": 60.211553999979515,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-1.js"
],
"duration": 61.82034100004239,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-1.js"
],
"duration": 61.32634800003143,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-2.js"
],
"duration": 1.0012690000003204,
"failureMessages": [
"range-2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-2.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3<|>);\n + thisWillBeFormatted(2, 3);\n +\n + thi<|>sWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-2.js"
],
"duration": 60.647933000000194,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-2.js"
],
"duration": 63.790471000014804,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-2.js"
],
"duration": 59.040567000047304,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-2.js"
],
"duration": 59.196296000038274,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-2.js"
],
"duration": 58.39449700003024,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-2.js"
],
"duration": 59.28525900002569,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-2.js"
],
"duration": 59.74625999998534,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-2.js"
],
"duration": 59.397755999991205,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-3.js"
],
"duration": 0.9196660000015981,
"failureMessages": [
"range-3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-3.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -15,12 +15,12 @@\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted <|> ( 1 ,3)\n + thisWontBeFormatted(<|>1, 3);\n \n - thisWillBeFormatted(2, 3);\n + thisWillBeFormatted(2, 3);\n +\n + thisWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-3.js"
],
"duration": 59.04819000000134,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-3.js"
],
"duration": 59.09792500000913,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-3.js"
],
"duration": 57.89111000002595,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-3.js"
],
"duration": 58.41876800003229,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-3.js"
],
"duration": 57.29775500000687,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-3.js"
],
"duration": 58.67355199996382,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-3.js"
],
"duration": 58.54674399999203,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-3.js"
],
"duration": 57.23876600002404,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-4.js"
],
"duration": 0.8142710000392981,
"failureMessages": [
"range-4.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-4.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 9<|>0 ,)\n | ^^^^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3);\n + thisWillBeFormatted(2, 3);\n \n - thisWontBeFormatted (2, 9<|>0 ,)\n - \n + thisWontBeFormatted(2, 90);\n + <|>\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-4.js"
],
"duration": 58.217785999993794,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-4.js"
],
"duration": 57.995238000003155,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-4.js"
],
"duration": 57.331446999975014,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-4.js"
],
"duration": 58.055420999997295,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-4.js"
],
"duration": 57.98942699999316,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-4.js"
],
"duration": 57.45992499997374,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-4.js"
],
"duration": 57.34607899998082,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-4.js"
],
"duration": 60.97744999994757,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-5.js"
],
"duration": 0.5858439999865368,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"range-5.js"
],
"duration": 58.10637799999677,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-5.js"
],
"duration": 58.259095999994315,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-5.js"
],
"duration": 58.09241799998563,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-5.js"
],
"duration": 58.26066999998875,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-5.js"
],
"duration": 57.82748999999603,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-5.js"
],
"duration": 59.06036399997538,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-5.js"
],
"duration": 57.863250000053085,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-5.js"
],
"duration": 58.19177800003672,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-6.js"
],
"duration": 0.5446270000538789,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"range-6.js"
],
"duration": 59.159539000014775,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-6.js"
],
"duration": 58.181245999992825,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-6.js"
],
"duration": 58.343201000010595,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-6.js"
],
"duration": 58.24836999998661,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-6.js"
],
"duration": 58.04596100002527,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-6.js"
],
"duration": 57.60576399997808,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-6.js"
],
"duration": 58.11180399998557,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-6.js"
],
"duration": 58.57028899999568,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-7.js"
],
"duration": 0.5353489999542944,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"range-7.js"
],
"duration": 57.69152599998051,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-7.js"
],
"duration": 60.206002999970224,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-7.js"
],
"duration": 56.52531200001249,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-7.js"
],
"duration": 56.90070800000103,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-7.js"
],
"duration": 58.054650000005495,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-7.js"
],
"duration": 57.88944400002947,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-7.js"
],
"duration": 56.055807999975514,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-7.js"
],
"duration": 58.21388900000602,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-8.js"
],
"duration": 0.7558110000099987,
"failureMessages": [
"range-8.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-8.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 |\n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3)<|>;\n + thisWillBeFormatted(2, 3);\n \n - thisWontBeFormatted (2, 90 ,)\n + this<|>WontBeFormatted(2, 90);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-8.js"
],
"duration": 59.69474300002912,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-8.js"
],
"duration": 59.81240400002571,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-8.js"
],
"duration": 57.860325999965426,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-8.js"
],
"duration": 58.18750999995973,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-8.js"
],
"duration": 58.189818000013474,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-8.js"
],
"duration": 57.308559000026435,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-8.js"
],
"duration": 57.93733300000895,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-8.js"
],
"duration": 67.94386200001463,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [],
"duration": 1.8517460000002757,
"failureMessages": [],
"fullName": "translates cursor correctly in basic case",
"numPassingAsserts": 0,
"status": "passed",
"title": "translates cursor correctly in basic case"
},
{
"ancestorTitles": [],
"duration": 0.8302499999990687,
"failureMessages": [],
"fullName": "positions cursor relative to closest node, not SourceElement",
"numPassingAsserts": 0,
"status": "passed",
"title": "positions cursor relative to closest node, not SourceElement"
},
{
"ancestorTitles": [],
"duration": 0.8219549999921583,
"failureMessages": [],
"fullName": "keeps cursor inside formatted node",
"numPassingAsserts": 0,
"status": "passed",
"title": "keeps cursor inside formatted node"
},
{
"ancestorTitles": [],
"duration": 1.9521240000030957,
"failureMessages": [],
"fullName": "doesn't insert second placeholder for nonexistent TypeAnnotation",
"numPassingAsserts": 0,
"status": "passed",
"title": "doesn't insert second placeholder for nonexistent TypeAnnotation"
},
{
"ancestorTitles": [],
"duration": 1.0558609999716282,
"failureMessages": [],
"fullName": "cursorOffset === rangeStart",
"numPassingAsserts": 0,
"status": "passed",
"title": "cursorOffset === rangeStart"
}
],
"numTodoTests": 0
},
{
"failureMessage": "comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n /* 0 */import /* 1 */module /* 2 */from /* 3 */from /* 4 */\"./module.wasm\"/* 5 */;\n \n =====================================output=====================================\n - /* 0 */ import module /* 1 */ /* 2 */ from /* 3 */ from /* 4 */ \"./module.wasm\" /* 5 */;\n + /* 0 */ import /* 1 */module /* 2 */from /* 3 */\n + from; /* 4 */\n + (\"./module.wasm\") /* 5 */;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-reflection.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-reflection.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import module foo from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-default-import.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-default-import.mjs format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,9 +5,12 @@\n =====================================input======================================\n import module foo from \"./module.wasm\";\n import bar from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n import bar from \"./module.wasm\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-from-as-default-module-binding-escaped.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-from-as-default-module-binding-escaped.mjs format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import module \\u0066rom from \"./module.wasm\";\n \n =====================================output=====================================\n - import module from from \"./module.wasm\";\n + import module \\u0066rom\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-from-as-default-module-binding.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-from-as-default-module-binding.mjs format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import module from from \"./module.wasm\";\n \n =====================================output=====================================\n - import module from from \"./module.wasm\";\n + import module from\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 5,
"numPassingTests": 58,
"numPendingTests": 0,
"perfStats": {
"start": 41739.24200299999,
"end": 43894.37206199998,
"runtime": 2155,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 27,
"unchecked": 0,
"unmatched": 5,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-reflection/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.6129240000154823,
"failureMessages": [
"comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n /* 0 */import /* 1 */module /* 2 */from /* 3 */from /* 4 */\"./module.wasm\"/* 5 */;\n \n =====================================output=====================================\n - /* 0 */ import module /* 1 */ /* 2 */ from /* 3 */ from /* 4 */ \"./module.wasm\" /* 5 */;\n + /* 0 */ import /* 1 */module /* 2 */from /* 3 */\n + from; /* 4 */\n + (\"./module.wasm\") /* 5 */;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 1.8119819999556057,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 1.333288999972865,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.8192690000287257,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.7764899999601766,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.7418850000249222,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 54.26555199996801,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 54.38006300001871,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 55.946694000042044,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 0.6311980000464246,
"failureMessages": [
"import-reflection.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-reflection.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import module foo from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 1.5361580000026152,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 1.670899000018835,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 0.7809179999749176,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 0.7091139999683946,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 0.7068689999869093,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 54.71154099999694,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 55.61158800002886,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 54.56341500004055,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-default-import.mjs"
],
"duration": 0.6373800000292249,
"failureMessages": [
"valid-default-import.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-default-import.mjs format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,9 +5,12 @@\n =====================================input======================================\n import module foo from \"./module.wasm\";\n import bar from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n import bar from \"./module.wasm\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"valid-default-import.mjs"
],
"duration": 2.9167749999905936,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-default-import.mjs"
],
"duration": 1.868067000003066,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-default-import.mjs"
],
"duration": 1.1803630000213161,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-default-import.mjs"
],
"duration": 0.6930939999874681,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-default-import.mjs"
],
"duration": 0.6705119999824092,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-default-import.mjs"
],
"duration": 54.810099000053015,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-default-import.mjs"
],
"duration": 54.90091399999801,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-default-import.mjs"
],
"duration": 55.3379310000455,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding-escaped.mjs"
],
"duration": 0.6099289999692701,
"failureMessages": [
"valid-from-as-default-module-binding-escaped.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-from-as-default-module-binding-escaped.mjs format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import module \\u0066rom from \"./module.wasm\";\n \n =====================================output=====================================\n - import module from from \"./module.wasm\";\n + import module \\u0066rom\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding-escaped.mjs"
],
"duration": 1.5603719999780878,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding-escaped.mjs"
],
"duration": 1.13661200000206,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding-escaped.mjs"
],
"duration": 0.7387679999810643,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding-escaped.mjs"
],
"duration": 0.6691589999827556,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding-escaped.mjs"
],
"duration": 0.7195330000249669,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding-escaped.mjs"
],
"duration": 56.05403699999442,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding-escaped.mjs"
],
"duration": 54.30688699998427,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding-escaped.mjs"
],
"duration": 54.430536999949254,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding.mjs"
],
"duration": 0.6066620000055991,
"failureMessages": [
"valid-from-as-default-module-binding.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-from-as-default-module-binding.mjs format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import module from from \"./module.wasm\";\n \n =====================================output=====================================\n - import module from from \"./module.wasm\";\n + import module from\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding.mjs"
],
"duration": 1.5302270000101998,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding.mjs"
],
"duration": 1.1507979999878444,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding.mjs"
],
"duration": 0.7151949999970384,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding.mjs"
],
"duration": 0.6568260000203736,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding.mjs"
],
"duration": 0.665261999994982,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding.mjs"
],
"duration": 53.88331200001994,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding.mjs"
],
"duration": 55.46560899994802,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding.mjs"
],
"duration": 54.906816000002436,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding-2.mjs"
],
"duration": 0.4205649999785237,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding-2.mjs"
],
"duration": 55.750422000011895,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding-2.mjs"
],
"duration": 56.914778999984264,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding-2.mjs"
],
"duration": 55.97531499998877,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding-2.mjs"
],
"duration": 55.990282999991905,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding-2.mjs"
],
"duration": 57.03483199997572,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding-2.mjs"
],
"duration": 57.26073700003326,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding-2.mjs"
],
"duration": 55.652760999975726,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding-2.mjs"
],
"duration": 55.23810000001686,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding.mjs"
],
"duration": 0.4277890000375919,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding.mjs"
],
"duration": 54.99280200002249,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding.mjs"
],
"duration": 55.00858000002336,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding.mjs"
],
"duration": 56.06186600000365,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding.mjs"
],
"duration": 55.4382780000451,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding.mjs"
],
"duration": 53.854638000018895,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding.mjs"
],
"duration": 54.93617100000847,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding.mjs"
],
"duration": 58.13375500001712,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding.mjs"
],
"duration": 55.012461000005715,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "valid-parenthesized.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-parenthesized.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n (a?.b) = c;\n \n =====================================output=====================================\n - a?.b = c;\n + (a?.b) = c;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 4)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 69,
"numPendingTests": 0,
"perfStats": {
"start": 43928.082941,
"end": 44527.27816799999,
"runtime": 599,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 63,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/optional-chaining-assignment/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"invalid-destructuring-arr.js"
],
"duration": 1.353516999981366,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-destructuring-arr.js"
],
"duration": 0.8755850000306964,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-destructuring-arr.js"
],
"duration": 0.7603490000474267,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-destructuring-arr.js"
],
"duration": 0.8147200000239536,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-destructuring-arr.js"
],
"duration": 0.9157300000078976,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-destructuring-obj.js"
],
"duration": 0.9190660000313073,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-destructuring-obj.js"
],
"duration": 0.7888219999731518,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-destructuring-obj.js"
],
"duration": 0.7668110000086017,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-destructuring-obj.js"
],
"duration": 0.7072000000043772,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-destructuring-obj.js"
],
"duration": 0.9595509999780916,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-fn-param-arrow.js"
],
"duration": 0.9293750000069849,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-fn-param-arrow.js"
],
"duration": 0.7939119999646209,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-fn-param-arrow.js"
],
"duration": 0.7066290000220761,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-fn-param-arrow.js"
],
"duration": 0.6362770000123419,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-fn-param-arrow.js"
],
"duration": 0.86515500000678,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-fn-param-assign.js"
],
"duration": 0.7144729999708943,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-fn-param-assign.js"
],
"duration": 0.6886560000129975,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-fn-param-assign.js"
],
"duration": 0.6605730000301264,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-fn-param-assign.js"
],
"duration": 0.6283930000499822,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-fn-param-assign.js"
],
"duration": 0.68132199998945,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-fn-param.js"
],
"duration": 0.7038029999821447,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-fn-param.js"
],
"duration": 0.6504440000280738,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-fn-param.js"
],
"duration": 0.6466669999645092,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-fn-param.js"
],
"duration": 0.6269699999829754,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-fn-param.js"
],
"duration": 0.6599019999848679,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-for-await-of.js"
],
"duration": 0.7559110000147484,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-for-await-of.js"
],
"duration": 0.6743189999833703,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-for-await-of.js"
],
"duration": 0.6756509999977425,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-for-await-of.js"
],
"duration": 0.6201069999951869,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-for-await-of.js"
],
"duration": 0.7433880000025965,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-for-in.js"
],
"duration": 0.6942960000014864,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-for-in.js"
],
"duration": 0.6954080000286922,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-for-in.js"
],
"duration": 0.6619950000313111,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-for-in.js"
],
"duration": 0.6204779999679886,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-for-in.js"
],
"duration": 0.7139619999798015,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-for-of.js"
],
"duration": 0.6719739999971353,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-for-of.js"
],
"duration": 0.6558650000370108,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-for-of.js"
],
"duration": 0.7082430000300519,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-for-of.js"
],
"duration": 0.6149479999439791,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-for-of.js"
],
"duration": 0.7121090000146069,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-inc-postfix.js"
],
"duration": 0.7509420000133105,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-inc-postfix.js"
],
"duration": 0.6786669999710284,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-inc-postfix.js"
],
"duration": 0.6516360000241548,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-inc-postfix.js"
],
"duration": 0.6610840000212193,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-inc-postfix.js"
],
"duration": 0.7061680000042543,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-inc-prefix.js"
],
"duration": 0.6727959999698214,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-inc-prefix.js"
],
"duration": 0.6470279999775812,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-inc-prefix.js"
],
"duration": 0.6502739999559708,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-inc-prefix.js"
],
"duration": 0.7003770000301301,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-inc-prefix.js"
],
"duration": 0.7433779999846593,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-complex-case.js"
],
"duration": 0.457693999982439,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-complex-case.js"
],
"duration": 1.114019000029657,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-complex-case.js"
],
"duration": 0.7332590000005439,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-complex-case.js"
],
"duration": 0.7640360000077635,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-complex-case.js"
],
"duration": 55.89283299999079,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-lhs-eq.js"
],
"duration": 0.4221879999968223,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-lhs-eq.js"
],
"duration": 1.0554300000076182,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-lhs-eq.js"
],
"duration": 0.737176000024192,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-lhs-eq.js"
],
"duration": 53.85489299998153,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-lhs-eq.js"
],
"duration": 54.53223100001924,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-lhs-plus-eq.js"
],
"duration": 0.4419050000142306,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-lhs-plus-eq.js"
],
"duration": 1.168481000000611,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-lhs-plus-eq.js"
],
"duration": 0.7704580000136048,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-lhs-plus-eq.js"
],
"duration": 54.28298800002085,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-lhs-plus-eq.js"
],
"duration": 53.91625000000931,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-parenthesized.js"
],
"duration": 0.6606129999854602,
"failureMessages": [
"valid-parenthesized.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-parenthesized.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n (a?.b) = c;\n \n =====================================output=====================================\n - a?.b = c;\n + (a?.b) = c;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 4)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"valid-parenthesized.js"
],
"duration": 1.0749170000199229,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-parenthesized.js"
],
"duration": 0.7506309999735095,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-parenthesized.js"
],
"duration": 0.71180899994215,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-parenthesized.js"
],
"duration": 55.950980000023264,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "snippet: #2 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #2 format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -3,8 +3,8 @@\n printWidth: 80\n | printWidth\n =====================================input======================================\n 'use strict' /* comment */;\n =====================================output=====================================\n - \"use strict\" /* comment */;\n + \"use strict\";/* comment */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #3 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #3 format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,9 +6,9 @@\n function foo() {\n 'use strict' /* comment */;\n }\n =====================================output=====================================\n function foo() {\n - \"use strict\" /* comment */;\n + \"use strict\";/* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #2 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #2 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n semi: false\n | printWidth\n =====================================input======================================\n 'use strict' /* comment */;\n =====================================output=====================================\n - \"use strict\" /* comment */\n + \"use strict\"/* comment */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #3 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #3 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n function foo() {\n 'use strict' /* comment */;\n }\n =====================================output=====================================\n function foo() {\n - \"use strict\" /* comment */\n + \"use strict\"/* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 284,
"numPendingTests": 0,
"perfStats": {
"start": 44564.68076899997,
"end": 60692.72038199997,
"runtime": 16128,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 28,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/directives/comments/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 0.43204600003082305,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 56.10452400002396,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 56.22449399996549,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 55.275714999996126,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 55.559324000030756,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 54.937302999955136,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 55.79882300004829,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 56.35341199999675,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 54.117926999984775,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 0.4334580000140704,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 55.02257400000235,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 56.26606300001731,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 54.75715400004992,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 54.520054000022355,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 54.93698200001381,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 55.59609399997862,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 55.77415299997665,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 55.01502500002971,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 0.8604659999837168,
"failureMessages": [
"snippet: #2 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #2 format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -3,8 +3,8 @@\n printWidth: 80\n | printWidth\n =====================================input======================================\n 'use strict' /* comment */;\n =====================================output=====================================\n - \"use strict\" /* comment */;\n + \"use strict\";/* comment */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 54.12251800001832,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 55.492442000017036,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 59.85873600002378,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 55.65055600000778,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 53.98895299999276,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 70.84562400000868,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 61.956906000035815,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 54.81106100004399,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 0.6343440000200644,
"failureMessages": [
"snippet: #3 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #3 format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,9 +6,9 @@\n function foo() {\n 'use strict' /* comment */;\n }\n =====================================output=====================================\n function foo() {\n - \"use strict\" /* comment */;\n + \"use strict\";/* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 57.433887999970466,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 56.51869799999986,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 54.65877099998761,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 54.80809899995802,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 54.50222200003918,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 55.29997299995739,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 55.56256499997107,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 55.68739599996479,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 0.4191620000055991,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 54.83899200003361,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 56.3480190000264,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 56.23083100002259,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 54.57546600000933,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 54.306532999966294,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 54.315984999993816,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 54.91901800001506,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 55.05197999998927,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 0.48033699998632073,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 56.36574899998959,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 56.113114000007045,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 55.39722499996424,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 55.26910699997097,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 55.05929900001502,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 54.61831999995047,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 55.85309899999993,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 55.265058999997564,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 0.4154349999735132,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 55.69603099999949,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 55.877942999999505,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 55.61245600000257,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 54.344137000036426,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 54.109221999999136,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 54.69634599995334,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 54.05543800001033,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 55.11360699997749,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 0.41538600000785664,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 55.61157300003106,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 55.19657000002917,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 53.7071869999636,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 54.387389999988955,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 54.928375000017695,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 54.62843799998518,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 55.080294999992475,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 55.29375000001164,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 0.4970479999901727,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 55.4638720000512,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 54.82933600002434,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 54.42754899995634,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 55.17856000002939,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 55.077977999986615,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 54.850594000017736,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 54.32869000005303,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 55.30750799999805,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 0.4096750000026077,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 54.624001000018325,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 55.55220399994869,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 55.061808999977075,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 57.165357999969274,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 55.3510879999958,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 57.08286099997349,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 56.39546999998856,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 54.834201999998186,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 0.4254439999931492,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 55.15590399998473,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 56.42416199995205,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 54.57788500003517,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 56.24410499999067,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 54.41662000003271,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 54.512335999985225,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 54.36599899997236,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 55.41171200003009,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 0.4341100000310689,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 68.5470900000073,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 60.00985299999593,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 54.063604999973904,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 55.11427699995693,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 55.04009900003439,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 56.087851999967825,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 55.23214799998095,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 56.3272350000334,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 0.41649799997685477,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 57.47134299995378,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 56.37716699996963,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 56.3896390000009,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 55.102218999993056,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 55.58516899996903,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 56.330346999980975,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 54.303154000022914,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 54.767846999980975,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 0.4634249999653548,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 56.6537740000058,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 56.77053400001023,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 55.490030999993905,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 55.709236999973655,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 55.52299899997888,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 55.89081599999918,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 72.9275529999868,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 55.88002099998994,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 0.5486239999881946,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 55.925660000008065,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 56.64361099997768,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 55.65457700000843,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 55.74129599996377,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 55.818184999981895,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 56.242805999994744,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 57.87741099996492,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 60.39043500000844,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 0.4509820000384934,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 56.40034699998796,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 56.94727399997646,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 58.14976800000295,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 58.54149299999699,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 57.25113300001249,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 56.4866280000424,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 56.31001800001832,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 55.00062499998603,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 0.44663399999262765,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 55.27230099996086,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 54.88580499996897,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 56.14949300000444,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 55.182797999994364,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 55.795424000010826,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 56.87004700000398,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 55.87768799997866,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 54.97340299998177,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 0.4343910000170581,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 56.42624900001101,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 56.29933000000892,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 54.39832800003933,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 54.23326199996518,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 54.14324400003534,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 54.66079999995418,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 54.20363400003407,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 55.14992599998368,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #2 - {\"semi\":false}"
],
"duration": 0.6730270000407472,
"failureMessages": [
"snippet: #2 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #2 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n semi: false\n | printWidth\n =====================================input======================================\n 'use strict' /* comment */;\n =====================================output=====================================\n - \"use strict\" /* comment */\n + \"use strict\"/* comment */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #2 - {\"semi\":false}"
],
"duration": 54.56861600000411,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #2 - {\"semi\":false}"
],
"duration": 56.10187999997288,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #2 - {\"semi\":false}"
],
"duration": 56.16765999997733,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #2 - {\"semi\":false}"
],
"duration": 55.58753499999875,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #2 - {\"semi\":false}"
],
"duration": 54.460973000037484,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #2 - {\"semi\":false}"
],
"duration": 56.010894000006374,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #2 - {\"semi\":false}"
],
"duration": 55.30782799998997,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #2 - {\"semi\":false}"
],
"duration": 55.654836000001524,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #3 - {\"semi\":false}"
],
"duration": 0.6101680000429042,
"failureMessages": [
"snippet: #3 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #3 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n function foo() {\n 'use strict' /* comment */;\n }\n =====================================output=====================================\n function foo() {\n - \"use strict\" /* comment */\n + \"use strict\"/* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #3 - {\"semi\":false}"
],
"duration": 55.75535500003025,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #3 - {\"semi\":false}"
],
"duration": 55.743055999977514,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #3 - {\"semi\":false}"
],
"duration": 55.227668999985326,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #3 - {\"semi\":false}"
],
"duration": 54.556689999997616,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #3 - {\"semi\":false}"
],
"duration": 54.4859760000254,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #3 - {\"semi\":false}"
],
"duration": 56.18268899997929,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #3 - {\"semi\":false}"
],
"duration": 54.84507499996107,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #3 - {\"semi\":false}"
],
"duration": 55.02730199997313,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #4 - {\"semi\":false}"
],
"duration": 0.4219980000052601,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #4 - {\"semi\":false}"
],
"duration": 53.96227700001327,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #4 - {\"semi\":false}"
],
"duration": 56.95492300001206,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #4 - {\"semi\":false}"
],
"duration": 55.792814999993425,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #4 - {\"semi\":false}"
],
"duration": 54.70319999998901,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #4 - {\"semi\":false}"
],
"duration": 54.65290599997388,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #4 - {\"semi\":false}"
],
"duration": 54.875900999992155,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #4 - {\"semi\":false}"
],
"duration": 54.70185699994909,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #4 - {\"semi\":false}"
],
"duration": 54.935991000034846,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #5 - {\"semi\":false}"
],
"duration": 0.4245830000145361,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #5 - {\"semi\":false}"
],
"duration": 55.35181999998167,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #5 - {\"semi\":false}"
],
"duration": 54.90237199998228,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #5 - {\"semi\":false}"
],
"duration": 54.727275000012014,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #5 - {\"semi\":false}"
],
"duration": 54.28330799995456,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #5 - {\"semi\":false}"
],
"duration": 54.23154800001066,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #5 - {\"semi\":false}"
],
"duration": 54.926058000011835,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #5 - {\"semi\":false}"
],
"duration": 54.92652199999429,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #5 - {\"semi\":false}"
],
"duration": 54.169980000006035,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #6 - {\"semi\":false}"
],
"duration": 0.4208050000015646,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #6 - {\"semi\":false}"
],
"duration": 56.79108200001065,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #6 - {\"semi\":false}"
],
"duration": 56.02178399998229,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #6 - {\"semi\":false}"
],
"duration": 54.97202300000936,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #6 - {\"semi\":false}"
],
"duration": 54.34886300005019,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #6 - {\"semi\":false}"
],
"duration": 55.633701999962796,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #6 - {\"semi\":false}"
],
"duration": 54.80875200004084,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #6 - {\"semi\":false}"
],
"duration": 56.057471000007354,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #6 - {\"semi\":false}"
],
"duration": 55.48174499999732,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #7 - {\"semi\":false}"
],
"duration": 0.42150699999183416,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #7 - {\"semi\":false}"
],
"duration": 54.98325200000545,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #7 - {\"semi\":false}"
],
"duration": 55.59843799995724,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #7 - {\"semi\":false}"
],
"duration": 54.72730999998748,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #7 - {\"semi\":false}"
],
"duration": 55.23235500004375,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #7 - {\"semi\":false}"
],
"duration": 55.489136999996845,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #7 - {\"semi\":false}"
],
"duration": 55.976238000032026,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #7 - {\"semi\":false}"
],
"duration": 55.710969000007026,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #7 - {\"semi\":false}"
],
"duration": 55.96757099998649,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #8 - {\"semi\":false}"
],
"duration": 0.4435069999890402,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #8 - {\"semi\":false}"
],
"duration": 56.37958900001831,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #8 - {\"semi\":false}"
],
"duration": 56.085399999981746,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #8 - {\"semi\":false}"
],
"duration": 55.26020000001881,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #8 - {\"semi\":false}"
],
"duration": 55.05832900002133,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #8 - {\"semi\":false}"
],
"duration": 54.93882300000405,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #8 - {\"semi\":false}"
],
"duration": 55.46348500001477,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #8 - {\"semi\":false}"
],
"duration": 57.19133399997372,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #8 - {\"semi\":false}"
],
"duration": 55.265374000009615,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #9 - {\"semi\":false}"
],
"duration": 0.49416200001724064,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #9 - {\"semi\":false}"
],
"duration": 59.18840199999977,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #9 - {\"semi\":false}"
],
"duration": 56.900941999978386,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #9 - {\"semi\":false}"
],
"duration": 56.525488000013866,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #9 - {\"semi\":false}"
],
"duration": 56.813117999990936,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #9 - {\"semi\":false}"
],
"duration": 55.57601900002919,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #9 - {\"semi\":false}"
],
"duration": 55.44073699996807,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #9 - {\"semi\":false}"
],
"duration": 56.667164999991655,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #9 - {\"semi\":false}"
],
"duration": 60.80275500001153,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #10 - {\"semi\":false}"
],
"duration": 0.4244520000065677,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #10 - {\"semi\":false}"
],
"duration": 56.96793300000718,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #10 - {\"semi\":false}"
],
"duration": 56.702372000028845,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #10 - {\"semi\":false}"
],
"duration": 55.28698900004383,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #10 - {\"semi\":false}"
],
"duration": 55.48711099999491,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #10 - {\"semi\":false}"
],
"duration": 55.263641999976244,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #10 - {\"semi\":false}"
],
"duration": 55.174322000006214,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #10 - {\"semi\":false}"
],
"duration": 55.4967310000211,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #10 - {\"semi\":false}"
],
"duration": 55.88416600000346,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #11 - {\"semi\":false}"
],
"duration": 0.4233300000196323,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #11 - {\"semi\":false}"
],
"duration": 55.79510200000368,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #11 - {\"semi\":false}"
],
"duration": 77.20259699999588,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #11 - {\"semi\":false}"
],
"duration": 55.38412600004813,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #11 - {\"semi\":false}"
],
"duration": 54.60987300000852,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #11 - {\"semi\":false}"
],
"duration": 55.2168449999881,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #11 - {\"semi\":false}"
],
"duration": 55.97608900000341,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #11 - {\"semi\":false}"
],
"duration": 55.93765999999596,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #11 - {\"semi\":false}"
],
"duration": 55.111916000023484,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #12 - {\"semi\":false}"
],
"duration": 0.4779119999730028,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #12 - {\"semi\":false}"
],
"duration": 54.9474250000203,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #12 - {\"semi\":false}"
],
"duration": 55.966283999965526,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #12 - {\"semi\":false}"
],
"duration": 55.894564000016544,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #12 - {\"semi\":false}"
],
"duration": 54.827554999967106,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #12 - {\"semi\":false}"
],
"duration": 55.88996200001566,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #12 - {\"semi\":false}"
],
"duration": 56.3143380000256,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #12 - {\"semi\":false}"
],
"duration": 56.1212869999581,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #12 - {\"semi\":false}"
],
"duration": 55.9928470000159,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #13 - {\"semi\":false}"
],
"duration": 0.43687599996337667,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #13 - {\"semi\":false}"
],
"duration": 56.71830900001805,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #13 - {\"semi\":false}"
],
"duration": 59.545435999985784,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #13 - {\"semi\":false}"
],
"duration": 58.722040999971796,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #13 - {\"semi\":false}"
],
"duration": 58.906245000020135,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #13 - {\"semi\":false}"
],
"duration": 56.32967499998631,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #13 - {\"semi\":false}"
],
"duration": 59.049073999980465,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #13 - {\"semi\":false}"
],
"duration": 56.03138899995247,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #13 - {\"semi\":false}"
],
"duration": 54.71093500003917,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #14 - {\"semi\":false}"
],
"duration": 0.4837129999650642,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #14 - {\"semi\":false}"
],
"duration": 56.84910500003025,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #14 - {\"semi\":false}"
],
"duration": 55.84654399997089,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #14 - {\"semi\":false}"
],
"duration": 55.48618100001477,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #14 - {\"semi\":false}"
],
"duration": 54.20755500002997,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #14 - {\"semi\":false}"
],
"duration": 54.24003700003959,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #14 - {\"semi\":false}"
],
"duration": 55.619438000023365,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #14 - {\"semi\":false}"
],
"duration": 55.87750200001756,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #14 - {\"semi\":false}"
],
"duration": 55.44933299999684,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #15 - {\"semi\":false}"
],
"duration": 0.4273469999898225,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #15 - {\"semi\":false}"
],
"duration": 56.35675599996466,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #15 - {\"semi\":false}"
],
"duration": 56.038128999993205,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #15 - {\"semi\":false}"
],
"duration": 54.85172999999486,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #15 - {\"semi\":false}"
],
"duration": 55.35853299999144,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #15 - {\"semi\":false}"
],
"duration": 55.713726000045426,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #15 - {\"semi\":false}"
],
"duration": 55.03895299998112,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #15 - {\"semi\":false}"
],
"duration": 54.97395499999402,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #15 - {\"semi\":false}"
],
"duration": 55.521106000000145,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "empty.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -11,13 +11,13 @@\n import * as bar from \"bar.json\" with { }\n import * as baz from \"baz.json\" with { /* comment */ }\n \n =====================================output=====================================\n export * as foo from \"foo.json\";\n - export * as bar from \"bar.json\";\n - export * as baz from \"baz.json\" /* comment */;\n + export * as bar from \"bar.json\" with {};\n + export * as baz from \"baz.json\" with { /* comment */ };\n \n import * as foo from \"foo.json\";\n - import * as bar from \"bar.json\";\n - import * as baz from \"baz.json\" /* comment */;\n + import * as bar from \"bar.json\" with {};\n + import * as baz from \"baz.json\" with { /* comment */ };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 6)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 48,
"numPendingTests": 0,
"perfStats": {
"start": 60722.977599999984,
"end": 61964.64508300001,
"runtime": 1242,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 33,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-attributes/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 0.43240799999330193,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 57.0452219999861,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 1.5048180000158027,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 0.7799760000198148,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 0.8179269999964163,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 56.45356899994658,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 55.119565000000875,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 0.6572870000381954,
"failureMessages": [
"empty.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -11,13 +11,13 @@\n import * as bar from \"bar.json\" with { }\n import * as baz from \"baz.json\" with { /* comment */ }\n \n =====================================output=====================================\n export * as foo from \"foo.json\";\n - export * as bar from \"bar.json\";\n - export * as baz from \"baz.json\" /* comment */;\n + export * as bar from \"bar.json\" with {};\n + export * as baz from \"baz.json\" with { /* comment */ };\n \n import * as foo from \"foo.json\";\n - import * as bar from \"bar.json\";\n - import * as baz from \"baz.json\" /* comment */;\n + import * as bar from \"bar.json\" with {};\n + import * as baz from \"baz.json\" with { /* comment */ };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 6)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 2.5620919999782927,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 1.0520939999842085,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 0.7624529999447986,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 1.0223490000353195,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 55.05474599997979,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 55.04639800003497,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 0.4293710000347346,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 1.4361710000084713,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 0.8270340000162832,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 0.7087729999911971,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 0.7124800000456162,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 53.996816999977455,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 54.91605499997968,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 0.4246819999534637,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 1.4061250000377186,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 0.8184170000022277,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 0.71715799998492,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 0.7100360000040382,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 54.69486600003438,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 54.78575899999123,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 0.4408629999961704,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 1.8388919999706559,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 1.0894229999976233,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 0.7443689999636263,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 0.7517729999963194,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 54.85787900001742,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 55.75169900001492,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 0.4232799999881536,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 1.5060510000330396,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 0.7968569999793544,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 0.7113580000004731,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 0.7198539999662898,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 55.88460599997779,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 54.032271999982186,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 0.43109499994898215,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 1.4728290000348352,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 0.7555409999913536,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 0.7464930000132881,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 0.6958790000062436,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 55.321664999995846,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 53.39988199999789,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 99,
"numPendingTests": 0,
"perfStats": {
"start": 62007.167168000014,
"end": 67535.52899700002,
"runtime": 5528,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 8,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/directives/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"escaped.js"
],
"duration": 0.43818699999246746,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"escaped.js"
],
"duration": 60.09276500000851,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"escaped.js"
],
"duration": 57.9110380000202,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"escaped.js"
],
"duration": 55.83186600002227,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"escaped.js"
],
"duration": 55.902891999983694,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"escaped.js"
],
"duration": 56.45830299996305,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"escaped.js"
],
"duration": 56.87386100000003,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"escaped.js"
],
"duration": 56.37357100000372,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"escaped.js"
],
"duration": 55.60293900000397,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-7346.js"
],
"duration": 0.5547350000124425,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-7346.js"
],
"duration": 60.764224000042304,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-7346.js"
],
"duration": 55.59777900000336,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-7346.js"
],
"duration": 54.6907689999789,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-7346.js"
],
"duration": 56.09105599997565,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-7346.js"
],
"duration": 54.93343299999833,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-7346.js"
],
"duration": 54.964887999987695,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-7346.js"
],
"duration": 54.56439099996351,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-7346.js"
],
"duration": 55.33957800001372,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"last-line-0.js"
],
"duration": 0.42474300001049414,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"last-line-0.js"
],
"duration": 54.81909399997676,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"last-line-0.js"
],
"duration": 54.87666499998886,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"last-line-0.js"
],
"duration": 54.431050000013784,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"last-line-0.js"
],
"duration": 55.32515200000489,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"last-line-0.js"
],
"duration": 55.029549000028055,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"last-line-0.js"
],
"duration": 54.14876299997559,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"last-line-0.js"
],
"duration": 55.78793700004462,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"last-line-0.js"
],
"duration": 54.42187900003046,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"last-line-1.js"
],
"duration": 0.4650370000163093,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"last-line-1.js"
],
"duration": 56.042907000053674,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"last-line-1.js"
],
"duration": 55.75924099999247,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"last-line-1.js"
],
"duration": 54.57798900001217,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"last-line-1.js"
],
"duration": 54.26687499997206,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"last-line-1.js"
],
"duration": 53.495536000002176,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"last-line-1.js"
],
"duration": 54.49324500001967,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"last-line-1.js"
],
"duration": 54.558343999960925,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"last-line-1.js"
],
"duration": 54.24481399997603,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"last-line-2.js"
],
"duration": 0.42310999997425824,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"last-line-2.js"
],
"duration": 53.96675999998115,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"last-line-2.js"
],
"duration": 55.642035000026226,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"last-line-2.js"
],
"duration": 54.13981399999466,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"last-line-2.js"
],
"duration": 54.653530000010505,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"last-line-2.js"
],
"duration": 54.753986999974586,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"last-line-2.js"
],
"duration": 54.660200000042096,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"last-line-2.js"
],
"duration": 54.83161900000414,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"last-line-2.js"
],
"duration": 54.04692300001625,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"newline.js"
],
"duration": 0.4303730000392534,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"newline.js"
],
"duration": 55.656549000006635,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"newline.js"
],
"duration": 56.37306600000011,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"newline.js"
],
"duration": 54.220613999990746,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"newline.js"
],
"duration": 55.72401500004344,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"newline.js"
],
"duration": 54.79822100000456,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"newline.js"
],
"duration": 56.10986700002104,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"newline.js"
],
"duration": 54.32772300002398,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"newline.js"
],
"duration": 55.185003000020515,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 0.4879100000252947,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 55.48648899997352,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 64.9934030000004,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 56.632480999978725,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 54.077756999991834,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 54.183530000038445,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 55.036263999994844,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 54.94709099997999,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 55.529876000015065,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 0.5024080000002868,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.54236900003161,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.98292500001844,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.60047899995698,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.062533999967854,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.40542099997401,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.19592999998713,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 56.97517399996286,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 56.02069899998605,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 0.29471000004559755,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 54.851370999997016,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 55.83636999997543,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 56.156893000006676,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 55.29393700003857,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 55.30819299997529,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 54.7259549999726,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 55.30833100003656,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 55.53933900000993,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 0.34325099998386577,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 55.64905900001759,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 54.57240499998443,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 54.19218800001545,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 55.22608500003116,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 54.95423999999184,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 55.21842099999776,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 54.43437700002687,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 54.64666399999987,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 0.3000400000018999,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 55.60555999999633,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 56.96691499999724,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 57.209502000012435,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 59.09485699998913,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 56.81615100003546,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 56.92514700000174,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 56.248878000013065,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 55.84624299994903,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "func-call.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -16,11 +16,11 @@\n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n + anodyneCondosMalateOverateRetinol\n ? annularCooeedSplicesWalksWayWay\n : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -173,14 +173,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n ? bbbbbbbbbbbbbbbbbb\n : ccccccccccccccc\n - ? ddddddddddddddd\n - : eeeeeeeeeeeeeee\n - ? fffffffffffffff\n - : gggggggggggggggg;\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -56,12 +56,12 @@\n )\n ? true\n ? true\n : false\n : true\n - ? true\n - : false;\n + ? true\n + : false;\n \n (\n bifornCringerMoshedPerplexSawder\n ? askTrovenaBeenaDependsRowans\n : glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -145,14 +145,14 @@\n : (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n ? value1\n : condition2\n - ? value2\n - : condition3\n - ? value3\n - : value4;\n + ? value2\n + : condition3\n + ? value3\n + : value4;\n \n const StorybookLoader = ({ match }) =>\n match.params.storyId === \"button\" ? (\n <ButtonStorybook />\n ) : match.params.storyId === \"color\" ? (\n @@ -174,69 +174,69 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n state == \"success\"\n ? 1 //'Payment completed successfully'\n : state == \"processing\"\n - ? 2 //'Payment processing'\n - : state == \"invalid_cvc\"\n - ? 3 //'There was an issue with your CVC number'\n - : true //state == 'invalid_expiry'\n - ? 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n (medals[0].record\n ? \"-record\"\n : medals[0].unique\n - ? \"-unique\"\n - : medals[0].type)\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n {medals[0].record\n ? i18n(\"Record\")\n : medals[0].unique\n - ? i18n(\"Unique\")\n - : medals[0].type === 0\n - ? i18n(\"Silver\")\n - : medals[0].type === 1\n - ? i18n(\"Gold\")\n - : medals[0].type === 2\n - ? i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n a\n ? literalline\n : {\n - 123: 12,\n - }\n - ? line\n - : softline;\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n onFailure !== undefined\n ? onFailure\n @@ -249,12 +249,12 @@\n {\n _:\n typeof error === \"string\"\n ? error\n : error && error.message\n - ? error.message\n - : undefined,\n + ? error.message\n + : undefined,\n },\n );\n refresh();\n },\n };\n @@ -270,13 +270,13 @@\n \n const result =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunc-call.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -17,11 +17,11 @@\n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n + anodyneCondosMalateOverateRetinol\n ? annularCooeedSplicesWalksWayWay\n : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 113\n + Received + 117\n \n @@ -174,14 +174,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n ? bbbbbbbbbbbbbbbbbb\n : ccccccccccccccc\n - ? ddddddddddddddd\n - : eeeeeeeeeeeeeee\n - ? fffffffffffffff\n - : gggggggggggggggg;\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n @@ -196,132 +196,136 @@\n : {\n a: {\n a: 0,\n }\n ? {\n - a: 0,\n - }\n + a: 0,\n + }\n : {\n - y: {\n - a: 0,\n - }\n - ? {\n - a: 0,\n - }\n - : {\n - a: 0,\n - },\n - },\n + y: {\n + a: 0,\n + }\n + ? {\n + a: 0,\n + }\n + : {\n + a: 0,\n + },\n + },\n };\n \n a\n ? {\n a: function () {\n return a\n ? {\n - a: [\n - a\n - ? {\n - a: 0,\n - b: [a ? [0, 1] : []],\n - }\n - : [\n - [\n - 0,\n - {\n - a: 0,\n - },\n - a ? 0 : 1,\n - ],\n - function () {\n - return a\n - ? {\n - a: 0,\n - }\n - : [\n - {\n - a: 0,\n - },\n - {},\n - ];\n - },\n - ],\n - ],\n - }\n - : [\n - a\n - ? function () {\n - a\n - ? a(\n - a\n - ? {\n - a: a({\n + a: [\n + a\n + ? {\n + a: 0,\n + b: [a ? [0, 1] : []],\n + }\n + : [\n + [\n + 0,\n + {\n + a: 0,\n + },\n + a ? 0 : 1,\n + ],\n + function () {\n + return a\n + ? {\n a: 0,\n - }),\n - }\n - : [\n - 0,\n - a(),\n - a(\n - a(),\n + }\n + : [\n {\n a: 0,\n },\n - a\n - ? a()\n - : a({\n - a: 0,\n - }),\n - ),\n - a()\n - ? {\n - a: a(),\n - b: [],\n - }\n - : {},\n - ],\n - )\n - : a(\n - a()\n - ? {\n - a: 0,\n - }\n - : (function (a) {\n - return a()\n - ? [\n - {\n - a: 0,\n - b: a(),\n - },\n - ]\n - : a([\n - a\n - ? {\n - a: 0,\n + {},\n + ];\n + },\n + ],\n + ],\n + }\n + : [\n + a\n + ? function () {\n + a\n + ? a(\n + a\n + ? {\n + a: a({\n + a: 0,\n + }),\n + }\n + : [\n + 0,\n + a(),\n + a(\n + a(),\n + {\n + a: 0,\n + },\n + a\n + ? a()\n + : a({\n + a: 0,\n + }),\n + ),\n + a()\n + ? {\n + a: a(),\n + b: [],\n }\n - : {},\n - {\n - a: 0,\n - },\n - ]);\n - })(\n - a\n - ? function (a) {\n - return function () {\n - return 0;\n - };\n - }\n - : function (a) {\n - return function () {\n - return 1;\n - };\n - },\n - ),\n - );\n - }\n - : function () {},\n - ];\n + : {},\n + ],\n + )\n + : a(\n + a()\n + ? {\n + a: 0,\n + }\n + : (function (a) {\n + return a()\n + ? [\n + {\n + a: 0,\n + b: a(),\n + },\n + ]\n + : a([\n + a\n + ? {\n + a: 0,\n + }\n + : {},\n + {\n + a: 0,\n + },\n + ]);\n + })(\n + a\n + ? function (\n + a,\n + ) {\n + return function () {\n + return 0;\n + };\n + }\n + : function (\n + a,\n + ) {\n + return function () {\n + return 1;\n + };\n + },\n + ),\n + );\n + }\n + : function () {},\n + ];\n },\n }\n : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,12 +57,12 @@\n )\n ? true\n ? true\n : false\n : true\n - ? true\n - : false;\n + ? true\n + : false;\n \n (\n bifornCringerMoshedPerplexSawder\n ? askTrovenaBeenaDependsRowans\n : glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -146,14 +146,14 @@\n : (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n ? value1\n : condition2\n - ? value2\n - : condition3\n - ? value3\n - : value4;\n + ? value2\n + : condition3\n + ? value3\n + : value4;\n \n const StorybookLoader = ({ match }) =>\n match.params.storyId === \"button\" ? (\n <ButtonStorybook />\n ) : match.params.storyId === \"color\" ? (\n @@ -175,69 +175,69 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n state == \"success\"\n ? 1 //'Payment completed successfully'\n : state == \"processing\"\n - ? 2 //'Payment processing'\n - : state == \"invalid_cvc\"\n - ? 3 //'There was an issue with your CVC number'\n - : true //state == 'invalid_expiry'\n - ? 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n (medals[0].record\n ? \"-record\"\n : medals[0].unique\n - ? \"-unique\"\n - : medals[0].type)\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n {medals[0].record\n ? i18n(\"Record\")\n : medals[0].unique\n - ? i18n(\"Unique\")\n - : medals[0].type === 0\n - ? i18n(\"Silver\")\n - : medals[0].type === 1\n - ? i18n(\"Gold\")\n - : medals[0].type === 2\n - ? i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n a\n ? literalline\n : {\n - 123: 12,\n - }\n - ? line\n - : softline;\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n onFailure !== undefined\n ? onFailure\n @@ -250,12 +250,12 @@\n {\n _:\n typeof error === \"string\"\n ? error\n : error && error.message\n - ? error.message\n - : undefined,\n + ? error.message\n + : undefined,\n },\n );\n refresh();\n },\n };\n @@ -271,13 +271,13 @@\n \n const result =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunc-call.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -17,11 +17,11 @@\n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\tanodyneCondosMalateOverateRetinol\n + \tanodyneCondosMalateOverateRetinol\n \t\t? annularCooeedSplicesWalksWayWay\n \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -174,14 +174,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n \t? bbbbbbbbbbbbbbbbbb\n \t: ccccccccccccccc\n - \t ? ddddddddddddddd\n - \t : eeeeeeeeeeeeeee\n - \t ? fffffffffffffff\n - \t : gggggggggggggggg;\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,12 +57,12 @@\n )\n \t? true\n \t\t? true\n \t\t: false\n \t: true\n - \t ? true\n - \t : false;\n + \t? true\n + \t: false;\n \n (\n \tbifornCringerMoshedPerplexSawder\n \t\t? askTrovenaBeenaDependsRowans\n \t\t: glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -146,14 +146,14 @@\n \t\t: (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n \t? value1\n \t: condition2\n - \t ? value2\n - \t : condition3\n - \t ? value3\n - \t : value4;\n + \t? value2\n + \t: condition3\n + \t? value3\n + \t: value4;\n \n const StorybookLoader = ({ match }) =>\n \tmatch.params.storyId === \"button\" ? (\n \t\t<ButtonStorybook />\n \t) : match.params.storyId === \"color\" ? (\n @@ -175,69 +175,69 @@\n \n const message =\n \ti % 3 === 0 && i % 5 === 0\n \t\t? \"fizzbuzz\"\n \t\t: i % 3 === 0\n - \t\t ? \"fizz\"\n - \t\t : i % 5 === 0\n - \t\t ? \"buzz\"\n - \t\t : String(i);\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n \tstate == \"success\"\n \t\t? \"Payment completed successfully\"\n \t\t: state == \"processing\"\n - \t\t ? \"Payment processing\"\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? \"There was an issue with your CVC number\"\n - \t\t : state == \"invalid_expiry\"\n - \t\t ? \"Expiry must be sometime in the past.\"\n - \t\t : \"There was an issue with the payment. Please contact support.\";\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n \tstate == \"success\"\n \t\t? 1 //'Payment completed successfully'\n \t\t: state == \"processing\"\n - \t\t ? 2 //'Payment processing'\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? 3 //'There was an issue with your CVC number'\n - \t\t : true //state == 'invalid_expiry'\n - \t\t ? 4 //'Expiry must be sometime in the past.'\n - \t\t : 5; // 'There was an issue with the payment. Please contact support.'\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n \t\t\t(medals[0].record\n \t\t\t\t? \"-record\"\n \t\t\t\t: medals[0].unique\n - \t\t\t\t ? \"-unique\"\n - \t\t\t\t : medals[0].type)\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n \t\t{medals[0].record\n \t\t\t? i18n(\"Record\")\n \t\t\t: medals[0].unique\n - \t\t\t ? i18n(\"Unique\")\n - \t\t\t : medals[0].type === 0\n - \t\t\t ? i18n(\"Silver\")\n - \t\t\t : medals[0].type === 1\n - \t\t\t ? i18n(\"Gold\")\n - \t\t\t : medals[0].type === 2\n - \t\t\t ? i18n(\"Platinum\")\n - \t\t\t : i18n(\"Theme\")}\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n a\n \t? literalline\n \t: {\n - \t\t\t\t123: 12,\n - \t }\n - \t ? line\n - \t : softline;\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n \t\tonFailure !== undefined\n \t\t\t? onFailure\n @@ -250,12 +250,12 @@\n \t\t\t\t\t\t{\n \t\t\t\t\t\t\t_:\n \t\t\t\t\t\t\t\ttypeof error === \"string\"\n \t\t\t\t\t\t\t\t\t? error\n \t\t\t\t\t\t\t\t\t: error && error.message\n - \t\t\t\t\t\t\t\t\t ? error.message\n - \t\t\t\t\t\t\t\t\t : undefined,\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n \t\t\t\t\t\t},\n \t\t\t\t\t);\n \t\t\t\t\trefresh();\n \t\t\t },\n };\n @@ -271,13 +271,13 @@\n \n const result =\n \tchildren && !isEmptyChildren(children)\n \t\t? children\n \t\t: props.match\n - \t\t ? component\n - \t\t\t\t? React.createElement(component, props)\n - \t\t\t\t: render\n - \t\t\t\t ? render(props)\n - \t\t\t\t : null\n - \t\t : null;\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunc-call.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -18,11 +18,11 @@\n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\tanodyneCondosMalateOverateRetinol\n + \tanodyneCondosMalateOverateRetinol\n \t\t? annularCooeedSplicesWalksWayWay\n \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -175,14 +175,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n \t? bbbbbbbbbbbbbbbbbb\n \t: ccccccccccccccc\n - \t ? ddddddddddddddd\n - \t : eeeeeeeeeeeeeee\n - \t ? fffffffffffffff\n - \t : gggggggggggggggg;\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -58,12 +58,12 @@\n )\n \t? true\n \t\t? true\n \t\t: false\n \t: true\n - \t ? true\n - \t : false;\n + \t? true\n + \t: false;\n \n (\n \tbifornCringerMoshedPerplexSawder\n \t\t? askTrovenaBeenaDependsRowans\n \t\t: glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -147,14 +147,14 @@\n \t\t: (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n \t? value1\n \t: condition2\n - \t ? value2\n - \t : condition3\n - \t ? value3\n - \t : value4;\n + \t? value2\n + \t: condition3\n + \t? value3\n + \t: value4;\n \n const StorybookLoader = ({ match }) =>\n \tmatch.params.storyId === \"button\" ? (\n \t\t<ButtonStorybook />\n \t) : match.params.storyId === \"color\" ? (\n @@ -176,69 +176,69 @@\n \n const message =\n \ti % 3 === 0 && i % 5 === 0\n \t\t? \"fizzbuzz\"\n \t\t: i % 3 === 0\n - \t\t ? \"fizz\"\n - \t\t : i % 5 === 0\n - \t\t ? \"buzz\"\n - \t\t : String(i);\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n \tstate == \"success\"\n \t\t? \"Payment completed successfully\"\n \t\t: state == \"processing\"\n - \t\t ? \"Payment processing\"\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? \"There was an issue with your CVC number\"\n - \t\t : state == \"invalid_expiry\"\n - \t\t ? \"Expiry must be sometime in the past.\"\n - \t\t : \"There was an issue with the payment. Please contact support.\";\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n \tstate == \"success\"\n \t\t? 1 //'Payment completed successfully'\n \t\t: state == \"processing\"\n - \t\t ? 2 //'Payment processing'\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? 3 //'There was an issue with your CVC number'\n - \t\t : true //state == 'invalid_expiry'\n - \t\t ? 4 //'Expiry must be sometime in the past.'\n - \t\t : 5; // 'There was an issue with the payment. Please contact support.'\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n \t\t\t(medals[0].record\n \t\t\t\t? \"-record\"\n \t\t\t\t: medals[0].unique\n - \t\t\t\t ? \"-unique\"\n - \t\t\t\t : medals[0].type)\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n \t\t{medals[0].record\n \t\t\t? i18n(\"Record\")\n \t\t\t: medals[0].unique\n - \t\t\t ? i18n(\"Unique\")\n - \t\t\t : medals[0].type === 0\n - \t\t\t ? i18n(\"Silver\")\n - \t\t\t : medals[0].type === 1\n - \t\t\t ? i18n(\"Gold\")\n - \t\t\t : medals[0].type === 2\n - \t\t\t ? i18n(\"Platinum\")\n - \t\t\t : i18n(\"Theme\")}\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n a\n \t? literalline\n \t: {\n - \t\t\t\t123: 12,\n - \t }\n - \t ? line\n - \t : softline;\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n \t\tonFailure !== undefined\n \t\t\t? onFailure\n @@ -251,12 +251,12 @@\n \t\t\t\t\t\t{\n \t\t\t\t\t\t\t_:\n \t\t\t\t\t\t\t\ttypeof error === \"string\"\n \t\t\t\t\t\t\t\t\t? error\n \t\t\t\t\t\t\t\t\t: error && error.message\n - \t\t\t\t\t\t\t\t\t ? error.message\n - \t\t\t\t\t\t\t\t\t : undefined,\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n \t\t\t\t\t\t},\n \t\t\t\t\t);\n \t\t\t\t\trefresh();\n \t\t\t },\n };\n @@ -272,13 +272,13 @@\n \n const result =\n \tchildren && !isEmptyChildren(children)\n \t\t? children\n \t\t: props.match\n - \t\t ? component\n - \t\t\t\t? React.createElement(component, props)\n - \t\t\t\t: render\n - \t\t\t\t ? render(props)\n - \t\t\t\t : null\n - \t\t : null;\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbinary.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 14\n + Received + 10\n \n @@ -17,27 +17,23 @@\n ))\n ))\n \n =====================================output=====================================\n const funnelSnapshotCard =\n - (\n - (report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n - (report === COMPANY_OVERVIEW &&\n - !ReportGK.xar_metrics_active_capitol_v2_company_metrics)\n - ) ?\n + (report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n + (report === COMPANY_OVERVIEW &&\n + !ReportGK.xar_metrics_active_capitol_v2_company_metrics) ? (\n <ReportMetricsFunnelSnapshotCard metrics={metrics} />\n - : null;\n + ) : null;\n \n room = room.map((row, rowIndex) =>\n row.map((col, colIndex) =>\n - (\n - rowIndex === 0 ||\n - colIndex === 0 ||\n - rowIndex === height ||\n - colIndex === width\n - ) ?\n - 1\n - : 0,\n + rowIndex === 0 ||\n + colIndex === 0 ||\n + rowIndex === height ||\n + colIndex === width\n + ? 1\n + : 0,\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunc-call.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -16,15 +16,13 @@\n \n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n - (\n - glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n - ) ?\n - annularCooeedSplicesWalksWayWay\n - : kochabCooieGameOnOboleUnweave,\n + glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n + anodyneCondosMalateOverateRetinol\n + ? annularCooeedSplicesWalksWayWay\n + : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent-after-paren.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent-after-paren.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 159\n + Received + 182\n \n @@ -298,330 +298,353 @@\n ).prop\n ];\n \n =====================================output=====================================\n foo7 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n foo8 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo9 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n function foo10() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n function foo11() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n function foo12() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n foo13 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n foo14 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo15 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n function foo16() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n function foo17() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n function foo18() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n foo19 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n foo20 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo21 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo22() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo23() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo24() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n foo25 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n foo26 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo27 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n function foo28() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo29() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo30() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function* foo31() {\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo.Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo.Fooooooooooo];\n }\n \n const foo32 = new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo33() {\n return new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo34() {\n throw new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo35() {\n void new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n foo36 = new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n // TODO(rattrayalex): try to fix this case\n \n bifornCringerMoshedPerplexSawder = (\n - (\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol).annularCooeedSplicesWalksWayWay\n + glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n + ).annularCooeedSplicesWalksWayWay\n .annularCooeedSplicesWalksWayWay(annularCooeedSplicesWalksWayWay)\n .annularCooeedSplicesWalksWayWay();\n \n foo = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.()?.()?.();\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.()?.()?.();\n \n foo = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)()()();\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )()()();\n \n foo =\n foo.bar.baz[\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n ];\n \n const decorated = (arg, ignoreRequestError) => {\n return (\n - (\n - typeof arg === \"string\" ||\n - (arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n - ) ?\n - $delegate(arg, ignoreRequestError)\n - : handleAsyncOperations(arg, ignoreRequestError)).foo();\n + typeof arg === \"string\" ||\n + (arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n + ? $delegate(arg, ignoreRequestError)\n + : handleAsyncOperations(arg, ignoreRequestError)\n + ).foo();\n };\n \n bifornCringerMoshedPerplexSawder = fn(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n fn(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n bifornCringerMoshedPerplexSawder = fn?.(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n fn?.(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n bifornCringerMoshedPerplexSawder =\n fn[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n fn[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n bifornCringerMoshedPerplexSawder =\n fn?.[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n fn?.[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 139\n + Received + 136\n \n @@ -171,160 +171,157 @@\n \t\t\t}\n \t }\n : a;\n \n =====================================output=====================================\n - aaaaaaaaaaaaaaa ? bbbbbbbbbbbbbbbbbb\n - : ccccccccccccccc ? ddddddddddddddd\n - : eeeeeeeeeeeeeee ? fffffffffffffff\n - : gggggggggggggggg;\n + aaaaaaaaaaaaaaa\n + ? bbbbbbbbbbbbbbbbbb\n + : ccccccccccccccc\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n + : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n \n - a ?\n - {\n - a: 0,\n - }\n - : {\n - a:\n - (\n - {\n - a: 0,\n - }\n - ) ?\n - {\n - a: 0,\n - }\n - : {\n - y:\n - (\n - {\n - a: 0,\n - }\n - ) ?\n - {\n - a: 0,\n - }\n - : {\n - a: 0,\n - },\n - },\n - };\n -\n - a ?\n - {\n - a: function () {\n - return a ?\n - {\n - a: [\n - a ?\n - {\n + a\n + ? {\n + a: 0,\n + }\n + : {\n + a: {\n + a: 0,\n + }\n + ? {\n + a: 0,\n + }\n + : {\n + y: {\n + a: 0,\n + }\n + ? {\n a: 0,\n - b: [a ? [0, 1] : []],\n }\n - : [\n - [\n - 0,\n - {\n + : {\n + a: 0,\n + },\n + },\n + };\n +\n + a\n + ? {\n + a: function () {\n + return a\n + ? {\n + a: [\n + a\n + ? {\n a: 0,\n - },\n - a ? 0 : 1,\n - ],\n - function () {\n - return a ?\n + b: [a ? [0, 1] : []],\n + }\n + : [\n + [\n + 0,\n {\n a: 0,\n - }\n - : [\n - {\n - a: 0,\n - },\n - {},\n - ];\n - },\n - ],\n - ],\n - }\n - : [\n - a ?\n - function () {\n - a ?\n - a(\n - a ?\n - {\n - a: a({\n - a: 0,\n - }),\n - }\n - : [\n - 0,\n - a(),\n - a(\n - a(),\n - {\n - a: 0,\n - },\n - a ? a() : (\n - a({\n + },\n + a ? 0 : 1,\n + ],\n + function () {\n + return a\n + ? {\n a: 0,\n - })\n - ),\n - ),\n - a() ?\n - {\n - a: a(),\n - b: [],\n - }\n - : {},\n - ],\n - )\n - : a(\n - a() ?\n - {\n - a: 0,\n - }\n - : (function (a) {\n - return a() ?\n - [\n + }\n + : [\n {\n a: 0,\n - b: a(),\n },\n - ]\n - : a([\n - a ?\n - {\n + {},\n + ];\n + },\n + ],\n + ],\n + }\n + : [\n + a\n + ? function () {\n + a\n + ? a(\n + a\n + ? {\n + a: a({\n a: 0,\n - }\n - : {},\n - {\n + }),\n + }\n + : [\n + 0,\n + a(),\n + a(\n + a(),\n + {\n + a: 0,\n + },\n + a\n + ? a()\n + : a({\n + a: 0,\n + }),\n + ),\n + a()\n + ? {\n + a: a(),\n + b: [],\n + }\n + : {},\n + ],\n + )\n + : a(\n + a()\n + ? {\n a: 0,\n - },\n - ]);\n - })(\n - a ?\n - function (a) {\n - return function () {\n - return 0;\n - };\n - }\n - : function (a) {\n - return function () {\n - return 1;\n - };\n - },\n - ),\n - );\n - }\n - : function () {},\n - ];\n - },\n - }\n - : a;\n + }\n + : (function (a) {\n + return a()\n + ? [\n + {\n + a: 0,\n + b: a(),\n + },\n + ]\n + : a([\n + a\n + ? {\n + a: 0,\n + }\n + : {},\n + {\n + a: 0,\n + },\n + ]);\n + })(\n + a\n + ? function (a) {\n + return function () {\n + return 0;\n + };\n + }\n + : function (a) {\n + return function () {\n + return 1;\n + };\n + },\n + ),\n + );\n + }\n + : function () {},\n + ];\n + },\n + }\n + : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 17\n + Received + 21\n \n @@ -40,43 +40,47 @@\n <Sub />\n </Element2>\n );\n \n =====================================output=====================================\n - $var =\n - (\n - $number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20) ?\n - kochabCooieGameOnOboleUnweave\n + $var = (\n + $number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20)\n + ? kochabCooieGameOnOboleUnweave\n : annularCooeedSplicesWalksWayWay\n - ) ?\n - anodyneCondosMalateOverateRetinol\n + )\n + ? anodyneCondosMalateOverateRetinol\n : averredBathersBoxroomBuggyNurl;\n \n - const value =\n - (\n - bifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n + const value = (\n + bifornCringerMoshedPerplexSawder\n + ? askTrovenaBeenaDependsRowans\n : glimseGlyphsHazardNoopsTieTie\n - ) ?\n - true ? true\n + )\n + ? true\n + ? true\n : false\n - : true ? true\n + : true\n + ? true\n : false;\n \n (\n - bifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - : glimseGlyphsHazardNoopsTieTie\n - ) ?\n + bifornCringerMoshedPerplexSawder\n + ? askTrovenaBeenaDependsRowans\n + : glimseGlyphsHazardNoopsTieTie\n + ) ? (\n <Element>\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n </Element>\n - : <Element2>\n + ) : (\n + <Element2>\n <Sub />\n <Sub />\n <Sub />\n - </Element2>;\n + </Element2>\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 79\n + Received + 99\n \n @@ -139,110 +139,127 @@\n : null\n : null;\n \n =====================================output=====================================\n let icecream =\n - what == \"cone\" ?\n - (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n - : (p) => `here's your ${p} ${what}`;\n + what == \"cone\"\n + ? (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n + : (p) => `here's your ${p} ${what}`;\n \n - const value =\n - condition1 ? value1\n - : condition2 ? value2\n - : condition3 ? value3\n + const value = condition1\n + ? value1\n + : condition2\n + ? value2\n + : condition3\n + ? value3\n : value4;\n \n const StorybookLoader = ({ match }) =>\n - match.params.storyId === \"button\" ? <ButtonStorybook />\n - : match.params.storyId === \"color\" ? <ColorBook />\n - : match.params.storyId === \"typography\" ? <TypographyBook />\n - : match.params.storyId === \"loading\" ? <LoaderStorybook />\n - : match.params.storyId === \"deal-list\" ? <DealListStory />\n - : <Message>\n + match.params.storyId === \"button\" ? (\n + <ButtonStorybook />\n + ) : match.params.storyId === \"color\" ? (\n + <ColorBook />\n + ) : match.params.storyId === \"typography\" ? (\n + <TypographyBook />\n + ) : match.params.storyId === \"loading\" ? (\n + <LoaderStorybook />\n + ) : match.params.storyId === \"deal-list\" ? (\n + <DealListStory />\n + ) : (\n + <Message>\n <Title>{\"Missing story book\"}</Title>\n <Content>\n <BackButton />\n </Content>\n - </Message>;\n + </Message>\n + );\n \n const message =\n - i % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - : i % 3 === 0 ? \"fizz\"\n - : i % 5 === 0 ? \"buzz\"\n - : String(i);\n + i % 3 === 0 && i % 5 === 0\n + ? \"fizzbuzz\"\n + : i % 3 === 0\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n - state == \"success\" ?\n - 1 //'Payment completed successfully'\n - : state == \"processing\" ?\n - 2 //'Payment processing'\n - : state == \"invalid_cvc\" ?\n - 3 //'There was an issue with your CVC number'\n - : (\n - true //state == 'invalid_expiry'\n - ) ?\n - 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + state == \"success\"\n + ? 1 //'Payment completed successfully'\n + : state == \"processing\"\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n - (medals[0].record ? \"-record\"\n - : medals[0].unique ? \"-unique\"\n - : medals[0].type)\n + (medals[0].record\n + ? \"-record\"\n + : medals[0].unique\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n - {medals[0].record ?\n - i18n(\"Record\")\n - : medals[0].unique ?\n - i18n(\"Unique\")\n - : medals[0].type === 0 ?\n - i18n(\"Silver\")\n - : medals[0].type === 1 ?\n - i18n(\"Gold\")\n - : medals[0].type === 2 ?\n - i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + {medals[0].record\n + ? i18n(\"Record\")\n + : medals[0].unique\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n - a ? literalline\n - : (\n - {\n - 123: 12,\n - }\n - ) ?\n - line\n - : softline;\n + a\n + ? literalline\n + : {\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n - onFailure !== undefined ? onFailure : (\n - (error) => {\n - notify(\n - typeof error === \"string\" ? error : (\n - error.message || \"ra.notification.http_error\"\n - ),\n - \"warning\",\n - {\n - _:\n - typeof error === \"string\" ? error\n - : error && error.message ? error.message\n - : undefined,\n - },\n - );\n - refresh();\n - }\n - ),\n + onFailure !== undefined\n + ? onFailure\n + : (error) => {\n + notify(\n + typeof error === \"string\"\n + ? error\n + : error.message || \"ra.notification.http_error\",\n + \"warning\",\n + {\n + _:\n + typeof error === \"string\"\n + ? error\n + : error && error.message\n + ? error.message\n + : undefined,\n + },\n + );\n + refresh();\n + },\n };\n \n showNotification(\n typeof error === \"string\" ? error : error.message || body,\n level || \"warning\",\n @@ -251,13 +268,16 @@\n undoable: false,\n },\n );\n \n const result =\n - children && !isEmptyChildren(children) ? children\n - : props.match ?\n - component ? React.createElement(component, props)\n - : render ? render(props)\n - : null\n - : null;\n + children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nparenthesis.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesis.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 17\n + Received + 13\n \n @@ -10,29 +10,25 @@\n a => a ? () => {a} : () => {a}\n a => a ? a : a\n a => a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a\n \n =====================================output=====================================\n - debug ?\n - this.state.isVisible ?\n - \"partially visible\"\n - : \"hidden\"\n - : null;\n - debug ?\n - this.state.isVisible && somethingComplex ?\n - \"partially visible\"\n - : \"hidden\"\n - : null;\n + debug ? (this.state.isVisible ? \"partially visible\" : \"hidden\") : null;\n + debug\n + ? this.state.isVisible && somethingComplex\n + ? \"partially visible\"\n + : \"hidden\"\n + : null;\n \n (a) =>\n - a ?\n - () => {\n - a;\n - }\n - : () => {\n - a;\n - };\n + a\n + ? () => {\n + a;\n + }\n + : () => {\n + a;\n + };\n (a) => (a ? a : a);\n (a) =>\n a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntest.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 18\n + Received + 13\n \n @@ -17,43 +17,38 @@\n const obj5 = conditionIsTruthy ? { some: 'long', object: 'with', lots: 'of', stuff } : { some: 'eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger', object: 'with', lots: 'of', stuff }\n \n =====================================output=====================================\n const obj0 = conditionIsTruthy ? shortThing : otherShortThing;\n \n - const obj1 =\n - conditionIsTruthy ?\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + const obj1 = conditionIsTruthy\n + ? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n : shortThing;\n \n - const obj2 =\n - conditionIsTruthy ? shortThing : (\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n - );\n + const obj2 = conditionIsTruthy\n + ? shortThing\n + : { some: \"long\", object: \"with\", lots: \"of\", stuff };\n \n - const obj3 =\n - conditionIsTruthy ?\n - {\n + const obj3 = conditionIsTruthy\n + ? {\n some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n object: \"with\",\n lots: \"of\",\n stuff,\n }\n : shortThing;\n \n - const obj4 =\n - conditionIsTruthy ? shortThing : (\n - {\n + const obj4 = conditionIsTruthy\n + ? shortThing\n + : {\n some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n object: \"with\",\n lots: \"of\",\n stuff,\n - }\n - );\n + };\n \n - const obj5 =\n - conditionIsTruthy ?\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + const obj5 = conditionIsTruthy\n + ? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n : {\n some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n object: \"with\",\n lots: \"of\",\n stuff,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbinary.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 14\n + Received + 10\n \n @@ -18,27 +18,23 @@\n ))\n ))\n \n =====================================output=====================================\n const funnelSnapshotCard =\n - (\n - (report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n - (report === COMPANY_OVERVIEW &&\n - !ReportGK.xar_metrics_active_capitol_v2_company_metrics)\n - ) ?\n + (report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n + (report === COMPANY_OVERVIEW &&\n + !ReportGK.xar_metrics_active_capitol_v2_company_metrics) ? (\n <ReportMetricsFunnelSnapshotCard metrics={metrics} />\n - : null;\n + ) : null;\n \n room = room.map((row, rowIndex) =>\n row.map((col, colIndex) =>\n - (\n - rowIndex === 0 ||\n - colIndex === 0 ||\n - rowIndex === height ||\n - colIndex === width\n - ) ?\n - 1\n - : 0,\n + rowIndex === 0 ||\n + colIndex === 0 ||\n + rowIndex === height ||\n + colIndex === width\n + ? 1\n + : 0,\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunc-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -17,15 +17,13 @@\n \n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n - (\n - glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n - ) ?\n - annularCooeedSplicesWalksWayWay\n - : kochabCooieGameOnOboleUnweave,\n + glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n + anodyneCondosMalateOverateRetinol\n + ? annularCooeedSplicesWalksWayWay\n + : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 159\n + Received + 182\n \n @@ -299,330 +299,353 @@\n ).prop\n ];\n \n =====================================output=====================================\n foo7 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n foo8 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo9 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n function foo10() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n function foo11() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n function foo12() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n foo13 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n foo14 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo15 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n function foo16() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n function foo17() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n function foo18() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n foo19 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n foo20 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo21 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo22() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo23() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo24() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n foo25 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n foo26 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo27 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n function foo28() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo29() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo30() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function* foo31() {\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo.Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo.Fooooooooooo];\n }\n \n const foo32 = new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo33() {\n return new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo34() {\n throw new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo35() {\n void new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n foo36 = new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n // TODO(rattrayalex): try to fix this case\n \n bifornCringerMoshedPerplexSawder = (\n - (\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol).annularCooeedSplicesWalksWayWay\n + glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n + ).annularCooeedSplicesWalksWayWay\n .annularCooeedSplicesWalksWayWay(annularCooeedSplicesWalksWayWay)\n .annularCooeedSplicesWalksWayWay();\n \n foo = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.()?.()?.();\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.()?.()?.();\n \n foo = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)()()();\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )()()();\n \n foo =\n foo.bar.baz[\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n ];\n \n const decorated = (arg, ignoreRequestError) => {\n return (\n - (\n - typeof arg === \"string\" ||\n - (arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n - ) ?\n - $delegate(arg, ignoreRequestError)\n - : handleAsyncOperations(arg, ignoreRequestError)).foo();\n + typeof arg === \"string\" ||\n + (arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n + ? $delegate(arg, ignoreRequestError)\n + : handleAsyncOperations(arg, ignoreRequestError)\n + ).foo();\n };\n \n bifornCringerMoshedPerplexSawder = fn(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n fn(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n bifornCringerMoshedPerplexSawder = fn?.(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n fn?.(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n bifornCringerMoshedPerplexSawder =\n fn[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n fn[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n bifornCringerMoshedPerplexSawder =\n fn?.[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n fn?.[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 150\n + Received + 151\n \n @@ -172,160 +172,161 @@\n \t\t\t}\n \t }\n : a;\n \n =====================================output=====================================\n - aaaaaaaaaaaaaaa ? bbbbbbbbbbbbbbbbbb\n - : ccccccccccccccc ? ddddddddddddddd\n - : eeeeeeeeeeeeeee ? fffffffffffffff\n - : gggggggggggggggg;\n + aaaaaaaaaaaaaaa\n + ? bbbbbbbbbbbbbbbbbb\n + : ccccccccccccccc\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n + aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n \n - a ?\n - {\n - a: 0,\n - }\n - : {\n - a:\n - (\n - {\n - a: 0,\n - }\n - ) ?\n - {\n - a: 0,\n - }\n - : {\n - y:\n - (\n - {\n - a: 0,\n - }\n - ) ?\n - {\n - a: 0,\n - }\n - : {\n - a: 0,\n - },\n - },\n - };\n + a\n + ? {\n + a: 0,\n + }\n + : {\n + a: {\n + a: 0,\n + }\n + ? {\n + a: 0,\n + }\n + : {\n + y: {\n + a: 0,\n + }\n + ? {\n + a: 0,\n + }\n + : {\n + a: 0,\n + },\n + },\n + };\n \n - a ?\n - {\n - a: function () {\n - return a ?\n - {\n - a: [\n - a ?\n - {\n - a: 0,\n - b: [a ? [0, 1] : []],\n - }\n - : [\n - [\n - 0,\n - {\n - a: 0,\n - },\n - a ? 0 : 1,\n - ],\n - function () {\n - return a ?\n - {\n - a: 0,\n - }\n - : [\n - {\n - a: 0,\n - },\n - {},\n - ];\n - },\n - ],\n - ],\n - }\n - : [\n - a ?\n - function () {\n - a ?\n - a(\n - a ?\n - {\n - a: a({\n - a: 0,\n - }),\n - }\n - : [\n - 0,\n - a(),\n - a(\n - a(),\n - {\n - a: 0,\n - },\n - a ? a() : (\n - a({\n - a: 0,\n - })\n - ),\n - ),\n - a() ?\n - {\n - a: a(),\n - b: [],\n - }\n - : {},\n - ],\n - )\n - : a(\n - a() ?\n - {\n - a: 0,\n - }\n - : (function (a) {\n - return a() ?\n - [\n - {\n - a: 0,\n - b: a(),\n - },\n - ]\n - : a([\n - a ?\n - {\n - a: 0,\n - }\n - : {},\n - {\n - a: 0,\n - },\n - ]);\n - })(\n - a ?\n - function (a) {\n - return function () {\n - return 0;\n - };\n - }\n - : function (a) {\n - return function () {\n - return 1;\n - };\n - },\n - ),\n - );\n - }\n - : function () {},\n - ];\n - },\n - }\n - : a;\n + a\n + ? {\n + a: function () {\n + return a\n + ? {\n + a: [\n + a\n + ? {\n + a: 0,\n + b: [a ? [0, 1] : []],\n + }\n + : [\n + [\n + 0,\n + {\n + a: 0,\n + },\n + a ? 0 : 1,\n + ],\n + function () {\n + return a\n + ? {\n + a: 0,\n + }\n + : [\n + {\n + a: 0,\n + },\n + {},\n + ];\n + },\n + ],\n + ],\n + }\n + : [\n + a\n + ? function () {\n + a\n + ? a(\n + a\n + ? {\n + a: a({\n + a: 0,\n + }),\n + }\n + : [\n + 0,\n + a(),\n + a(\n + a(),\n + {\n + a: 0,\n + },\n + a\n + ? a()\n + : a({\n + a: 0,\n + }),\n + ),\n + a()\n + ? {\n + a: a(),\n + b: [],\n + }\n + : {},\n + ],\n + )\n + : a(\n + a()\n + ? {\n + a: 0,\n + }\n + : (function (a) {\n + return a()\n + ? [\n + {\n + a: 0,\n + b: a(),\n + },\n + ]\n + : a([\n + a\n + ? {\n + a: 0,\n + }\n + : {},\n + {\n + a: 0,\n + },\n + ]);\n + })(\n + a\n + ? function (\n + a,\n + ) {\n + return function () {\n + return 0;\n + };\n + }\n + : function (\n + a,\n + ) {\n + return function () {\n + return 1;\n + };\n + },\n + ),\n + );\n + }\n + : function () {},\n + ];\n + },\n + }\n + : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 21\n + Received + 25\n \n @@ -41,43 +41,47 @@\n <Sub />\n </Element2>\n );\n \n =====================================output=====================================\n - $var =\n - (\n - $number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20) ?\n - kochabCooieGameOnOboleUnweave\n - : annularCooeedSplicesWalksWayWay\n - ) ?\n - anodyneCondosMalateOverateRetinol\n - : averredBathersBoxroomBuggyNurl;\n + $var = (\n + $number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20)\n + ? kochabCooieGameOnOboleUnweave\n + : annularCooeedSplicesWalksWayWay\n + )\n + ? anodyneCondosMalateOverateRetinol\n + : averredBathersBoxroomBuggyNurl;\n \n - const value =\n - (\n - bifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - : glimseGlyphsHazardNoopsTieTie\n - ) ?\n - true ? true\n - : false\n - : true ? true\n + const value = (\n + bifornCringerMoshedPerplexSawder\n + ? askTrovenaBeenaDependsRowans\n + : glimseGlyphsHazardNoopsTieTie\n + )\n + ? true\n + ? true\n + : false\n + : true\n + ? true\n : false;\n \n (\n - bifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - : glimseGlyphsHazardNoopsTieTie\n - ) ?\n + bifornCringerMoshedPerplexSawder\n + ? askTrovenaBeenaDependsRowans\n + : glimseGlyphsHazardNoopsTieTie\n + ) ? (\n <Element>\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n </Element>\n - : <Element2>\n + ) : (\n + <Element2>\n <Sub />\n <Sub />\n <Sub />\n - </Element2>;\n + </Element2>\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 79\n + Received + 99\n \n @@ -140,110 +140,127 @@\n : null\n : null;\n \n =====================================output=====================================\n let icecream =\n - what == \"cone\" ?\n - (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n - : (p) => `here's your ${p} ${what}`;\n + what == \"cone\"\n + ? (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n + : (p) => `here's your ${p} ${what}`;\n \n - const value =\n - condition1 ? value1\n - : condition2 ? value2\n - : condition3 ? value3\n + const value = condition1\n + ? value1\n + : condition2\n + ? value2\n + : condition3\n + ? value3\n : value4;\n \n const StorybookLoader = ({ match }) =>\n - match.params.storyId === \"button\" ? <ButtonStorybook />\n - : match.params.storyId === \"color\" ? <ColorBook />\n - : match.params.storyId === \"typography\" ? <TypographyBook />\n - : match.params.storyId === \"loading\" ? <LoaderStorybook />\n - : match.params.storyId === \"deal-list\" ? <DealListStory />\n - : <Message>\n + match.params.storyId === \"button\" ? (\n + <ButtonStorybook />\n + ) : match.params.storyId === \"color\" ? (\n + <ColorBook />\n + ) : match.params.storyId === \"typography\" ? (\n + <TypographyBook />\n + ) : match.params.storyId === \"loading\" ? (\n + <LoaderStorybook />\n + ) : match.params.storyId === \"deal-list\" ? (\n + <DealListStory />\n + ) : (\n + <Message>\n <Title>{\"Missing story book\"}</Title>\n <Content>\n <BackButton />\n </Content>\n - </Message>;\n + </Message>\n + );\n \n const message =\n - i % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - : i % 3 === 0 ? \"fizz\"\n - : i % 5 === 0 ? \"buzz\"\n - : String(i);\n + i % 3 === 0 && i % 5 === 0\n + ? \"fizzbuzz\"\n + : i % 3 === 0\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n - state == \"success\" ?\n - 1 //'Payment completed successfully'\n - : state == \"processing\" ?\n - 2 //'Payment processing'\n - : state == \"invalid_cvc\" ?\n - 3 //'There was an issue with your CVC number'\n - : (\n - true //state == 'invalid_expiry'\n - ) ?\n - 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + state == \"success\"\n + ? 1 //'Payment completed successfully'\n + : state == \"processing\"\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n - (medals[0].record ? \"-record\"\n - : medals[0].unique ? \"-unique\"\n - : medals[0].type)\n + (medals[0].record\n + ? \"-record\"\n + : medals[0].unique\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n - {medals[0].record ?\n - i18n(\"Record\")\n - : medals[0].unique ?\n - i18n(\"Unique\")\n - : medals[0].type === 0 ?\n - i18n(\"Silver\")\n - : medals[0].type === 1 ?\n - i18n(\"Gold\")\n - : medals[0].type === 2 ?\n - i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + {medals[0].record\n + ? i18n(\"Record\")\n + : medals[0].unique\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n - a ? literalline\n - : (\n - {\n - 123: 12,\n - }\n - ) ?\n - line\n - : softline;\n + a\n + ? literalline\n + : {\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n - onFailure !== undefined ? onFailure : (\n - (error) => {\n - notify(\n - typeof error === \"string\" ? error : (\n - error.message || \"ra.notification.http_error\"\n - ),\n - \"warning\",\n - {\n - _:\n - typeof error === \"string\" ? error\n - : error && error.message ? error.message\n - : undefined,\n - },\n - );\n - refresh();\n - }\n - ),\n + onFailure !== undefined\n + ? onFailure\n + : (error) => {\n + notify(\n + typeof error === \"string\"\n + ? error\n + : error.message || \"ra.notification.http_error\",\n + \"warning\",\n + {\n + _:\n + typeof error === \"string\"\n + ? error\n + : error && error.message\n + ? error.message\n + : undefined,\n + },\n + );\n + refresh();\n + },\n };\n \n showNotification(\n typeof error === \"string\" ? error : error.message || body,\n level || \"warning\",\n @@ -252,13 +269,16 @@\n undoable: false,\n },\n );\n \n const result =\n - children && !isEmptyChildren(children) ? children\n - : props.match ?\n - component ? React.createElement(component, props)\n - : render ? render(props)\n - : null\n - : null;\n + children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nparenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 17\n + Received + 13\n \n @@ -11,29 +11,25 @@\n a => a ? () => {a} : () => {a}\n a => a ? a : a\n a => a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a\n \n =====================================output=====================================\n - debug ?\n - this.state.isVisible ?\n - \"partially visible\"\n - : \"hidden\"\n - : null;\n - debug ?\n - this.state.isVisible && somethingComplex ?\n - \"partially visible\"\n - : \"hidden\"\n - : null;\n + debug ? (this.state.isVisible ? \"partially visible\" : \"hidden\") : null;\n + debug\n + ? this.state.isVisible && somethingComplex\n + ? \"partially visible\"\n + : \"hidden\"\n + : null;\n \n (a) =>\n - a ?\n - () => {\n - a;\n - }\n - : () => {\n - a;\n - };\n + a\n + ? () => {\n + a;\n + }\n + : () => {\n + a;\n + };\n (a) => (a ? a : a);\n (a) =>\n a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntest.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 35\n + Received + 30\n \n @@ -18,46 +18,41 @@\n const obj5 = conditionIsTruthy ? { some: 'long', object: 'with', lots: 'of', stuff } : { some: 'eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger', object: 'with', lots: 'of', stuff }\n \n =====================================output=====================================\n const obj0 = conditionIsTruthy ? shortThing : otherShortThing;\n \n - const obj1 =\n - conditionIsTruthy ?\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n - : shortThing;\n + const obj1 = conditionIsTruthy\n + ? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + : shortThing;\n \n - const obj2 =\n - conditionIsTruthy ? shortThing : (\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n - );\n + const obj2 = conditionIsTruthy\n + ? shortThing\n + : { some: \"long\", object: \"with\", lots: \"of\", stuff };\n \n - const obj3 =\n - conditionIsTruthy ?\n - {\n - some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n - object: \"with\",\n - lots: \"of\",\n - stuff,\n - }\n - : shortThing;\n + const obj3 = conditionIsTruthy\n + ? {\n + some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n + object: \"with\",\n + lots: \"of\",\n + stuff,\n + }\n + : shortThing;\n \n - const obj4 =\n - conditionIsTruthy ? shortThing : (\n - {\n - some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n - object: \"with\",\n - lots: \"of\",\n - stuff,\n - }\n - );\n + const obj4 = conditionIsTruthy\n + ? shortThing\n + : {\n + some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n + object: \"with\",\n + lots: \"of\",\n + stuff,\n + };\n \n - const obj5 =\n - conditionIsTruthy ?\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n - : {\n - some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n - object: \"with\",\n - lots: \"of\",\n - stuff,\n - };\n + const obj5 = conditionIsTruthy\n + ? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + : {\n + some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n + object: \"with\",\n + lots: \"of\",\n + stuff,\n + };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbinary.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 14\n + Received + 10\n \n @@ -18,27 +18,23 @@\n ))\n ))\n \n =====================================output=====================================\n const funnelSnapshotCard =\n - \t(\n - \t\t(report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n - \t\t(report === COMPANY_OVERVIEW &&\n - \t\t\t!ReportGK.xar_metrics_active_capitol_v2_company_metrics)\n - \t) ?\n + \t(report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n + \t(report === COMPANY_OVERVIEW &&\n + \t\t!ReportGK.xar_metrics_active_capitol_v2_company_metrics) ? (\n \t\t<ReportMetricsFunnelSnapshotCard metrics={metrics} />\n - \t:\tnull;\n + \t) : null;\n \n room = room.map((row, rowIndex) =>\n \trow.map((col, colIndex) =>\n - \t\t(\n - \t\t\trowIndex === 0 ||\n - \t\t\tcolIndex === 0 ||\n - \t\t\trowIndex === height ||\n - \t\t\tcolIndex === width\n - \t\t) ?\n - \t\t\t1\n - \t\t:\t0,\n + \t\trowIndex === 0 ||\n + \t\tcolIndex === 0 ||\n + \t\trowIndex === height ||\n + \t\tcolIndex === width\n + \t\t\t? 1\n + \t\t\t: 0,\n \t),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunc-call.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -17,15 +17,13 @@\n \n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n - \t(\n - \t\tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\t\tanodyneCondosMalateOverateRetinol\n - \t) ?\n - \t\tannularCooeedSplicesWalksWayWay\n - \t:\tkochabCooieGameOnOboleUnweave,\n + \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n + \tanodyneCondosMalateOverateRetinol\n + \t\t? annularCooeedSplicesWalksWayWay\n + \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 159\n + Received + 182\n \n @@ -299,330 +299,353 @@\n ).prop\n ];\n \n =====================================output=====================================\n foo7 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n foo8 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo9 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n function foo10() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n function foo11() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n function foo12() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n foo13 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n foo14 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo15 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n function foo16() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n function foo17() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n function foo18() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n foo19 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n foo20 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo21 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo22() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo23() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo24() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n foo25 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n foo26 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo27 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n function foo28() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo29() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo30() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function* foo31() {\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo.Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo.Fooooooooooo];\n }\n \n const foo32 = new (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo33() {\n \treturn new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo34() {\n \tthrow new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo35() {\n \tvoid new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n foo36 = new (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \t\tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n // TODO(rattrayalex): try to fix this case\n \n bifornCringerMoshedPerplexSawder = (\n - \t(\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol).annularCooeedSplicesWalksWayWay\n + \tglimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n + ).annularCooeedSplicesWalksWayWay\n \t.annularCooeedSplicesWalksWayWay(annularCooeedSplicesWalksWayWay)\n \t.annularCooeedSplicesWalksWayWay();\n \n foo = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.()?.()?.();\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.()?.()?.();\n \n foo = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)()()();\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )()()();\n \n foo =\n \tfoo.bar.baz[\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n \t];\n \n const decorated = (arg, ignoreRequestError) => {\n \treturn (\n - \t\t(\n - \t\t\ttypeof arg === \"string\" ||\n - \t\t\t(arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n - \t\t) ?\n - \t\t\t$delegate(arg, ignoreRequestError)\n - \t\t:\thandleAsyncOperations(arg, ignoreRequestError)).foo();\n + \t\ttypeof arg === \"string\" ||\n + \t\t(arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n + \t\t\t? $delegate(arg, ignoreRequestError)\n + \t\t\t: handleAsyncOperations(arg, ignoreRequestError)\n + \t).foo();\n };\n \n bifornCringerMoshedPerplexSawder = fn(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n fn(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n bifornCringerMoshedPerplexSawder = fn?.(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n fn?.(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n bifornCringerMoshedPerplexSawder =\n \tfn[\n - \t\t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\t\taverredBathersBoxroomBuggyNurl\n - \t\t:\tanodyneCondosMalateOverateRetinol\n + \t\t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t\t? averredBathersBoxroomBuggyNurl\n + \t\t\t: anodyneCondosMalateOverateRetinol\n \t\t).prop\n \t];\n \n fn[\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop\n ];\n \n bifornCringerMoshedPerplexSawder =\n \tfn?.[\n - \t\t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\t\taverredBathersBoxroomBuggyNurl\n - \t\t:\tanodyneCondosMalateOverateRetinol\n + \t\t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t\t? averredBathersBoxroomBuggyNurl\n + \t\t\t: anodyneCondosMalateOverateRetinol\n \t\t).prop\n \t];\n \n fn?.[\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 141\n + Received + 138\n \n @@ -172,160 +172,157 @@\n \t\t\t}\n \t }\n : a;\n \n =====================================output=====================================\n - aaaaaaaaaaaaaaa ? bbbbbbbbbbbbbbbbbb\n - : ccccccccccccccc ? ddddddddddddddd\n - : eeeeeeeeeeeeeee ? fffffffffffffff\n - : gggggggggggggggg;\n -\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \t\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \t\t\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - \t\t:\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - \t:\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - :\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n + aaaaaaaaaaaaaaa\n + \t? bbbbbbbbbbbbbbbbbb\n + \t: ccccccccccccccc\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n - a ?\n - \t{\n - \t\ta: 0,\n - \t}\n - :\t{\n - \t\ta:\n - \t\t\t(\n - \t\t\t\t{\n - \t\t\t\t\ta: 0,\n - \t\t\t\t}\n - \t\t\t) ?\n - \t\t\t\t{\n - \t\t\t\t\ta: 0,\n - \t\t\t\t}\n - \t\t\t:\t{\n - \t\t\t\t\ty:\n - \t\t\t\t\t\t(\n - \t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t) ?\n - \t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t:\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t},\n - \t\t\t\t},\n - \t};\n + aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t\t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n \n - a ?\n - \t{\n - \t\ta: function () {\n - \t\t\treturn a ?\n - \t\t\t\t\t{\n - \t\t\t\t\t\ta: [\n - \t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t{\n + a\n + \t? {\n + \t\t\ta: 0,\n + \t }\n + \t: {\n + \t\t\ta: {\n + \t\t\t\ta: 0,\n + \t\t\t}\n + \t\t\t\t? {\n + \t\t\t\t\t\ta: 0,\n + \t\t\t\t }\n + \t\t\t\t: {\n + \t\t\t\t\t\ty: {\n + \t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t}\n + \t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\tb: [a ? [0, 1] : []],\n - \t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t[\n - \t\t\t\t\t\t\t\t\t\t0,\n - \t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t: {\n + \t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t },\n + \t\t\t\t },\n + \t };\n +\n + a\n + \t? {\n + \t\t\ta: function () {\n + \t\t\t\treturn a\n + \t\t\t\t\t? {\n + \t\t\t\t\t\t\ta: [\n + \t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\ta ? 0 : 1,\n - \t\t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t\t\t\tfunction () {\n - \t\t\t\t\t\t\t\t\t\treturn a ?\n + \t\t\t\t\t\t\t\t\t\t\tb: [a ? [0, 1] : []],\n + \t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t: [\n + \t\t\t\t\t\t\t\t\t\t\t[\n + \t\t\t\t\t\t\t\t\t\t\t\t0,\n \t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{},\n - \t\t\t\t\t\t\t\t\t\t\t\t];\n - \t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t],\n - \t\t\t\t\t}\n - \t\t\t\t:\t[\n - \t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\tfunction () {\n - \t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\ta(\n - \t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\ta: a({\n \t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t}),\n - \t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t\t\t\t0,\n - \t\t\t\t\t\t\t\t\t\t\t\ta(),\n - \t\t\t\t\t\t\t\t\t\t\t\ta(\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta ? a() : (\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta({\n + \t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\ta ? 0 : 1,\n + \t\t\t\t\t\t\t\t\t\t\t],\n + \t\t\t\t\t\t\t\t\t\t\tfunction () {\n + \t\t\t\t\t\t\t\t\t\t\t\treturn a\n + \t\t\t\t\t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t})\n - \t\t\t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t\t\t\ta() ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a(),\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\tb: [],\n - \t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t:\t{},\n - \t\t\t\t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t\t\t\t)\n - \t\t\t\t\t\t\t\t:\ta(\n - \t\t\t\t\t\t\t\t\t\ta() ?\n - \t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t:\t(function (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\treturn a() ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n + \t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t: [\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: a(),\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t]\n - \t\t\t\t\t\t\t\t\t\t\t\t\t:\ta([\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t ];\n + \t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t ],\n + \t\t\t\t\t\t\t],\n + \t\t\t\t\t }\n + \t\t\t\t\t: [\n + \t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t? function () {\n + \t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t? a(\n + \t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a({\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:\t{},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t: [\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? a()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: a({\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: [],\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: {},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t ],\n + \t\t\t\t\t\t\t\t\t\t\t )\n + \t\t\t\t\t\t\t\t\t\t\t: a(\n + \t\t\t\t\t\t\t\t\t\t\t\t\ta()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t]);\n - \t\t\t\t\t\t\t\t\t\t\t})(\n - \t\t\t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\tfunction (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 0;\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n - \t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t:\tfunction (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 1;\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t);\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t:\tfunction () {},\n - \t\t\t\t\t];\n - \t\t},\n - \t}\n - :\ta;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t: (function (a) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn a()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? [\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: a(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ]\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: a([\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: {},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ]);\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t })(\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? function (a) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 0;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: function (a) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 1;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t },\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t ),\n + \t\t\t\t\t\t\t\t\t\t\t );\n + \t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t: function () {},\n + \t\t\t\t\t ];\n + \t\t\t},\n + \t }\n + \t: a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 21\n + Received + 25\n \n @@ -41,43 +41,47 @@\n <Sub />\n </Element2>\n );\n \n =====================================output=====================================\n - $var =\n - \t(\n - \t\t$number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20) ?\n - \t\t\tkochabCooieGameOnOboleUnweave\n - \t\t:\tannularCooeedSplicesWalksWayWay\n - \t) ?\n - \t\tanodyneCondosMalateOverateRetinol\n - \t:\taverredBathersBoxroomBuggyNurl;\n + $var = (\n + \t$number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20)\n + \t\t? kochabCooieGameOnOboleUnweave\n + \t\t: annularCooeedSplicesWalksWayWay\n + )\n + \t? anodyneCondosMalateOverateRetinol\n + \t: averredBathersBoxroomBuggyNurl;\n \n - const value =\n - \t(\n - \t\tbifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - \t\t:\tglimseGlyphsHazardNoopsTieTie\n - \t) ?\n - \t\ttrue ? true\n - \t\t:\tfalse\n - \t: true ? true\n + const value = (\n + \tbifornCringerMoshedPerplexSawder\n + \t\t? askTrovenaBeenaDependsRowans\n + \t\t: glimseGlyphsHazardNoopsTieTie\n + )\n + \t? true\n + \t\t? true\n + \t\t: false\n + \t: true\n + \t? true\n \t: false;\n \n (\n - \tbifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - \t:\tglimseGlyphsHazardNoopsTieTie\n - ) ?\n + \tbifornCringerMoshedPerplexSawder\n + \t\t? askTrovenaBeenaDependsRowans\n + \t\t: glimseGlyphsHazardNoopsTieTie\n + ) ? (\n \t<Element>\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t</Element>\n - :\t<Element2>\n + ) : (\n + \t<Element2>\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n - \t</Element2>;\n + \t</Element2>\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 79\n + Received + 99\n \n @@ -140,110 +140,127 @@\n : null\n : null;\n \n =====================================output=====================================\n let icecream =\n - \twhat == \"cone\" ?\n - \t\t(p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n - \t:\t(p) => `here's your ${p} ${what}`;\n + \twhat == \"cone\"\n + \t\t? (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n + \t\t: (p) => `here's your ${p} ${what}`;\n \n - const value =\n - \tcondition1 ? value1\n - \t: condition2 ? value2\n - \t: condition3 ? value3\n + const value = condition1\n + \t? value1\n + \t: condition2\n + \t? value2\n + \t: condition3\n + \t? value3\n \t: value4;\n \n const StorybookLoader = ({ match }) =>\n - \tmatch.params.storyId === \"button\" ? <ButtonStorybook />\n - \t: match.params.storyId === \"color\" ? <ColorBook />\n - \t: match.params.storyId === \"typography\" ? <TypographyBook />\n - \t: match.params.storyId === \"loading\" ? <LoaderStorybook />\n - \t: match.params.storyId === \"deal-list\" ? <DealListStory />\n - \t: <Message>\n + \tmatch.params.storyId === \"button\" ? (\n + \t\t<ButtonStorybook />\n + \t) : match.params.storyId === \"color\" ? (\n + \t\t<ColorBook />\n + \t) : match.params.storyId === \"typography\" ? (\n + \t\t<TypographyBook />\n + \t) : match.params.storyId === \"loading\" ? (\n + \t\t<LoaderStorybook />\n + \t) : match.params.storyId === \"deal-list\" ? (\n + \t\t<DealListStory />\n + \t) : (\n + \t\t<Message>\n \t\t\t<Title>{\"Missing story book\"}</Title>\n \t\t\t<Content>\n \t\t\t\t<BackButton />\n \t\t\t</Content>\n - \t\t</Message>;\n + \t\t</Message>\n + \t);\n \n const message =\n - \ti % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - \t: i % 3 === 0 ? \"fizz\"\n - \t: i % 5 === 0 ? \"buzz\"\n - \t: String(i);\n + \ti % 3 === 0 && i % 5 === 0\n + \t\t? \"fizzbuzz\"\n + \t\t: i % 3 === 0\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n - \tstate == \"success\" ? \"Payment completed successfully\"\n - \t: state == \"processing\" ? \"Payment processing\"\n - \t: state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - \t: state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - \t: \"There was an issue with the payment. Please contact support.\";\n + \tstate == \"success\"\n + \t\t? \"Payment completed successfully\"\n + \t\t: state == \"processing\"\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n - \tstate == \"success\" ?\n - \t\t1 //'Payment completed successfully'\n - \t: state == \"processing\" ?\n - \t\t2 //'Payment processing'\n - \t: state == \"invalid_cvc\" ?\n - \t\t3 //'There was an issue with your CVC number'\n - \t: (\n - \t\ttrue //state == 'invalid_expiry'\n - \t) ?\n - \t\t4 //'Expiry must be sometime in the past.'\n - \t:\t5; // 'There was an issue with the payment. Please contact support.'\n + \tstate == \"success\"\n + \t\t? 1 //'Payment completed successfully'\n + \t\t: state == \"processing\"\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n - \t\t\t(medals[0].record ? \"-record\"\n - \t\t\t: medals[0].unique ? \"-unique\"\n - \t\t\t: medals[0].type)\n + \t\t\t(medals[0].record\n + \t\t\t\t? \"-record\"\n + \t\t\t\t: medals[0].unique\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n - \t\t{medals[0].record ?\n - \t\t\ti18n(\"Record\")\n - \t\t: medals[0].unique ?\n - \t\t\ti18n(\"Unique\")\n - \t\t: medals[0].type === 0 ?\n - \t\t\ti18n(\"Silver\")\n - \t\t: medals[0].type === 1 ?\n - \t\t\ti18n(\"Gold\")\n - \t\t: medals[0].type === 2 ?\n - \t\t\ti18n(\"Platinum\")\n - \t\t:\ti18n(\"Theme\")}\n + \t\t{medals[0].record\n + \t\t\t? i18n(\"Record\")\n + \t\t\t: medals[0].unique\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n - a ? literalline\n - : (\n - \t{\n - \t\t123: 12,\n - \t}\n - ) ?\n - \tline\n - :\tsoftline;\n + a\n + \t? literalline\n + \t: {\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n - \t\tonFailure !== undefined ? onFailure : (\n - \t\t\t(error) => {\n - \t\t\t\tnotify(\n - \t\t\t\t\ttypeof error === \"string\" ? error : (\n - \t\t\t\t\t\terror.message || \"ra.notification.http_error\"\n - \t\t\t\t\t),\n - \t\t\t\t\t\"warning\",\n - \t\t\t\t\t{\n - \t\t\t\t\t\t_:\n - \t\t\t\t\t\t\ttypeof error === \"string\" ? error\n - \t\t\t\t\t\t\t: error && error.message ? error.message\n - \t\t\t\t\t\t\t: undefined,\n - \t\t\t\t\t},\n - \t\t\t\t);\n - \t\t\t\trefresh();\n - \t\t\t}\n - \t\t),\n + \t\tonFailure !== undefined\n + \t\t\t? onFailure\n + \t\t\t: (error) => {\n + \t\t\t\t\tnotify(\n + \t\t\t\t\t\ttypeof error === \"string\"\n + \t\t\t\t\t\t\t? error\n + \t\t\t\t\t\t\t: error.message || \"ra.notification.http_error\",\n + \t\t\t\t\t\t\"warning\",\n + \t\t\t\t\t\t{\n + \t\t\t\t\t\t\t_:\n + \t\t\t\t\t\t\t\ttypeof error === \"string\"\n + \t\t\t\t\t\t\t\t\t? error\n + \t\t\t\t\t\t\t\t\t: error && error.message\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n + \t\t\t\t\t\t},\n + \t\t\t\t\t);\n + \t\t\t\t\trefresh();\n + \t\t\t },\n };\n \n showNotification(\n \ttypeof error === \"string\" ? error : error.message || body,\n \tlevel || \"warning\",\n @@ -252,13 +269,16 @@\n \t\tundoable: false,\n \t},\n );\n \n const result =\n - \tchildren && !isEmptyChildren(children) ? children\n - \t: props.match ?\n - \t\tcomponent ? React.createElement(component, props)\n - \t\t: render ? render(props)\n - \t\t: null\n - \t:\tnull;\n + \tchildren && !isEmptyChildren(children)\n + \t\t? children\n + \t\t: props.match\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nparenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 17\n + Received + 13\n \n @@ -11,29 +11,25 @@\n a => a ? () => {a} : () => {a}\n a => a ? a : a\n a => a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a\n \n =====================================output=====================================\n - debug ?\n - \tthis.state.isVisible ?\n - \t\t\"partially visible\"\n - \t:\t\"hidden\"\n - :\tnull;\n - debug ?\n - \tthis.state.isVisible && somethingComplex ?\n - \t\t\"partially visible\"\n - \t:\t\"hidden\"\n - :\tnull;\n + debug ? (this.state.isVisible ? \"partially visible\" : \"hidden\") : null;\n + debug\n + \t? this.state.isVisible && somethingComplex\n + \t\t? \"partially visible\"\n + \t\t: \"hidden\"\n + \t: null;\n \n (a) =>\n - \ta ?\n - \t\t() => {\n - \t\t\ta;\n - \t\t}\n - \t:\t() => {\n - \t\t\ta;\n - \t\t};\n + \ta\n + \t\t? () => {\n + \t\t\t\ta;\n + \t\t }\n + \t\t: () => {\n + \t\t\t\ta;\n + \t\t };\n (a) => (a ? a : a);\n (a) =>\n \ta ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntest.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 23\n + Received + 18\n \n @@ -18,46 +18,41 @@\n const obj5 = conditionIsTruthy ? { some: 'long', object: 'with', lots: 'of', stuff } : { some: 'eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger', object: 'with', lots: 'of', stuff }\n \n =====================================output=====================================\n const obj0 = conditionIsTruthy ? shortThing : otherShortThing;\n \n - const obj1 =\n - \tconditionIsTruthy ?\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t:\tshortThing;\n + const obj1 = conditionIsTruthy\n + \t? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + \t: shortThing;\n \n - const obj2 =\n - \tconditionIsTruthy ? shortThing : (\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t);\n + const obj2 = conditionIsTruthy\n + \t? shortThing\n + \t: { some: \"long\", object: \"with\", lots: \"of\", stuff };\n \n - const obj3 =\n - \tconditionIsTruthy ?\n - \t\t{\n + const obj3 = conditionIsTruthy\n + \t? {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t}\n - \t:\tshortThing;\n + \t }\n + \t: shortThing;\n \n - const obj4 =\n - \tconditionIsTruthy ? shortThing : (\n - \t\t{\n + const obj4 = conditionIsTruthy\n + \t? shortThing\n + \t: {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t}\n - \t);\n + \t };\n \n - const obj5 =\n - \tconditionIsTruthy ?\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t:\t{\n + const obj5 = conditionIsTruthy\n + \t? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + \t: {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t};\n + \t };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbinary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 14\n + Received + 10\n \n @@ -19,27 +19,23 @@\n ))\n ))\n \n =====================================output=====================================\n const funnelSnapshotCard =\n - \t(\n - \t\t(report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n - \t\t(report === COMPANY_OVERVIEW &&\n - \t\t\t!ReportGK.xar_metrics_active_capitol_v2_company_metrics)\n - \t) ?\n + \t(report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n + \t(report === COMPANY_OVERVIEW &&\n + \t\t!ReportGK.xar_metrics_active_capitol_v2_company_metrics) ? (\n \t\t<ReportMetricsFunnelSnapshotCard metrics={metrics} />\n - \t:\tnull;\n + \t) : null;\n \n room = room.map((row, rowIndex) =>\n \trow.map((col, colIndex) =>\n - \t\t(\n - \t\t\trowIndex === 0 ||\n - \t\t\tcolIndex === 0 ||\n - \t\t\trowIndex === height ||\n - \t\t\tcolIndex === width\n - \t\t) ?\n - \t\t\t1\n - \t\t:\t0,\n + \t\trowIndex === 0 ||\n + \t\tcolIndex === 0 ||\n + \t\trowIndex === height ||\n + \t\tcolIndex === width\n + \t\t\t? 1\n + \t\t\t: 0,\n \t),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunc-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -18,15 +18,13 @@\n \n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n - \t(\n - \t\tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\t\tanodyneCondosMalateOverateRetinol\n - \t) ?\n - \t\tannularCooeedSplicesWalksWayWay\n - \t:\tkochabCooieGameOnOboleUnweave,\n + \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n + \tanodyneCondosMalateOverateRetinol\n + \t\t? annularCooeedSplicesWalksWayWay\n + \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 159\n + Received + 182\n \n @@ -300,330 +300,353 @@\n ).prop\n ];\n \n =====================================output=====================================\n foo7 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n foo8 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo9 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n function foo10() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n function foo11() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n function foo12() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n foo13 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n foo14 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo15 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n function foo16() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n function foo17() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n function foo18() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n foo19 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n foo20 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo21 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo22() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo23() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo24() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n foo25 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n foo26 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo27 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n function foo28() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo29() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo30() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function* foo31() {\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo.Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo.Fooooooooooo];\n }\n \n const foo32 = new (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo33() {\n \treturn new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo34() {\n \tthrow new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo35() {\n \tvoid new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n foo36 = new (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \t\tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n // TODO(rattrayalex): try to fix this case\n \n bifornCringerMoshedPerplexSawder = (\n - \t(\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol).annularCooeedSplicesWalksWayWay\n + \tglimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n + ).annularCooeedSplicesWalksWayWay\n \t.annularCooeedSplicesWalksWayWay(annularCooeedSplicesWalksWayWay)\n \t.annularCooeedSplicesWalksWayWay();\n \n foo = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.()?.()?.();\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.()?.()?.();\n \n foo = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)()()();\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )()()();\n \n foo =\n \tfoo.bar.baz[\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n \t];\n \n const decorated = (arg, ignoreRequestError) => {\n \treturn (\n - \t\t(\n - \t\t\ttypeof arg === \"string\" ||\n - \t\t\t(arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n - \t\t) ?\n - \t\t\t$delegate(arg, ignoreRequestError)\n - \t\t:\thandleAsyncOperations(arg, ignoreRequestError)).foo();\n + \t\ttypeof arg === \"string\" ||\n + \t\t(arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n + \t\t\t? $delegate(arg, ignoreRequestError)\n + \t\t\t: handleAsyncOperations(arg, ignoreRequestError)\n + \t).foo();\n };\n \n bifornCringerMoshedPerplexSawder = fn(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n fn(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n bifornCringerMoshedPerplexSawder = fn?.(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n fn?.(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n bifornCringerMoshedPerplexSawder =\n \tfn[\n - \t\t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\t\taverredBathersBoxroomBuggyNurl\n - \t\t:\tanodyneCondosMalateOverateRetinol\n + \t\t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t\t? averredBathersBoxroomBuggyNurl\n + \t\t\t: anodyneCondosMalateOverateRetinol\n \t\t).prop\n \t];\n \n fn[\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop\n ];\n \n bifornCringerMoshedPerplexSawder =\n \tfn?.[\n - \t\t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\t\taverredBathersBoxroomBuggyNurl\n - \t\t:\tanodyneCondosMalateOverateRetinol\n + \t\t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t\t? averredBathersBoxroomBuggyNurl\n + \t\t\t: anodyneCondosMalateOverateRetinol\n \t\t).prop\n \t];\n \n fn?.[\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 141\n + Received + 142\n \n @@ -173,160 +173,161 @@\n \t\t\t}\n \t }\n : a;\n \n =====================================output=====================================\n - aaaaaaaaaaaaaaa ? bbbbbbbbbbbbbbbbbb\n - : ccccccccccccccc ? ddddddddddddddd\n - : eeeeeeeeeeeeeee ? fffffffffffffff\n - : gggggggggggggggg;\n + aaaaaaaaaaaaaaa\n + \t? bbbbbbbbbbbbbbbbbb\n + \t: ccccccccccccccc\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \t\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \t\t\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - \t\t:\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - \t:\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - :\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n + aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t\t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n \n - a ?\n - \t{\n - \t\ta: 0,\n - \t}\n - :\t{\n - \t\ta:\n - \t\t\t(\n - \t\t\t\t{\n - \t\t\t\t\ta: 0,\n - \t\t\t\t}\n - \t\t\t) ?\n - \t\t\t\t{\n - \t\t\t\t\ta: 0,\n - \t\t\t\t}\n - \t\t\t:\t{\n - \t\t\t\t\ty:\n - \t\t\t\t\t\t(\n - \t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t) ?\n - \t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t:\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t},\n - \t\t\t\t},\n - \t};\n -\n - a ?\n - \t{\n - \t\ta: function () {\n - \t\t\treturn a ?\n - \t\t\t\t\t{\n - \t\t\t\t\t\ta: [\n - \t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t{\n + a\n + \t? {\n + \t\t\ta: 0,\n + \t }\n + \t: {\n + \t\t\ta: {\n + \t\t\t\ta: 0,\n + \t\t\t}\n + \t\t\t\t? {\n + \t\t\t\t\t\ta: 0,\n + \t\t\t\t }\n + \t\t\t\t: {\n + \t\t\t\t\t\ty: {\n + \t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t}\n + \t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\tb: [a ? [0, 1] : []],\n - \t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t[\n - \t\t\t\t\t\t\t\t\t\t0,\n - \t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t: {\n + \t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t },\n + \t\t\t\t },\n + \t };\n +\n + a\n + \t? {\n + \t\t\ta: function () {\n + \t\t\t\treturn a\n + \t\t\t\t\t? {\n + \t\t\t\t\t\t\ta: [\n + \t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\ta ? 0 : 1,\n - \t\t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t\t\t\tfunction () {\n - \t\t\t\t\t\t\t\t\t\treturn a ?\n + \t\t\t\t\t\t\t\t\t\t\tb: [a ? [0, 1] : []],\n + \t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t: [\n + \t\t\t\t\t\t\t\t\t\t\t[\n + \t\t\t\t\t\t\t\t\t\t\t\t0,\n \t\t\t\t\t\t\t\t\t\t\t\t{\n \t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{},\n - \t\t\t\t\t\t\t\t\t\t\t\t];\n - \t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t],\n - \t\t\t\t\t}\n - \t\t\t\t:\t[\n - \t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\tfunction () {\n - \t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\ta(\n - \t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\ta: a({\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t}),\n - \t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t\t\t\t0,\n - \t\t\t\t\t\t\t\t\t\t\t\ta(),\n - \t\t\t\t\t\t\t\t\t\t\t\ta(\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta ? a() : (\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta({\n + \t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\ta ? 0 : 1,\n + \t\t\t\t\t\t\t\t\t\t\t],\n + \t\t\t\t\t\t\t\t\t\t\tfunction () {\n + \t\t\t\t\t\t\t\t\t\t\t\treturn a\n + \t\t\t\t\t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t})\n - \t\t\t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t\t\t\ta() ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a(),\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\tb: [],\n - \t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t:\t{},\n - \t\t\t\t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t\t\t\t)\n - \t\t\t\t\t\t\t\t:\ta(\n - \t\t\t\t\t\t\t\t\t\ta() ?\n - \t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t:\t(function (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\treturn a() ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n + \t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t: [\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: a(),\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t]\n - \t\t\t\t\t\t\t\t\t\t\t\t\t:\ta([\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t ];\n + \t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t ],\n + \t\t\t\t\t\t\t],\n + \t\t\t\t\t }\n + \t\t\t\t\t: [\n + \t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t? function () {\n + \t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t? a(\n + \t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a({\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:\t{},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t: [\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? a()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: a({\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: [],\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: {},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t ],\n + \t\t\t\t\t\t\t\t\t\t\t )\n + \t\t\t\t\t\t\t\t\t\t\t: a(\n + \t\t\t\t\t\t\t\t\t\t\t\t\ta()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t]);\n - \t\t\t\t\t\t\t\t\t\t\t})(\n - \t\t\t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\tfunction (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 0;\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n - \t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t:\tfunction (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 1;\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t);\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t:\tfunction () {},\n - \t\t\t\t\t];\n - \t\t},\n - \t}\n - :\ta;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t: (function (a) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn a()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? [\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: a(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ]\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: a([\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: {},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ]);\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t })(\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? function (\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 0;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: function (\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 1;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t },\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t ),\n + \t\t\t\t\t\t\t\t\t\t\t );\n + \t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t: function () {},\n + \t\t\t\t\t ];\n + \t\t\t},\n + \t }\n + \t: a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 21\n + Received + 25\n \n @@ -42,43 +42,47 @@\n <Sub />\n </Element2>\n );\n \n =====================================output=====================================\n - $var =\n - \t(\n - \t\t$number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20) ?\n - \t\t\tkochabCooieGameOnOboleUnweave\n - \t\t:\tannularCooeedSplicesWalksWayWay\n - \t) ?\n - \t\tanodyneCondosMalateOverateRetinol\n - \t:\taverredBathersBoxroomBuggyNurl;\n + $var = (\n + \t$number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20)\n + \t\t? kochabCooieGameOnOboleUnweave\n + \t\t: annularCooeedSplicesWalksWayWay\n + )\n + \t? anodyneCondosMalateOverateRetinol\n + \t: averredBathersBoxroomBuggyNurl;\n \n - const value =\n - \t(\n - \t\tbifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - \t\t:\tglimseGlyphsHazardNoopsTieTie\n - \t) ?\n - \t\ttrue ? true\n - \t\t:\tfalse\n - \t: true ? true\n + const value = (\n + \tbifornCringerMoshedPerplexSawder\n + \t\t? askTrovenaBeenaDependsRowans\n + \t\t: glimseGlyphsHazardNoopsTieTie\n + )\n + \t? true\n + \t\t? true\n + \t\t: false\n + \t: true\n + \t? true\n \t: false;\n \n (\n - \tbifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - \t:\tglimseGlyphsHazardNoopsTieTie\n - ) ?\n + \tbifornCringerMoshedPerplexSawder\n + \t\t? askTrovenaBeenaDependsRowans\n + \t\t: glimseGlyphsHazardNoopsTieTie\n + ) ? (\n \t<Element>\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t</Element>\n - :\t<Element2>\n + ) : (\n + \t<Element2>\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n - \t</Element2>;\n + \t</Element2>\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 79\n + Received + 99\n \n @@ -141,110 +141,127 @@\n : null\n : null;\n \n =====================================output=====================================\n let icecream =\n - \twhat == \"cone\" ?\n - \t\t(p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n - \t:\t(p) => `here's your ${p} ${what}`;\n + \twhat == \"cone\"\n + \t\t? (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n + \t\t: (p) => `here's your ${p} ${what}`;\n \n - const value =\n - \tcondition1 ? value1\n - \t: condition2 ? value2\n - \t: condition3 ? value3\n + const value = condition1\n + \t? value1\n + \t: condition2\n + \t? value2\n + \t: condition3\n + \t? value3\n \t: value4;\n \n const StorybookLoader = ({ match }) =>\n - \tmatch.params.storyId === \"button\" ? <ButtonStorybook />\n - \t: match.params.storyId === \"color\" ? <ColorBook />\n - \t: match.params.storyId === \"typography\" ? <TypographyBook />\n - \t: match.params.storyId === \"loading\" ? <LoaderStorybook />\n - \t: match.params.storyId === \"deal-list\" ? <DealListStory />\n - \t: <Message>\n + \tmatch.params.storyId === \"button\" ? (\n + \t\t<ButtonStorybook />\n + \t) : match.params.storyId === \"color\" ? (\n + \t\t<ColorBook />\n + \t) : match.params.storyId === \"typography\" ? (\n + \t\t<TypographyBook />\n + \t) : match.params.storyId === \"loading\" ? (\n + \t\t<LoaderStorybook />\n + \t) : match.params.storyId === \"deal-list\" ? (\n + \t\t<DealListStory />\n + \t) : (\n + \t\t<Message>\n \t\t\t<Title>{\"Missing story book\"}</Title>\n \t\t\t<Content>\n \t\t\t\t<BackButton />\n \t\t\t</Content>\n - \t\t</Message>;\n + \t\t</Message>\n + \t);\n \n const message =\n - \ti % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - \t: i % 3 === 0 ? \"fizz\"\n - \t: i % 5 === 0 ? \"buzz\"\n - \t: String(i);\n + \ti % 3 === 0 && i % 5 === 0\n + \t\t? \"fizzbuzz\"\n + \t\t: i % 3 === 0\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n - \tstate == \"success\" ? \"Payment completed successfully\"\n - \t: state == \"processing\" ? \"Payment processing\"\n - \t: state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - \t: state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - \t: \"There was an issue with the payment. Please contact support.\";\n + \tstate == \"success\"\n + \t\t? \"Payment completed successfully\"\n + \t\t: state == \"processing\"\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n - \tstate == \"success\" ?\n - \t\t1 //'Payment completed successfully'\n - \t: state == \"processing\" ?\n - \t\t2 //'Payment processing'\n - \t: state == \"invalid_cvc\" ?\n - \t\t3 //'There was an issue with your CVC number'\n - \t: (\n - \t\ttrue //state == 'invalid_expiry'\n - \t) ?\n - \t\t4 //'Expiry must be sometime in the past.'\n - \t:\t5; // 'There was an issue with the payment. Please contact support.'\n + \tstate == \"success\"\n + \t\t? 1 //'Payment completed successfully'\n + \t\t: state == \"processing\"\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n - \t\t\t(medals[0].record ? \"-record\"\n - \t\t\t: medals[0].unique ? \"-unique\"\n - \t\t\t: medals[0].type)\n + \t\t\t(medals[0].record\n + \t\t\t\t? \"-record\"\n + \t\t\t\t: medals[0].unique\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n - \t\t{medals[0].record ?\n - \t\t\ti18n(\"Record\")\n - \t\t: medals[0].unique ?\n - \t\t\ti18n(\"Unique\")\n - \t\t: medals[0].type === 0 ?\n - \t\t\ti18n(\"Silver\")\n - \t\t: medals[0].type === 1 ?\n - \t\t\ti18n(\"Gold\")\n - \t\t: medals[0].type === 2 ?\n - \t\t\ti18n(\"Platinum\")\n - \t\t:\ti18n(\"Theme\")}\n + \t\t{medals[0].record\n + \t\t\t? i18n(\"Record\")\n + \t\t\t: medals[0].unique\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n - a ? literalline\n - : (\n - \t{\n - \t\t123: 12,\n - \t}\n - ) ?\n - \tline\n - :\tsoftline;\n + a\n + \t? literalline\n + \t: {\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n - \t\tonFailure !== undefined ? onFailure : (\n - \t\t\t(error) => {\n - \t\t\t\tnotify(\n - \t\t\t\t\ttypeof error === \"string\" ? error : (\n - \t\t\t\t\t\terror.message || \"ra.notification.http_error\"\n - \t\t\t\t\t),\n - \t\t\t\t\t\"warning\",\n - \t\t\t\t\t{\n - \t\t\t\t\t\t_:\n - \t\t\t\t\t\t\ttypeof error === \"string\" ? error\n - \t\t\t\t\t\t\t: error && error.message ? error.message\n - \t\t\t\t\t\t\t: undefined,\n - \t\t\t\t\t},\n - \t\t\t\t);\n - \t\t\t\trefresh();\n - \t\t\t}\n - \t\t),\n + \t\tonFailure !== undefined\n + \t\t\t? onFailure\n + \t\t\t: (error) => {\n + \t\t\t\t\tnotify(\n + \t\t\t\t\t\ttypeof error === \"string\"\n + \t\t\t\t\t\t\t? error\n + \t\t\t\t\t\t\t: error.message || \"ra.notification.http_error\",\n + \t\t\t\t\t\t\"warning\",\n + \t\t\t\t\t\t{\n + \t\t\t\t\t\t\t_:\n + \t\t\t\t\t\t\t\ttypeof error === \"string\"\n + \t\t\t\t\t\t\t\t\t? error\n + \t\t\t\t\t\t\t\t\t: error && error.message\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n + \t\t\t\t\t\t},\n + \t\t\t\t\t);\n + \t\t\t\t\trefresh();\n + \t\t\t },\n };\n \n showNotification(\n \ttypeof error === \"string\" ? error : error.message || body,\n \tlevel || \"warning\",\n @@ -253,13 +270,16 @@\n \t\tundoable: false,\n \t},\n );\n \n const result =\n - \tchildren && !isEmptyChildren(children) ? children\n - \t: props.match ?\n - \t\tcomponent ? React.createElement(component, props)\n - \t\t: render ? render(props)\n - \t\t: null\n - \t:\tnull;\n + \tchildren && !isEmptyChildren(children)\n + \t\t? children\n + \t\t: props.match\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nparenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 17\n + Received + 13\n \n @@ -12,29 +12,25 @@\n a => a ? () => {a} : () => {a}\n a => a ? a : a\n a => a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a\n \n =====================================output=====================================\n - debug ?\n - \tthis.state.isVisible ?\n - \t\t\"partially visible\"\n - \t:\t\"hidden\"\n - :\tnull;\n - debug ?\n - \tthis.state.isVisible && somethingComplex ?\n - \t\t\"partially visible\"\n - \t:\t\"hidden\"\n - :\tnull;\n + debug ? (this.state.isVisible ? \"partially visible\" : \"hidden\") : null;\n + debug\n + \t? this.state.isVisible && somethingComplex\n + \t\t? \"partially visible\"\n + \t\t: \"hidden\"\n + \t: null;\n \n (a) =>\n - \ta ?\n - \t\t() => {\n - \t\t\ta;\n - \t\t}\n - \t:\t() => {\n - \t\t\ta;\n - \t\t};\n + \ta\n + \t\t? () => {\n + \t\t\t\ta;\n + \t\t }\n + \t\t: () => {\n + \t\t\t\ta;\n + \t\t };\n (a) => (a ? a : a);\n (a) =>\n \ta ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntest.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 23\n + Received + 18\n \n @@ -19,46 +19,41 @@\n const obj5 = conditionIsTruthy ? { some: 'long', object: 'with', lots: 'of', stuff } : { some: 'eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger', object: 'with', lots: 'of', stuff }\n \n =====================================output=====================================\n const obj0 = conditionIsTruthy ? shortThing : otherShortThing;\n \n - const obj1 =\n - \tconditionIsTruthy ?\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t:\tshortThing;\n + const obj1 = conditionIsTruthy\n + \t? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + \t: shortThing;\n \n - const obj2 =\n - \tconditionIsTruthy ? shortThing : (\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t);\n + const obj2 = conditionIsTruthy\n + \t? shortThing\n + \t: { some: \"long\", object: \"with\", lots: \"of\", stuff };\n \n - const obj3 =\n - \tconditionIsTruthy ?\n - \t\t{\n + const obj3 = conditionIsTruthy\n + \t? {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t}\n - \t:\tshortThing;\n + \t }\n + \t: shortThing;\n \n - const obj4 =\n - \tconditionIsTruthy ? shortThing : (\n - \t\t{\n + const obj4 = conditionIsTruthy\n + \t? shortThing\n + \t: {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t}\n - \t);\n + \t };\n \n - const obj5 =\n - \tconditionIsTruthy ?\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t:\t{\n + const obj5 = conditionIsTruthy\n + \t? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + \t: {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t};\n + \t };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 48,
"numPassingTests": 528,
"numPendingTests": 0,
"perfStats": {
"start": 67602.18269400002,
"end": 104589.963314,
"runtime": 36988,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 16,
"unchecked": 0,
"unmatched": 48,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/ternaries/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"binary.js"
],
"duration": 0.48037699999986216,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 68.7544179999968,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 65.53358200000366,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 62.88358000002336,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 61.452581999998074,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 61.021615999983624,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 62.049440999981016,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 62.11652400001185,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 61.84213899995666,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"func-call.js"
],
"duration": 0.7643169999937527,
"failureMessages": [
"func-call.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -16,11 +16,11 @@\n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n + anodyneCondosMalateOverateRetinol\n ? annularCooeedSplicesWalksWayWay\n : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"func-call.js"
],
"duration": 59.234931999992114,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"func-call.js"
],
"duration": 58.732036000001244,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"func-call.js"
],
"duration": 58.55309599998873,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"func-call.js"
],
"duration": 57.268137000035495,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"func-call.js"
],
"duration": 57.087893999996595,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"func-call.js"
],
"duration": 55.80067399999825,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"func-call.js"
],
"duration": 57.85080100002233,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"func-call.js"
],
"duration": 55.69220099999802,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js"
],
"duration": 0.632960999966599,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"indent-after-paren.js"
],
"duration": 112.91188799997326,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js"
],
"duration": 108.36852099996759,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent-after-paren.js"
],
"duration": 78.86062399996445,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent-after-paren.js"
],
"duration": 73.71202999999514,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js"
],
"duration": 80.27193400001852,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent-after-paren.js"
],
"duration": 72.72007499996107,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent-after-paren.js"
],
"duration": 75.71172500000102,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js"
],
"duration": 94.80423099995824,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 0.9508950000163168,
"failureMessages": [
"indent.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -173,14 +173,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n ? bbbbbbbbbbbbbbbbbb\n : ccccccccccccccc\n - ? ddddddddddddddd\n - : eeeeeeeeeeeeeee\n - ? fffffffffffffff\n - : gggggggggggggggg;\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 85.64632200001506,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 67.50831300002756,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 64.55997699999716,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 63.08180399995763,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 63.40136200003326,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 68.84799600002589,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 64.27681100001791,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 62.33654699998442,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js"
],
"duration": 0.7110469999606721,
"failureMessages": [
"nested-in-condition.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -56,12 +56,12 @@\n )\n ? true\n ? true\n : false\n : true\n - ? true\n - : false;\n + ? true\n + : false;\n \n (\n bifornCringerMoshedPerplexSawder\n ? askTrovenaBeenaDependsRowans\n : glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested-in-condition.js"
],
"duration": 67.57901899999706,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js"
],
"duration": 66.18391400005203,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-in-condition.js"
],
"duration": 58.733571999997366,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-in-condition.js"
],
"duration": 58.46696799999336,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js"
],
"duration": 58.40528099995572,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-in-condition.js"
],
"duration": 62.22676699998556,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-in-condition.js"
],
"duration": 61.53053400001954,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js"
],
"duration": 58.862933000025805,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 1.581562000035774,
"failureMessages": [
"nested.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -145,14 +145,14 @@\n : (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n ? value1\n : condition2\n - ? value2\n - : condition3\n - ? value3\n - : value4;\n + ? value2\n + : condition3\n + ? value3\n + : value4;\n \n const StorybookLoader = ({ match }) =>\n match.params.storyId === \"button\" ? (\n <ButtonStorybook />\n ) : match.params.storyId === \"color\" ? (\n @@ -174,69 +174,69 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n state == \"success\"\n ? 1 //'Payment completed successfully'\n : state == \"processing\"\n - ? 2 //'Payment processing'\n - : state == \"invalid_cvc\"\n - ? 3 //'There was an issue with your CVC number'\n - : true //state == 'invalid_expiry'\n - ? 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n (medals[0].record\n ? \"-record\"\n : medals[0].unique\n - ? \"-unique\"\n - : medals[0].type)\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n {medals[0].record\n ? i18n(\"Record\")\n : medals[0].unique\n - ? i18n(\"Unique\")\n - : medals[0].type === 0\n - ? i18n(\"Silver\")\n - : medals[0].type === 1\n - ? i18n(\"Gold\")\n - : medals[0].type === 2\n - ? i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n a\n ? literalline\n : {\n - 123: 12,\n - }\n - ? line\n - : softline;\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n onFailure !== undefined\n ? onFailure\n @@ -249,12 +249,12 @@\n {\n _:\n typeof error === \"string\"\n ? error\n : error && error.message\n - ? error.message\n - : undefined,\n + ? error.message\n + : undefined,\n },\n );\n refresh();\n },\n };\n @@ -270,13 +270,13 @@\n \n const result =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 96.37793199997395,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 80.60823100002017,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 70.27836299996125,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 69.64551600004779,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 68.38819799997145,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 69.73164900002303,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 80.3885860000155,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 68.06747900001938,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 0.5999000000301749,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 59.33991399995284,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 59.63662800000748,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 56.86514599999646,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 58.14192500000354,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 57.271383000013884,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 58.33354500000132,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 57.85270699998364,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 57.661702000012156,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 0.4524939999682829,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 61.93718700000318,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 61.1073889999534,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.28554999997141,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 60.403789999953005,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.60195499996189,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 61.18651899998076,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 64.68467099999543,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 62.30493899999419,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary.js - {\"tabWidth\":4}"
],
"duration": 0.5402890000259504,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary.js - {\"tabWidth\":4}"
],
"duration": 70.06664799997816,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"tabWidth\":4}"
],
"duration": 62.47610200004419,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary.js - {\"tabWidth\":4}"
],
"duration": 61.24451599997701,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary.js - {\"tabWidth\":4}"
],
"duration": 61.153954999987036,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary.js - {\"tabWidth\":4}"
],
"duration": 62.443386999948416,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary.js - {\"tabWidth\":4}"
],
"duration": 65.7167860000045,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary.js - {\"tabWidth\":4}"
],
"duration": 65.2936880000052,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"tabWidth\":4}"
],
"duration": 62.05099399999017,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"tabWidth\":4}"
],
"duration": 0.7869990000035614,
"failureMessages": [
"func-call.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -17,11 +17,11 @@\n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n + anodyneCondosMalateOverateRetinol\n ? annularCooeedSplicesWalksWayWay\n : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"func-call.js - {\"tabWidth\":4}"
],
"duration": 62.90579200000502,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"tabWidth\":4}"
],
"duration": 58.23038199997973,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"func-call.js - {\"tabWidth\":4}"
],
"duration": 58.55801199999405,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"func-call.js - {\"tabWidth\":4}"
],
"duration": 56.34918099996867,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"tabWidth\":4}"
],
"duration": 56.602825000009034,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"func-call.js - {\"tabWidth\":4}"
],
"duration": 56.96844299999066,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"func-call.js - {\"tabWidth\":4}"
],
"duration": 56.55132099997718,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"tabWidth\":4}"
],
"duration": 56.93797900003847,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"tabWidth\":4}"
],
"duration": 0.574242000002414,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"tabWidth\":4}"
],
"duration": 94.61693700001342,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"tabWidth\":4}"
],
"duration": 91.0124450000003,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"tabWidth\":4}"
],
"duration": 104.24882299994351,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"tabWidth\":4}"
],
"duration": 77.01805300003616,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"tabWidth\":4}"
],
"duration": 80.9185760000255,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"tabWidth\":4}"
],
"duration": 74.09684399998514,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"tabWidth\":4}"
],
"duration": 78.11777499999152,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"tabWidth\":4}"
],
"duration": 74.8626510000322,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent.js - {\"tabWidth\":4}"
],
"duration": 7.263335999974515,
"failureMessages": [
"indent.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 113\n + Received + 117\n \n @@ -174,14 +174,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n ? bbbbbbbbbbbbbbbbbb\n : ccccccccccccccc\n - ? ddddddddddddddd\n - : eeeeeeeeeeeeeee\n - ? fffffffffffffff\n - : gggggggggggggggg;\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n @@ -196,132 +196,136 @@\n : {\n a: {\n a: 0,\n }\n ? {\n - a: 0,\n - }\n + a: 0,\n + }\n : {\n - y: {\n - a: 0,\n - }\n - ? {\n - a: 0,\n - }\n - : {\n - a: 0,\n - },\n - },\n + y: {\n + a: 0,\n + }\n + ? {\n + a: 0,\n + }\n + : {\n + a: 0,\n + },\n + },\n };\n \n a\n ? {\n a: function () {\n return a\n ? {\n - a: [\n - a\n - ? {\n - a: 0,\n - b: [a ? [0, 1] : []],\n - }\n - : [\n - [\n - 0,\n - {\n - a: 0,\n - },\n - a ? 0 : 1,\n - ],\n - function () {\n - return a\n - ? {\n - a: 0,\n - }\n - : [\n - {\n - a: 0,\n - },\n - {},\n - ];\n - },\n - ],\n - ],\n - }\n - : [\n - a\n - ? function () {\n - a\n - ? a(\n - a\n - ? {\n - a: a({\n + a: [\n + a\n + ? {\n + a: 0,\n + b: [a ? [0, 1] : []],\n + }\n + : [\n + [\n + 0,\n + {\n + a: 0,\n + },\n + a ? 0 : 1,\n + ],\n + function () {\n + return a\n + ? {\n a: 0,\n - }),\n - }\n - : [\n - 0,\n - a(),\n - a(\n - a(),\n + }\n + : [\n {\n a: 0,\n },\n - a\n - ? a()\n - : a({\n - a: 0,\n - }),\n - ),\n - a()\n - ? {\n - a: a(),\n - b: [],\n - }\n - : {},\n - ],\n - )\n - : a(\n - a()\n - ? {\n - a: 0,\n - }\n - : (function (a) {\n - return a()\n - ? [\n - {\n - a: 0,\n - b: a(),\n - },\n - ]\n - : a([\n - a\n - ? {\n - a: 0,\n + {},\n + ];\n + },\n + ],\n + ],\n + }\n + : [\n + a\n + ? function () {\n + a\n + ? a(\n + a\n + ? {\n + a: a({\n + a: 0,\n + }),\n + }\n + : [\n + 0,\n + a(),\n + a(\n + a(),\n + {\n + a: 0,\n + },\n + a\n + ? a()\n + : a({\n + a: 0,\n + }),\n + ),\n + a()\n + ? {\n + a: a(),\n + b: [],\n }\n - : {},\n - {\n - a: 0,\n - },\n - ]);\n - })(\n - a\n - ? function (a) {\n - return function () {\n - return 0;\n - };\n - }\n - : function (a) {\n - return function () {\n - return 1;\n - };\n - },\n - ),\n - );\n - }\n - : function () {},\n - ];\n + : {},\n + ],\n + )\n + : a(\n + a()\n + ? {\n + a: 0,\n + }\n + : (function (a) {\n + return a()\n + ? [\n + {\n + a: 0,\n + b: a(),\n + },\n + ]\n + : a([\n + a\n + ? {\n + a: 0,\n + }\n + : {},\n + {\n + a: 0,\n + },\n + ]);\n + })(\n + a\n + ? function (\n + a,\n + ) {\n + return function () {\n + return 0;\n + };\n + }\n + : function (\n + a,\n + ) {\n + return function () {\n + return 1;\n + };\n + },\n + ),\n + );\n + }\n + : function () {},\n + ];\n },\n }\n : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js - {\"tabWidth\":4}"
],
"duration": 79.73892400000477,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"tabWidth\":4}"
],
"duration": 69.876511999988,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js - {\"tabWidth\":4}"
],
"duration": 61.95916700002272,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js - {\"tabWidth\":4}"
],
"duration": 62.82859599997755,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js - {\"tabWidth\":4}"
],
"duration": 62.82629200001247,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js - {\"tabWidth\":4}"
],
"duration": 63.26087500003632,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js - {\"tabWidth\":4}"
],
"duration": 63.755010000022594,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"tabWidth\":4}"
],
"duration": 64.08877400000347,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"tabWidth\":4}"
],
"duration": 0.6943159999791533,
"failureMessages": [
"nested-in-condition.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,12 +57,12 @@\n )\n ? true\n ? true\n : false\n : true\n - ? true\n - : false;\n + ? true\n + : false;\n \n (\n bifornCringerMoshedPerplexSawder\n ? askTrovenaBeenaDependsRowans\n : glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"tabWidth\":4}"
],
"duration": 60.84194600000046,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"tabWidth\":4}"
],
"duration": 60.469152999983635,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"tabWidth\":4}"
],
"duration": 58.049752999970224,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"tabWidth\":4}"
],
"duration": 60.98190000001341,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"tabWidth\":4}"
],
"duration": 58.33430500002578,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"tabWidth\":4}"
],
"duration": 58.25932800001465,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"tabWidth\":4}"
],
"duration": 59.71857500000624,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"tabWidth\":4}"
],
"duration": 56.91329699999187,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js - {\"tabWidth\":4}"
],
"duration": 1.2297450000187382,
"failureMessages": [
"nested.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -146,14 +146,14 @@\n : (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n ? value1\n : condition2\n - ? value2\n - : condition3\n - ? value3\n - : value4;\n + ? value2\n + : condition3\n + ? value3\n + : value4;\n \n const StorybookLoader = ({ match }) =>\n match.params.storyId === \"button\" ? (\n <ButtonStorybook />\n ) : match.params.storyId === \"color\" ? (\n @@ -175,69 +175,69 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n state == \"success\"\n ? 1 //'Payment completed successfully'\n : state == \"processing\"\n - ? 2 //'Payment processing'\n - : state == \"invalid_cvc\"\n - ? 3 //'There was an issue with your CVC number'\n - : true //state == 'invalid_expiry'\n - ? 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n (medals[0].record\n ? \"-record\"\n : medals[0].unique\n - ? \"-unique\"\n - : medals[0].type)\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n {medals[0].record\n ? i18n(\"Record\")\n : medals[0].unique\n - ? i18n(\"Unique\")\n - : medals[0].type === 0\n - ? i18n(\"Silver\")\n - : medals[0].type === 1\n - ? i18n(\"Gold\")\n - : medals[0].type === 2\n - ? i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n a\n ? literalline\n : {\n - 123: 12,\n - }\n - ? line\n - : softline;\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n onFailure !== undefined\n ? onFailure\n @@ -250,12 +250,12 @@\n {\n _:\n typeof error === \"string\"\n ? error\n : error && error.message\n - ? error.message\n - : undefined,\n + ? error.message\n + : undefined,\n },\n );\n refresh();\n },\n };\n @@ -271,13 +271,13 @@\n \n const result =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js - {\"tabWidth\":4}"
],
"duration": 77.55987699999241,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"tabWidth\":4}"
],
"duration": 72.25173199997516,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js - {\"tabWidth\":4}"
],
"duration": 64.83395499998005,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js - {\"tabWidth\":4}"
],
"duration": 65.81136900000274,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js - {\"tabWidth\":4}"
],
"duration": 64.59844000003068,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js - {\"tabWidth\":4}"
],
"duration": 67.51600000000326,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js - {\"tabWidth\":4}"
],
"duration": 67.56443799997214,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"tabWidth\":4}"
],
"duration": 68.44607400003588,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"tabWidth\":4}"
],
"duration": 0.42367100005503744,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"tabWidth\":4}"
],
"duration": 58.658983000030275,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"tabWidth\":4}"
],
"duration": 61.045527999987826,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"tabWidth\":4}"
],
"duration": 57.48881699994672,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"tabWidth\":4}"
],
"duration": 56.67286699998658,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"tabWidth\":4}"
],
"duration": 56.44243299996015,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"tabWidth\":4}"
],
"duration": 57.16121300001396,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"tabWidth\":4}"
],
"duration": 57.695019000035245,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"tabWidth\":4}"
],
"duration": 57.21705099998508,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js - {\"tabWidth\":4}"
],
"duration": 0.45772499998565763,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js - {\"tabWidth\":4}"
],
"duration": 61.02850600000238,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js - {\"tabWidth\":4}"
],
"duration": 59.539374999993015,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js - {\"tabWidth\":4}"
],
"duration": 59.845163999998476,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js - {\"tabWidth\":4}"
],
"duration": 58.56682000000728,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js - {\"tabWidth\":4}"
],
"duration": 58.483454999979585,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js - {\"tabWidth\":4}"
],
"duration": 60.343962000042666,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js - {\"tabWidth\":4}"
],
"duration": 59.21136399998795,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js - {\"tabWidth\":4}"
],
"duration": 57.959476999996696,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true}"
],
"duration": 0.4670419999747537,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true}"
],
"duration": 60.87317500001518,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true}"
],
"duration": 60.35235400003148,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true}"
],
"duration": 59.201224000018556,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true}"
],
"duration": 61.395027999999,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true}"
],
"duration": 58.41812399995979,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true}"
],
"duration": 60.268023999989964,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true}"
],
"duration": 60.969335000030696,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true}"
],
"duration": 59.11159399995813,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true}"
],
"duration": 0.6632480000262149,
"failureMessages": [
"func-call.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -17,11 +17,11 @@\n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\tanodyneCondosMalateOverateRetinol\n + \tanodyneCondosMalateOverateRetinol\n \t\t? annularCooeedSplicesWalksWayWay\n \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true}"
],
"duration": 57.83681499998784,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true}"
],
"duration": 56.10661300003994,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true}"
],
"duration": 56.47930399997858,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true}"
],
"duration": 56.61465699999826,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true}"
],
"duration": 56.3335580000421,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true}"
],
"duration": 56.80528199998662,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true}"
],
"duration": 56.6982259999495,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true}"
],
"duration": 56.86773999995785,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true}"
],
"duration": 0.5834100000211038,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true}"
],
"duration": 97.21001599996816,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true}"
],
"duration": 80.52237900003092,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true}"
],
"duration": 78.38481600000523,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true}"
],
"duration": 101.67205200000899,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true}"
],
"duration": 70.20651699998416,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true}"
],
"duration": 73.6495120000327,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true}"
],
"duration": 77.31876799999736,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true}"
],
"duration": 75.27215699997032,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true}"
],
"duration": 0.9566259999992326,
"failureMessages": [
"indent.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -174,14 +174,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n \t? bbbbbbbbbbbbbbbbbb\n \t: ccccccccccccccc\n - \t ? ddddddddddddddd\n - \t : eeeeeeeeeeeeeee\n - \t ? fffffffffffffff\n - \t : gggggggggggggggg;\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true}"
],
"duration": 70.3350329999812,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true}"
],
"duration": 68.45510700001614,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true}"
],
"duration": 65.83251099998597,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true}"
],
"duration": 65.49405300000217,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true}"
],
"duration": 62.22506200004136,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true}"
],
"duration": 63.506748000043444,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true}"
],
"duration": 63.15726000000723,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true}"
],
"duration": 62.999748000002,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true}"
],
"duration": 0.6967709999880753,
"failureMessages": [
"nested-in-condition.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,12 +57,12 @@\n )\n \t? true\n \t\t? true\n \t\t: false\n \t: true\n - \t ? true\n - \t : false;\n + \t? true\n + \t: false;\n \n (\n \tbifornCringerMoshedPerplexSawder\n \t\t? askTrovenaBeenaDependsRowans\n \t\t: glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true}"
],
"duration": 61.30349000002025,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true}"
],
"duration": 58.28403400001116,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true}"
],
"duration": 57.67918100004317,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true}"
],
"duration": 58.420968000020366,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true}"
],
"duration": 57.652422999963164,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true}"
],
"duration": 59.23267500003567,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true}"
],
"duration": 58.69160100002773,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true}"
],
"duration": 58.3139010000159,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true}"
],
"duration": 1.5925440000137314,
"failureMessages": [
"nested.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -146,14 +146,14 @@\n \t\t: (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n \t? value1\n \t: condition2\n - \t ? value2\n - \t : condition3\n - \t ? value3\n - \t : value4;\n + \t? value2\n + \t: condition3\n + \t? value3\n + \t: value4;\n \n const StorybookLoader = ({ match }) =>\n \tmatch.params.storyId === \"button\" ? (\n \t\t<ButtonStorybook />\n \t) : match.params.storyId === \"color\" ? (\n @@ -175,69 +175,69 @@\n \n const message =\n \ti % 3 === 0 && i % 5 === 0\n \t\t? \"fizzbuzz\"\n \t\t: i % 3 === 0\n - \t\t ? \"fizz\"\n - \t\t : i % 5 === 0\n - \t\t ? \"buzz\"\n - \t\t : String(i);\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n \tstate == \"success\"\n \t\t? \"Payment completed successfully\"\n \t\t: state == \"processing\"\n - \t\t ? \"Payment processing\"\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? \"There was an issue with your CVC number\"\n - \t\t : state == \"invalid_expiry\"\n - \t\t ? \"Expiry must be sometime in the past.\"\n - \t\t : \"There was an issue with the payment. Please contact support.\";\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n \tstate == \"success\"\n \t\t? 1 //'Payment completed successfully'\n \t\t: state == \"processing\"\n - \t\t ? 2 //'Payment processing'\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? 3 //'There was an issue with your CVC number'\n - \t\t : true //state == 'invalid_expiry'\n - \t\t ? 4 //'Expiry must be sometime in the past.'\n - \t\t : 5; // 'There was an issue with the payment. Please contact support.'\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n \t\t\t(medals[0].record\n \t\t\t\t? \"-record\"\n \t\t\t\t: medals[0].unique\n - \t\t\t\t ? \"-unique\"\n - \t\t\t\t : medals[0].type)\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n \t\t{medals[0].record\n \t\t\t? i18n(\"Record\")\n \t\t\t: medals[0].unique\n - \t\t\t ? i18n(\"Unique\")\n - \t\t\t : medals[0].type === 0\n - \t\t\t ? i18n(\"Silver\")\n - \t\t\t : medals[0].type === 1\n - \t\t\t ? i18n(\"Gold\")\n - \t\t\t : medals[0].type === 2\n - \t\t\t ? i18n(\"Platinum\")\n - \t\t\t : i18n(\"Theme\")}\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n a\n \t? literalline\n \t: {\n - \t\t\t\t123: 12,\n - \t }\n - \t ? line\n - \t : softline;\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n \t\tonFailure !== undefined\n \t\t\t? onFailure\n @@ -250,12 +250,12 @@\n \t\t\t\t\t\t{\n \t\t\t\t\t\t\t_:\n \t\t\t\t\t\t\t\ttypeof error === \"string\"\n \t\t\t\t\t\t\t\t\t? error\n \t\t\t\t\t\t\t\t\t: error && error.message\n - \t\t\t\t\t\t\t\t\t ? error.message\n - \t\t\t\t\t\t\t\t\t : undefined,\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n \t\t\t\t\t\t},\n \t\t\t\t\t);\n \t\t\t\t\trefresh();\n \t\t\t },\n };\n @@ -271,13 +271,13 @@\n \n const result =\n \tchildren && !isEmptyChildren(children)\n \t\t? children\n \t\t: props.match\n - \t\t ? component\n - \t\t\t\t? React.createElement(component, props)\n - \t\t\t\t: render\n - \t\t\t\t ? render(props)\n - \t\t\t\t : null\n - \t\t : null;\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true}"
],
"duration": 82.00813600001857,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true}"
],
"duration": 76.68652799999109,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true}"
],
"duration": 70.80095400003484,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true}"
],
"duration": 67.37022599996999,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true}"
],
"duration": 67.18759400001727,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true}"
],
"duration": 65.70383199997013,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true}"
],
"duration": 68.59963800001424,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true}"
],
"duration": 68.11574000003748,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true}"
],
"duration": 0.4193530000047758,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true}"
],
"duration": 59.21566700004041,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true}"
],
"duration": 60.088028999976814,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true}"
],
"duration": 56.97529799997574,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true}"
],
"duration": 58.234050999977626,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true}"
],
"duration": 57.11471400002483,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true}"
],
"duration": 58.10953000001609,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true}"
],
"duration": 59.812396000023,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true}"
],
"duration": 57.285548999963794,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true}"
],
"duration": 0.43621499999426305,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true}"
],
"duration": 60.87844999996014,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true}"
],
"duration": 62.29629499994917,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true}"
],
"duration": 63.100363000063226,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true}"
],
"duration": 59.05953299999237,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true}"
],
"duration": 57.133022999973036,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true}"
],
"duration": 59.893767999950796,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true}"
],
"duration": 59.33446499996353,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true}"
],
"duration": 58.62049899995327,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 0.452134000021033,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.78274299995974,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 60.104201000067405,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 59.18783700000495,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 60.14366999990307,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.886097000096925,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.87014699995052,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 59.224319999921136,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 61.64294299995527,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 0.6863020000746474,
"failureMessages": [
"func-call.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -18,11 +18,11 @@\n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\tanodyneCondosMalateOverateRetinol\n + \tanodyneCondosMalateOverateRetinol\n \t\t? annularCooeedSplicesWalksWayWay\n \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 56.46213200001512,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 56.95689199992921,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 56.69953500002157,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.67437699995935,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 56.54973299999256,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.69352199998684,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 59.078627999988385,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 59.1192700000247,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 0.6147580000106245,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 96.41583299997728,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 84.03813000000082,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 73.04632700001821,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 71.01388799992856,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 68.74609799997415,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 78.2938870000653,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 78.90664099995047,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 74.38240200001746,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 1.0041239999700338,
"failureMessages": [
"indent.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -175,14 +175,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n \t? bbbbbbbbbbbbbbbbbb\n \t: ccccccccccccccc\n - \t ? ddddddddddddddd\n - \t : eeeeeeeeeeeeeee\n - \t ? fffffffffffffff\n - \t : gggggggggggggggg;\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 92.92443599994294,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 66.03742500010412,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 66.04676100006327,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 65.57048500003293,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 61.064752999925986,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 65.62272699992172,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 68.50113800005056,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 64.76428799994756,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 0.7723220000043511,
"failureMessages": [
"nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -58,12 +58,12 @@\n )\n \t? true\n \t\t? true\n \t\t: false\n \t: true\n - \t ? true\n - \t : false;\n + \t? true\n + \t: false;\n \n (\n \tbifornCringerMoshedPerplexSawder\n \t\t? askTrovenaBeenaDependsRowans\n \t\t: glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 60.37738499999978,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 59.17706100002397,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.11868900002446,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.90704099996947,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 56.919480000040494,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.487092999974266,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.4026999999769,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.4740799999563,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 1.5482100000372157,
"failureMessages": [
"nested.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -147,14 +147,14 @@\n \t\t: (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n \t? value1\n \t: condition2\n - \t ? value2\n - \t : condition3\n - \t ? value3\n - \t : value4;\n + \t? value2\n + \t: condition3\n + \t? value3\n + \t: value4;\n \n const StorybookLoader = ({ match }) =>\n \tmatch.params.storyId === \"button\" ? (\n \t\t<ButtonStorybook />\n \t) : match.params.storyId === \"color\" ? (\n @@ -176,69 +176,69 @@\n \n const message =\n \ti % 3 === 0 && i % 5 === 0\n \t\t? \"fizzbuzz\"\n \t\t: i % 3 === 0\n - \t\t ? \"fizz\"\n - \t\t : i % 5 === 0\n - \t\t ? \"buzz\"\n - \t\t : String(i);\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n \tstate == \"success\"\n \t\t? \"Payment completed successfully\"\n \t\t: state == \"processing\"\n - \t\t ? \"Payment processing\"\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? \"There was an issue with your CVC number\"\n - \t\t : state == \"invalid_expiry\"\n - \t\t ? \"Expiry must be sometime in the past.\"\n - \t\t : \"There was an issue with the payment. Please contact support.\";\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n \tstate == \"success\"\n \t\t? 1 //'Payment completed successfully'\n \t\t: state == \"processing\"\n - \t\t ? 2 //'Payment processing'\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? 3 //'There was an issue with your CVC number'\n - \t\t : true //state == 'invalid_expiry'\n - \t\t ? 4 //'Expiry must be sometime in the past.'\n - \t\t : 5; // 'There was an issue with the payment. Please contact support.'\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n \t\t\t(medals[0].record\n \t\t\t\t? \"-record\"\n \t\t\t\t: medals[0].unique\n - \t\t\t\t ? \"-unique\"\n - \t\t\t\t : medals[0].type)\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n \t\t{medals[0].record\n \t\t\t? i18n(\"Record\")\n \t\t\t: medals[0].unique\n - \t\t\t ? i18n(\"Unique\")\n - \t\t\t : medals[0].type === 0\n - \t\t\t ? i18n(\"Silver\")\n - \t\t\t : medals[0].type === 1\n - \t\t\t ? i18n(\"Gold\")\n - \t\t\t : medals[0].type === 2\n - \t\t\t ? i18n(\"Platinum\")\n - \t\t\t : i18n(\"Theme\")}\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n a\n \t? literalline\n \t: {\n - \t\t\t\t123: 12,\n - \t }\n - \t ? line\n - \t : softline;\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n \t\tonFailure !== undefined\n \t\t\t? onFailure\n @@ -251,12 +251,12 @@\n \t\t\t\t\t\t{\n \t\t\t\t\t\t\t_:\n \t\t\t\t\t\t\t\ttypeof error === \"string\"\n \t\t\t\t\t\t\t\t\t? error\n \t\t\t\t\t\t\t\t\t: error && error.message\n - \t\t\t\t\t\t\t\t\t ? error.message\n - \t\t\t\t\t\t\t\t\t : undefined,\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n \t\t\t\t\t\t},\n \t\t\t\t\t);\n \t\t\t\t\trefresh();\n \t\t\t },\n };\n @@ -272,13 +272,13 @@\n \n const result =\n \tchildren && !isEmptyChildren(children)\n \t\t? children\n \t\t: props.match\n - \t\t ? component\n - \t\t\t\t? React.createElement(component, props)\n - \t\t\t\t: render\n - \t\t\t\t ? render(props)\n - \t\t\t\t : null\n - \t\t : null;\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 88.2997439999599,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 70.133123000036,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 68.15076300001238,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 64.66568800003733,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 66.34858600003645,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 66.63731200003531,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 68.02963700005785,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 70.54427099996246,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 0.4251739999745041,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.67758400004823,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.89591800002381,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.44835300010163,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.80010200000834,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.03058999998029,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.09771100000944,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.135130999959074,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 56.6043569999747,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 0.4463629999663681,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 59.87279099994339,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 60.80955499992706,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 60.19788700004574,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.92834900005255,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.380800000042655,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 59.88181299995631,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 59.225438999943435,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 59.0936389999697,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true}"
],
"duration": 0.7094839999917895,
"failureMessages": [
"binary.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 14\n + Received + 10\n \n @@ -17,27 +17,23 @@\n ))\n ))\n \n =====================================output=====================================\n const funnelSnapshotCard =\n - (\n - (report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n - (report === COMPANY_OVERVIEW &&\n - !ReportGK.xar_metrics_active_capitol_v2_company_metrics)\n - ) ?\n + (report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n + (report === COMPANY_OVERVIEW &&\n + !ReportGK.xar_metrics_active_capitol_v2_company_metrics) ? (\n <ReportMetricsFunnelSnapshotCard metrics={metrics} />\n - : null;\n + ) : null;\n \n room = room.map((row, rowIndex) =>\n row.map((col, colIndex) =>\n - (\n - rowIndex === 0 ||\n - colIndex === 0 ||\n - rowIndex === height ||\n - colIndex === width\n - ) ?\n - 1\n - : 0,\n + rowIndex === 0 ||\n + colIndex === 0 ||\n + rowIndex === height ||\n + colIndex === width\n + ? 1\n + : 0,\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true}"
],
"duration": 61.539919000002556,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true}"
],
"duration": 60.8002250000136,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true}"
],
"duration": 58.37290600000415,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true}"
],
"duration": 59.44542800006457,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true}"
],
"duration": 59.33429999998771,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true}"
],
"duration": 59.09814100002404,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true}"
],
"duration": 60.53528000006918,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true}"
],
"duration": 58.76917600003071,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true}"
],
"duration": 0.6363279999932274,
"failureMessages": [
"func-call.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -16,15 +16,13 @@\n \n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n - (\n - glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n - ) ?\n - annularCooeedSplicesWalksWayWay\n - : kochabCooieGameOnOboleUnweave,\n + glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n + anodyneCondosMalateOverateRetinol\n + ? annularCooeedSplicesWalksWayWay\n + : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true}"
],
"duration": 56.28138699999545,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true}"
],
"duration": 57.61538199998904,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true}"
],
"duration": 57.242257999954745,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true}"
],
"duration": 57.96759600006044,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true}"
],
"duration": 56.29407499998342,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true}"
],
"duration": 56.96151399996597,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true}"
],
"duration": 56.96801399998367,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true}"
],
"duration": 55.42923000000883,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true}"
],
"duration": 4.518394000013359,
"failureMessages": [
"indent-after-paren.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent-after-paren.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 159\n + Received + 182\n \n @@ -298,330 +298,353 @@\n ).prop\n ];\n \n =====================================output=====================================\n foo7 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n foo8 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo9 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n function foo10() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n function foo11() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n function foo12() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n foo13 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n foo14 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo15 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n function foo16() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n function foo17() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n function foo18() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n foo19 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n foo20 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo21 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo22() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo23() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo24() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n foo25 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n foo26 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo27 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n function foo28() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo29() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo30() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function* foo31() {\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo.Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo.Fooooooooooo];\n }\n \n const foo32 = new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo33() {\n return new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo34() {\n throw new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo35() {\n void new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n foo36 = new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n // TODO(rattrayalex): try to fix this case\n \n bifornCringerMoshedPerplexSawder = (\n - (\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol).annularCooeedSplicesWalksWayWay\n + glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n + ).annularCooeedSplicesWalksWayWay\n .annularCooeedSplicesWalksWayWay(annularCooeedSplicesWalksWayWay)\n .annularCooeedSplicesWalksWayWay();\n \n foo = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.()?.()?.();\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.()?.()?.();\n \n foo = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)()()();\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )()()();\n \n foo =\n foo.bar.baz[\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n ];\n \n const decorated = (arg, ignoreRequestError) => {\n return (\n - (\n - typeof arg === \"string\" ||\n - (arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n - ) ?\n - $delegate(arg, ignoreRequestError)\n - : handleAsyncOperations(arg, ignoreRequestError)).foo();\n + typeof arg === \"string\" ||\n + (arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n + ? $delegate(arg, ignoreRequestError)\n + : handleAsyncOperations(arg, ignoreRequestError)\n + ).foo();\n };\n \n bifornCringerMoshedPerplexSawder = fn(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n fn(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n bifornCringerMoshedPerplexSawder = fn?.(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n fn?.(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n bifornCringerMoshedPerplexSawder =\n fn[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n fn[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n bifornCringerMoshedPerplexSawder =\n fn?.[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n fn?.[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true}"
],
"duration": 105.51988599996548,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true}"
],
"duration": 80.09181900008116,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true}"
],
"duration": 70.67217600008007,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true}"
],
"duration": 76.61943199997768,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true}"
],
"duration": 68.25035900005605,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true}"
],
"duration": 74.64142200001515,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true}"
],
"duration": 72.78363600000739,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true}"
],
"duration": 82.08496900007594,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true}"
],
"duration": 3.4441890000598505,
"failureMessages": [
"indent.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 139\n + Received + 136\n \n @@ -171,160 +171,157 @@\n \t\t\t}\n \t }\n : a;\n \n =====================================output=====================================\n - aaaaaaaaaaaaaaa ? bbbbbbbbbbbbbbbbbb\n - : ccccccccccccccc ? ddddddddddddddd\n - : eeeeeeeeeeeeeee ? fffffffffffffff\n - : gggggggggggggggg;\n + aaaaaaaaaaaaaaa\n + ? bbbbbbbbbbbbbbbbbb\n + : ccccccccccccccc\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n + : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n \n - a ?\n - {\n - a: 0,\n - }\n - : {\n - a:\n - (\n - {\n - a: 0,\n - }\n - ) ?\n - {\n - a: 0,\n - }\n - : {\n - y:\n - (\n - {\n - a: 0,\n - }\n - ) ?\n - {\n - a: 0,\n - }\n - : {\n - a: 0,\n - },\n - },\n - };\n -\n - a ?\n - {\n - a: function () {\n - return a ?\n - {\n - a: [\n - a ?\n - {\n + a\n + ? {\n + a: 0,\n + }\n + : {\n + a: {\n + a: 0,\n + }\n + ? {\n + a: 0,\n + }\n + : {\n + y: {\n + a: 0,\n + }\n + ? {\n a: 0,\n - b: [a ? [0, 1] : []],\n }\n - : [\n - [\n - 0,\n - {\n + : {\n + a: 0,\n + },\n + },\n + };\n +\n + a\n + ? {\n + a: function () {\n + return a\n + ? {\n + a: [\n + a\n + ? {\n a: 0,\n - },\n - a ? 0 : 1,\n - ],\n - function () {\n - return a ?\n + b: [a ? [0, 1] : []],\n + }\n + : [\n + [\n + 0,\n {\n a: 0,\n - }\n - : [\n - {\n - a: 0,\n - },\n - {},\n - ];\n - },\n - ],\n - ],\n - }\n - : [\n - a ?\n - function () {\n - a ?\n - a(\n - a ?\n - {\n - a: a({\n - a: 0,\n - }),\n - }\n - : [\n - 0,\n - a(),\n - a(\n - a(),\n - {\n - a: 0,\n - },\n - a ? a() : (\n - a({\n + },\n + a ? 0 : 1,\n + ],\n + function () {\n + return a\n + ? {\n a: 0,\n - })\n - ),\n - ),\n - a() ?\n - {\n - a: a(),\n - b: [],\n - }\n - : {},\n - ],\n - )\n - : a(\n - a() ?\n - {\n - a: 0,\n - }\n - : (function (a) {\n - return a() ?\n - [\n + }\n + : [\n {\n a: 0,\n - b: a(),\n },\n - ]\n - : a([\n - a ?\n - {\n + {},\n + ];\n + },\n + ],\n + ],\n + }\n + : [\n + a\n + ? function () {\n + a\n + ? a(\n + a\n + ? {\n + a: a({\n a: 0,\n - }\n - : {},\n - {\n + }),\n + }\n + : [\n + 0,\n + a(),\n + a(\n + a(),\n + {\n + a: 0,\n + },\n + a\n + ? a()\n + : a({\n + a: 0,\n + }),\n + ),\n + a()\n + ? {\n + a: a(),\n + b: [],\n + }\n + : {},\n + ],\n + )\n + : a(\n + a()\n + ? {\n a: 0,\n - },\n - ]);\n - })(\n - a ?\n - function (a) {\n - return function () {\n - return 0;\n - };\n - }\n - : function (a) {\n - return function () {\n - return 1;\n - };\n - },\n - ),\n - );\n - }\n - : function () {},\n - ];\n - },\n - }\n - : a;\n + }\n + : (function (a) {\n + return a()\n + ? [\n + {\n + a: 0,\n + b: a(),\n + },\n + ]\n + : a([\n + a\n + ? {\n + a: 0,\n + }\n + : {},\n + {\n + a: 0,\n + },\n + ]);\n + })(\n + a\n + ? function (a) {\n + return function () {\n + return 0;\n + };\n + }\n + : function (a) {\n + return function () {\n + return 1;\n + };\n + },\n + ),\n + );\n + }\n + : function () {},\n + ];\n + },\n + }\n + : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true}"
],
"duration": 70.29865800007246,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true}"
],
"duration": 64.91471899999306,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true}"
],
"duration": 63.54447999992408,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true}"
],
"duration": 63.326001999899745,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true}"
],
"duration": 62.73779899999499,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true}"
],
"duration": 63.6470810000319,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true}"
],
"duration": 87.65016099996865,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true}"
],
"duration": 64.84493699995801,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true}"
],
"duration": 0.8642340000951663,
"failureMessages": [
"nested-in-condition.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 17\n + Received + 21\n \n @@ -40,43 +40,47 @@\n <Sub />\n </Element2>\n );\n \n =====================================output=====================================\n - $var =\n - (\n - $number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20) ?\n - kochabCooieGameOnOboleUnweave\n + $var = (\n + $number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20)\n + ? kochabCooieGameOnOboleUnweave\n : annularCooeedSplicesWalksWayWay\n - ) ?\n - anodyneCondosMalateOverateRetinol\n + )\n + ? anodyneCondosMalateOverateRetinol\n : averredBathersBoxroomBuggyNurl;\n \n - const value =\n - (\n - bifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n + const value = (\n + bifornCringerMoshedPerplexSawder\n + ? askTrovenaBeenaDependsRowans\n : glimseGlyphsHazardNoopsTieTie\n - ) ?\n - true ? true\n + )\n + ? true\n + ? true\n : false\n - : true ? true\n + : true\n + ? true\n : false;\n \n (\n - bifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - : glimseGlyphsHazardNoopsTieTie\n - ) ?\n + bifornCringerMoshedPerplexSawder\n + ? askTrovenaBeenaDependsRowans\n + : glimseGlyphsHazardNoopsTieTie\n + ) ? (\n <Element>\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n </Element>\n - : <Element2>\n + ) : (\n + <Element2>\n <Sub />\n <Sub />\n <Sub />\n - </Element2>;\n + </Element2>\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true}"
],
"duration": 61.00887799996417,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true}"
],
"duration": 59.62117399997078,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true}"
],
"duration": 58.44288600003347,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true}"
],
"duration": 59.080939000006765,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true}"
],
"duration": 61.87177500000689,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true}"
],
"duration": 60.61856400000397,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true}"
],
"duration": 59.25369500007946,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true}"
],
"duration": 58.31937000004109,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true}"
],
"duration": 2.4514559999806806,
"failureMessages": [
"nested.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 79\n + Received + 99\n \n @@ -139,110 +139,127 @@\n : null\n : null;\n \n =====================================output=====================================\n let icecream =\n - what == \"cone\" ?\n - (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n - : (p) => `here's your ${p} ${what}`;\n + what == \"cone\"\n + ? (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n + : (p) => `here's your ${p} ${what}`;\n \n - const value =\n - condition1 ? value1\n - : condition2 ? value2\n - : condition3 ? value3\n + const value = condition1\n + ? value1\n + : condition2\n + ? value2\n + : condition3\n + ? value3\n : value4;\n \n const StorybookLoader = ({ match }) =>\n - match.params.storyId === \"button\" ? <ButtonStorybook />\n - : match.params.storyId === \"color\" ? <ColorBook />\n - : match.params.storyId === \"typography\" ? <TypographyBook />\n - : match.params.storyId === \"loading\" ? <LoaderStorybook />\n - : match.params.storyId === \"deal-list\" ? <DealListStory />\n - : <Message>\n + match.params.storyId === \"button\" ? (\n + <ButtonStorybook />\n + ) : match.params.storyId === \"color\" ? (\n + <ColorBook />\n + ) : match.params.storyId === \"typography\" ? (\n + <TypographyBook />\n + ) : match.params.storyId === \"loading\" ? (\n + <LoaderStorybook />\n + ) : match.params.storyId === \"deal-list\" ? (\n + <DealListStory />\n + ) : (\n + <Message>\n <Title>{\"Missing story book\"}</Title>\n <Content>\n <BackButton />\n </Content>\n - </Message>;\n + </Message>\n + );\n \n const message =\n - i % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - : i % 3 === 0 ? \"fizz\"\n - : i % 5 === 0 ? \"buzz\"\n - : String(i);\n + i % 3 === 0 && i % 5 === 0\n + ? \"fizzbuzz\"\n + : i % 3 === 0\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n - state == \"success\" ?\n - 1 //'Payment completed successfully'\n - : state == \"processing\" ?\n - 2 //'Payment processing'\n - : state == \"invalid_cvc\" ?\n - 3 //'There was an issue with your CVC number'\n - : (\n - true //state == 'invalid_expiry'\n - ) ?\n - 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + state == \"success\"\n + ? 1 //'Payment completed successfully'\n + : state == \"processing\"\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n - (medals[0].record ? \"-record\"\n - : medals[0].unique ? \"-unique\"\n - : medals[0].type)\n + (medals[0].record\n + ? \"-record\"\n + : medals[0].unique\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n - {medals[0].record ?\n - i18n(\"Record\")\n - : medals[0].unique ?\n - i18n(\"Unique\")\n - : medals[0].type === 0 ?\n - i18n(\"Silver\")\n - : medals[0].type === 1 ?\n - i18n(\"Gold\")\n - : medals[0].type === 2 ?\n - i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + {medals[0].record\n + ? i18n(\"Record\")\n + : medals[0].unique\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n - a ? literalline\n - : (\n - {\n - 123: 12,\n - }\n - ) ?\n - line\n - : softline;\n + a\n + ? literalline\n + : {\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n - onFailure !== undefined ? onFailure : (\n - (error) => {\n - notify(\n - typeof error === \"string\" ? error : (\n - error.message || \"ra.notification.http_error\"\n - ),\n - \"warning\",\n - {\n - _:\n - typeof error === \"string\" ? error\n - : error && error.message ? error.message\n - : undefined,\n - },\n - );\n - refresh();\n - }\n - ),\n + onFailure !== undefined\n + ? onFailure\n + : (error) => {\n + notify(\n + typeof error === \"string\"\n + ? error\n + : error.message || \"ra.notification.http_error\",\n + \"warning\",\n + {\n + _:\n + typeof error === \"string\"\n + ? error\n + : error && error.message\n + ? error.message\n + : undefined,\n + },\n + );\n + refresh();\n + },\n };\n \n showNotification(\n typeof error === \"string\" ? error : error.message || body,\n level || \"warning\",\n @@ -251,13 +268,16 @@\n undoable: false,\n },\n );\n \n const result =\n - children && !isEmptyChildren(children) ? children\n - : props.match ?\n - component ? React.createElement(component, props)\n - : render ? render(props)\n - : null\n - : null;\n + children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true}"
],
"duration": 79.7115089999279,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true}"
],
"duration": 72.0100439999951,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true}"
],
"duration": 68.54543299996294,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true}"
],
"duration": 67.12609499995597,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true}"
],
"duration": 66.80019400001038,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true}"
],
"duration": 68.61227499996312,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true}"
],
"duration": 67.79906599991955,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true}"
],
"duration": 67.6879379999591,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true}"
],
"duration": 0.7620729999616742,
"failureMessages": [
"parenthesis.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesis.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 17\n + Received + 13\n \n @@ -10,29 +10,25 @@\n a => a ? () => {a} : () => {a}\n a => a ? a : a\n a => a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a\n \n =====================================output=====================================\n - debug ?\n - this.state.isVisible ?\n - \"partially visible\"\n - : \"hidden\"\n - : null;\n - debug ?\n - this.state.isVisible && somethingComplex ?\n - \"partially visible\"\n - : \"hidden\"\n - : null;\n + debug ? (this.state.isVisible ? \"partially visible\" : \"hidden\") : null;\n + debug\n + ? this.state.isVisible && somethingComplex\n + ? \"partially visible\"\n + : \"hidden\"\n + : null;\n \n (a) =>\n - a ?\n - () => {\n - a;\n - }\n - : () => {\n - a;\n - };\n + a\n + ? () => {\n + a;\n + }\n + : () => {\n + a;\n + };\n (a) => (a ? a : a);\n (a) =>\n a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true}"
],
"duration": 59.15331199998036,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true}"
],
"duration": 59.21013000002131,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true}"
],
"duration": 57.32491399999708,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true}"
],
"duration": 57.66783199994825,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true}"
],
"duration": 56.96293399995193,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true}"
],
"duration": 58.77405600005295,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true}"
],
"duration": 58.66346599999815,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true}"
],
"duration": 59.16236099996604,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true}"
],
"duration": 0.7241619999986142,
"failureMessages": [
"test.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 18\n + Received + 13\n \n @@ -17,43 +17,38 @@\n const obj5 = conditionIsTruthy ? { some: 'long', object: 'with', lots: 'of', stuff } : { some: 'eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger', object: 'with', lots: 'of', stuff }\n \n =====================================output=====================================\n const obj0 = conditionIsTruthy ? shortThing : otherShortThing;\n \n - const obj1 =\n - conditionIsTruthy ?\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + const obj1 = conditionIsTruthy\n + ? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n : shortThing;\n \n - const obj2 =\n - conditionIsTruthy ? shortThing : (\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n - );\n + const obj2 = conditionIsTruthy\n + ? shortThing\n + : { some: \"long\", object: \"with\", lots: \"of\", stuff };\n \n - const obj3 =\n - conditionIsTruthy ?\n - {\n + const obj3 = conditionIsTruthy\n + ? {\n some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n object: \"with\",\n lots: \"of\",\n stuff,\n }\n : shortThing;\n \n - const obj4 =\n - conditionIsTruthy ? shortThing : (\n - {\n + const obj4 = conditionIsTruthy\n + ? shortThing\n + : {\n some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n object: \"with\",\n lots: \"of\",\n stuff,\n - }\n - );\n + };\n \n - const obj5 =\n - conditionIsTruthy ?\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + const obj5 = conditionIsTruthy\n + ? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n : {\n some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n object: \"with\",\n lots: \"of\",\n stuff,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true}"
],
"duration": 63.40010299999267,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true}"
],
"duration": 59.01108299999032,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true}"
],
"duration": 59.30401399999391,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true}"
],
"duration": 59.58423700009007,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true}"
],
"duration": 57.870166999986395,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true}"
],
"duration": 61.551923000020906,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true}"
],
"duration": 58.74551299994346,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true}"
],
"duration": 58.57015299994964,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 0.6959189999615774,
"failureMessages": [
"binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 14\n + Received + 10\n \n @@ -18,27 +18,23 @@\n ))\n ))\n \n =====================================output=====================================\n const funnelSnapshotCard =\n - (\n - (report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n - (report === COMPANY_OVERVIEW &&\n - !ReportGK.xar_metrics_active_capitol_v2_company_metrics)\n - ) ?\n + (report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n + (report === COMPANY_OVERVIEW &&\n + !ReportGK.xar_metrics_active_capitol_v2_company_metrics) ? (\n <ReportMetricsFunnelSnapshotCard metrics={metrics} />\n - : null;\n + ) : null;\n \n room = room.map((row, rowIndex) =>\n row.map((col, colIndex) =>\n - (\n - rowIndex === 0 ||\n - colIndex === 0 ||\n - rowIndex === height ||\n - colIndex === width\n - ) ?\n - 1\n - : 0,\n + rowIndex === 0 ||\n + colIndex === 0 ||\n + rowIndex === height ||\n + colIndex === width\n + ? 1\n + : 0,\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 60.446793999988586,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 60.180082999984734,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 60.73298800003249,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 58.298629999975674,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 59.87203000008594,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 60.166889999993145,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 59.79457899997942,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 58.97784299997147,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 0.7087230000179261,
"failureMessages": [
"func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -17,15 +17,13 @@\n \n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n - (\n - glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n - ) ?\n - annularCooeedSplicesWalksWayWay\n - : kochabCooieGameOnOboleUnweave,\n + glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n + anodyneCondosMalateOverateRetinol\n + ? annularCooeedSplicesWalksWayWay\n + : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 56.68953299999703,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 56.587063000071794,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 56.93774600001052,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 57.02256499999203,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 56.10316499997862,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 57.20626300002914,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 55.97562099993229,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 56.6536039999919,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 4.5700509999878705,
"failureMessages": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 159\n + Received + 182\n \n @@ -299,330 +299,353 @@\n ).prop\n ];\n \n =====================================output=====================================\n foo7 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n foo8 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo9 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n function foo10() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n function foo11() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n function foo12() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n foo13 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n foo14 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo15 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n function foo16() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n function foo17() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n function foo18() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n foo19 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n foo20 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo21 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo22() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo23() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo24() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n foo25 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n foo26 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo27 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n function foo28() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo29() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo30() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function* foo31() {\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo.Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo.Fooooooooooo];\n }\n \n const foo32 = new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo33() {\n return new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo34() {\n throw new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo35() {\n void new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n foo36 = new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n // TODO(rattrayalex): try to fix this case\n \n bifornCringerMoshedPerplexSawder = (\n - (\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol).annularCooeedSplicesWalksWayWay\n + glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n + ).annularCooeedSplicesWalksWayWay\n .annularCooeedSplicesWalksWayWay(annularCooeedSplicesWalksWayWay)\n .annularCooeedSplicesWalksWayWay();\n \n foo = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.()?.()?.();\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.()?.()?.();\n \n foo = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)()()();\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )()()();\n \n foo =\n foo.bar.baz[\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n ];\n \n const decorated = (arg, ignoreRequestError) => {\n return (\n - (\n - typeof arg === \"string\" ||\n - (arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n - ) ?\n - $delegate(arg, ignoreRequestError)\n - : handleAsyncOperations(arg, ignoreRequestError)).foo();\n + typeof arg === \"string\" ||\n + (arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n + ? $delegate(arg, ignoreRequestError)\n + : handleAsyncOperations(arg, ignoreRequestError)\n + ).foo();\n };\n \n bifornCringerMoshedPerplexSawder = fn(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n fn(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n bifornCringerMoshedPerplexSawder = fn?.(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n fn?.(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n bifornCringerMoshedPerplexSawder =\n fn[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n fn[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n bifornCringerMoshedPerplexSawder =\n fn?.[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n fn?.[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 88.9637019999791,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 77.05518799996935,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 73.88885600003414,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 77.15335699997377,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 71.58023600000888,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 73.5468160000164,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 77.84493899997324,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 73.90116800006945,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 2.169549999991432,
"failureMessages": [
"indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 150\n + Received + 151\n \n @@ -172,160 +172,161 @@\n \t\t\t}\n \t }\n : a;\n \n =====================================output=====================================\n - aaaaaaaaaaaaaaa ? bbbbbbbbbbbbbbbbbb\n - : ccccccccccccccc ? ddddddddddddddd\n - : eeeeeeeeeeeeeee ? fffffffffffffff\n - : gggggggggggggggg;\n + aaaaaaaaaaaaaaa\n + ? bbbbbbbbbbbbbbbbbb\n + : ccccccccccccccc\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n + aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n \n - a ?\n - {\n - a: 0,\n - }\n - : {\n - a:\n - (\n - {\n - a: 0,\n - }\n - ) ?\n - {\n - a: 0,\n - }\n - : {\n - y:\n - (\n - {\n - a: 0,\n - }\n - ) ?\n - {\n - a: 0,\n - }\n - : {\n - a: 0,\n - },\n - },\n - };\n + a\n + ? {\n + a: 0,\n + }\n + : {\n + a: {\n + a: 0,\n + }\n + ? {\n + a: 0,\n + }\n + : {\n + y: {\n + a: 0,\n + }\n + ? {\n + a: 0,\n + }\n + : {\n + a: 0,\n + },\n + },\n + };\n \n - a ?\n - {\n - a: function () {\n - return a ?\n - {\n - a: [\n - a ?\n - {\n - a: 0,\n - b: [a ? [0, 1] : []],\n - }\n - : [\n - [\n - 0,\n - {\n - a: 0,\n - },\n - a ? 0 : 1,\n - ],\n - function () {\n - return a ?\n - {\n - a: 0,\n - }\n - : [\n - {\n - a: 0,\n - },\n - {},\n - ];\n - },\n - ],\n - ],\n - }\n - : [\n - a ?\n - function () {\n - a ?\n - a(\n - a ?\n - {\n - a: a({\n - a: 0,\n - }),\n - }\n - : [\n - 0,\n - a(),\n - a(\n - a(),\n - {\n - a: 0,\n - },\n - a ? a() : (\n - a({\n - a: 0,\n - })\n - ),\n - ),\n - a() ?\n - {\n - a: a(),\n - b: [],\n - }\n - : {},\n - ],\n - )\n - : a(\n - a() ?\n - {\n - a: 0,\n - }\n - : (function (a) {\n - return a() ?\n - [\n - {\n - a: 0,\n - b: a(),\n - },\n - ]\n - : a([\n - a ?\n - {\n - a: 0,\n - }\n - : {},\n - {\n - a: 0,\n - },\n - ]);\n - })(\n - a ?\n - function (a) {\n - return function () {\n - return 0;\n - };\n - }\n - : function (a) {\n - return function () {\n - return 1;\n - };\n - },\n - ),\n - );\n - }\n - : function () {},\n - ];\n - },\n - }\n - : a;\n + a\n + ? {\n + a: function () {\n + return a\n + ? {\n + a: [\n + a\n + ? {\n + a: 0,\n + b: [a ? [0, 1] : []],\n + }\n + : [\n + [\n + 0,\n + {\n + a: 0,\n + },\n + a ? 0 : 1,\n + ],\n + function () {\n + return a\n + ? {\n + a: 0,\n + }\n + : [\n + {\n + a: 0,\n + },\n + {},\n + ];\n + },\n + ],\n + ],\n + }\n + : [\n + a\n + ? function () {\n + a\n + ? a(\n + a\n + ? {\n + a: a({\n + a: 0,\n + }),\n + }\n + : [\n + 0,\n + a(),\n + a(\n + a(),\n + {\n + a: 0,\n + },\n + a\n + ? a()\n + : a({\n + a: 0,\n + }),\n + ),\n + a()\n + ? {\n + a: a(),\n + b: [],\n + }\n + : {},\n + ],\n + )\n + : a(\n + a()\n + ? {\n + a: 0,\n + }\n + : (function (a) {\n + return a()\n + ? [\n + {\n + a: 0,\n + b: a(),\n + },\n + ]\n + : a([\n + a\n + ? {\n + a: 0,\n + }\n + : {},\n + {\n + a: 0,\n + },\n + ]);\n + })(\n + a\n + ? function (\n + a,\n + ) {\n + return function () {\n + return 0;\n + };\n + }\n + : function (\n + a,\n + ) {\n + return function () {\n + return 1;\n + };\n + },\n + ),\n + );\n + }\n + : function () {},\n + ];\n + },\n + }\n + : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 75.64264500001445,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 63.971004999941215,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 62.34732499998063,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 61.535467999987304,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 62.381367999943905,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 63.58576599997468,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 64.68414399994072,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 64.09658300003503,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 0.7609099999535829,
"failureMessages": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 21\n + Received + 25\n \n @@ -41,43 +41,47 @@\n <Sub />\n </Element2>\n );\n \n =====================================output=====================================\n - $var =\n - (\n - $number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20) ?\n - kochabCooieGameOnOboleUnweave\n - : annularCooeedSplicesWalksWayWay\n - ) ?\n - anodyneCondosMalateOverateRetinol\n - : averredBathersBoxroomBuggyNurl;\n + $var = (\n + $number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20)\n + ? kochabCooieGameOnOboleUnweave\n + : annularCooeedSplicesWalksWayWay\n + )\n + ? anodyneCondosMalateOverateRetinol\n + : averredBathersBoxroomBuggyNurl;\n \n - const value =\n - (\n - bifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - : glimseGlyphsHazardNoopsTieTie\n - ) ?\n - true ? true\n - : false\n - : true ? true\n + const value = (\n + bifornCringerMoshedPerplexSawder\n + ? askTrovenaBeenaDependsRowans\n + : glimseGlyphsHazardNoopsTieTie\n + )\n + ? true\n + ? true\n + : false\n + : true\n + ? true\n : false;\n \n (\n - bifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - : glimseGlyphsHazardNoopsTieTie\n - ) ?\n + bifornCringerMoshedPerplexSawder\n + ? askTrovenaBeenaDependsRowans\n + : glimseGlyphsHazardNoopsTieTie\n + ) ? (\n <Element>\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n </Element>\n - : <Element2>\n + ) : (\n + <Element2>\n <Sub />\n <Sub />\n <Sub />\n - </Element2>;\n + </Element2>\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 59.817703000037,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 60.45364600000903,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 57.36111100006383,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 57.976465000072494,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 59.73099700000603,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 60.439452999969944,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 61.15589500009082,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 59.59534200001508,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 1.2672059999313205,
"failureMessages": [
"nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 79\n + Received + 99\n \n @@ -140,110 +140,127 @@\n : null\n : null;\n \n =====================================output=====================================\n let icecream =\n - what == \"cone\" ?\n - (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n - : (p) => `here's your ${p} ${what}`;\n + what == \"cone\"\n + ? (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n + : (p) => `here's your ${p} ${what}`;\n \n - const value =\n - condition1 ? value1\n - : condition2 ? value2\n - : condition3 ? value3\n + const value = condition1\n + ? value1\n + : condition2\n + ? value2\n + : condition3\n + ? value3\n : value4;\n \n const StorybookLoader = ({ match }) =>\n - match.params.storyId === \"button\" ? <ButtonStorybook />\n - : match.params.storyId === \"color\" ? <ColorBook />\n - : match.params.storyId === \"typography\" ? <TypographyBook />\n - : match.params.storyId === \"loading\" ? <LoaderStorybook />\n - : match.params.storyId === \"deal-list\" ? <DealListStory />\n - : <Message>\n + match.params.storyId === \"button\" ? (\n + <ButtonStorybook />\n + ) : match.params.storyId === \"color\" ? (\n + <ColorBook />\n + ) : match.params.storyId === \"typography\" ? (\n + <TypographyBook />\n + ) : match.params.storyId === \"loading\" ? (\n + <LoaderStorybook />\n + ) : match.params.storyId === \"deal-list\" ? (\n + <DealListStory />\n + ) : (\n + <Message>\n <Title>{\"Missing story book\"}</Title>\n <Content>\n <BackButton />\n </Content>\n - </Message>;\n + </Message>\n + );\n \n const message =\n - i % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - : i % 3 === 0 ? \"fizz\"\n - : i % 5 === 0 ? \"buzz\"\n - : String(i);\n + i % 3 === 0 && i % 5 === 0\n + ? \"fizzbuzz\"\n + : i % 3 === 0\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n - state == \"success\" ?\n - 1 //'Payment completed successfully'\n - : state == \"processing\" ?\n - 2 //'Payment processing'\n - : state == \"invalid_cvc\" ?\n - 3 //'There was an issue with your CVC number'\n - : (\n - true //state == 'invalid_expiry'\n - ) ?\n - 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + state == \"success\"\n + ? 1 //'Payment completed successfully'\n + : state == \"processing\"\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n - (medals[0].record ? \"-record\"\n - : medals[0].unique ? \"-unique\"\n - : medals[0].type)\n + (medals[0].record\n + ? \"-record\"\n + : medals[0].unique\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n - {medals[0].record ?\n - i18n(\"Record\")\n - : medals[0].unique ?\n - i18n(\"Unique\")\n - : medals[0].type === 0 ?\n - i18n(\"Silver\")\n - : medals[0].type === 1 ?\n - i18n(\"Gold\")\n - : medals[0].type === 2 ?\n - i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + {medals[0].record\n + ? i18n(\"Record\")\n + : medals[0].unique\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n - a ? literalline\n - : (\n - {\n - 123: 12,\n - }\n - ) ?\n - line\n - : softline;\n + a\n + ? literalline\n + : {\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n - onFailure !== undefined ? onFailure : (\n - (error) => {\n - notify(\n - typeof error === \"string\" ? error : (\n - error.message || \"ra.notification.http_error\"\n - ),\n - \"warning\",\n - {\n - _:\n - typeof error === \"string\" ? error\n - : error && error.message ? error.message\n - : undefined,\n - },\n - );\n - refresh();\n - }\n - ),\n + onFailure !== undefined\n + ? onFailure\n + : (error) => {\n + notify(\n + typeof error === \"string\"\n + ? error\n + : error.message || \"ra.notification.http_error\",\n + \"warning\",\n + {\n + _:\n + typeof error === \"string\"\n + ? error\n + : error && error.message\n + ? error.message\n + : undefined,\n + },\n + );\n + refresh();\n + },\n };\n \n showNotification(\n typeof error === \"string\" ? error : error.message || body,\n level || \"warning\",\n @@ -252,13 +269,16 @@\n undoable: false,\n },\n );\n \n const result =\n - children && !isEmptyChildren(children) ? children\n - : props.match ?\n - component ? React.createElement(component, props)\n - : render ? render(props)\n - : null\n - : null;\n + children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 76.5238590000663,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 73.74809899996035,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 66.89191099989694,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 67.37508999998681,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 67.61016599996947,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 67.33801099995617,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 68.40753800002858,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 84.49909199995454,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 0.7596589999739081,
"failureMessages": [
"parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 17\n + Received + 13\n \n @@ -11,29 +11,25 @@\n a => a ? () => {a} : () => {a}\n a => a ? a : a\n a => a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a\n \n =====================================output=====================================\n - debug ?\n - this.state.isVisible ?\n - \"partially visible\"\n - : \"hidden\"\n - : null;\n - debug ?\n - this.state.isVisible && somethingComplex ?\n - \"partially visible\"\n - : \"hidden\"\n - : null;\n + debug ? (this.state.isVisible ? \"partially visible\" : \"hidden\") : null;\n + debug\n + ? this.state.isVisible && somethingComplex\n + ? \"partially visible\"\n + : \"hidden\"\n + : null;\n \n (a) =>\n - a ?\n - () => {\n - a;\n - }\n - : () => {\n - a;\n - };\n + a\n + ? () => {\n + a;\n + }\n + : () => {\n + a;\n + };\n (a) => (a ? a : a);\n (a) =>\n a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 60.21383700007573,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 60.54513600002974,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 59.72393900004681,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 59.820524999988265,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 60.052286999998614,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 60.24094300006982,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 59.60211400000844,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 59.14814999990631,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 0.9122130000032485,
"failureMessages": [
"test.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 35\n + Received + 30\n \n @@ -18,46 +18,41 @@\n const obj5 = conditionIsTruthy ? { some: 'long', object: 'with', lots: 'of', stuff } : { some: 'eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger', object: 'with', lots: 'of', stuff }\n \n =====================================output=====================================\n const obj0 = conditionIsTruthy ? shortThing : otherShortThing;\n \n - const obj1 =\n - conditionIsTruthy ?\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n - : shortThing;\n + const obj1 = conditionIsTruthy\n + ? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + : shortThing;\n \n - const obj2 =\n - conditionIsTruthy ? shortThing : (\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n - );\n + const obj2 = conditionIsTruthy\n + ? shortThing\n + : { some: \"long\", object: \"with\", lots: \"of\", stuff };\n \n - const obj3 =\n - conditionIsTruthy ?\n - {\n - some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n - object: \"with\",\n - lots: \"of\",\n - stuff,\n - }\n - : shortThing;\n + const obj3 = conditionIsTruthy\n + ? {\n + some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n + object: \"with\",\n + lots: \"of\",\n + stuff,\n + }\n + : shortThing;\n \n - const obj4 =\n - conditionIsTruthy ? shortThing : (\n - {\n - some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n - object: \"with\",\n - lots: \"of\",\n - stuff,\n - }\n - );\n + const obj4 = conditionIsTruthy\n + ? shortThing\n + : {\n + some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n + object: \"with\",\n + lots: \"of\",\n + stuff,\n + };\n \n - const obj5 =\n - conditionIsTruthy ?\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n - : {\n - some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n - object: \"with\",\n - lots: \"of\",\n - stuff,\n - };\n + const obj5 = conditionIsTruthy\n + ? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + : {\n + some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n + object: \"with\",\n + lots: \"of\",\n + stuff,\n + };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 61.922108999919146,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 63.51697300001979,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 63.04357799992431,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 73.10584600002039,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 60.78691600007005,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 60.533685999922454,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 60.54533600003924,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 60.82128999999259,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 0.7374869999475777,
"failureMessages": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 14\n + Received + 10\n \n @@ -18,27 +18,23 @@\n ))\n ))\n \n =====================================output=====================================\n const funnelSnapshotCard =\n - \t(\n - \t\t(report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n - \t\t(report === COMPANY_OVERVIEW &&\n - \t\t\t!ReportGK.xar_metrics_active_capitol_v2_company_metrics)\n - \t) ?\n + \t(report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n + \t(report === COMPANY_OVERVIEW &&\n + \t\t!ReportGK.xar_metrics_active_capitol_v2_company_metrics) ? (\n \t\t<ReportMetricsFunnelSnapshotCard metrics={metrics} />\n - \t:\tnull;\n + \t) : null;\n \n room = room.map((row, rowIndex) =>\n \trow.map((col, colIndex) =>\n - \t\t(\n - \t\t\trowIndex === 0 ||\n - \t\t\tcolIndex === 0 ||\n - \t\t\trowIndex === height ||\n - \t\t\tcolIndex === width\n - \t\t) ?\n - \t\t\t1\n - \t\t:\t0,\n + \t\trowIndex === 0 ||\n + \t\tcolIndex === 0 ||\n + \t\trowIndex === height ||\n + \t\tcolIndex === width\n + \t\t\t? 1\n + \t\t\t: 0,\n \t),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 61.60229099995922,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 60.63363900000695,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 58.66009200003464,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 59.719810000038706,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 60.12855699995998,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 58.31253399990965,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 60.133186000050046,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 58.57614900008775,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 0.6498040000442415,
"failureMessages": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -17,15 +17,13 @@\n \n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n - \t(\n - \t\tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\t\tanodyneCondosMalateOverateRetinol\n - \t) ?\n - \t\tannularCooeedSplicesWalksWayWay\n - \t:\tkochabCooieGameOnOboleUnweave,\n + \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n + \tanodyneCondosMalateOverateRetinol\n + \t\t? annularCooeedSplicesWalksWayWay\n + \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 56.79713800002355,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 57.29215899994597,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 56.52428799995687,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 55.66722699999809,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 57.749666000017896,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 57.74556399998255,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 57.81160099990666,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 56.554255999973975,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 2.6143729999894276,
"failureMessages": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 159\n + Received + 182\n \n @@ -299,330 +299,353 @@\n ).prop\n ];\n \n =====================================output=====================================\n foo7 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n foo8 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo9 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n function foo10() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n function foo11() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n function foo12() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n foo13 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n foo14 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo15 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n function foo16() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n function foo17() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n function foo18() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n foo19 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n foo20 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo21 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo22() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo23() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo24() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n foo25 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n foo26 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo27 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n function foo28() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo29() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo30() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function* foo31() {\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo.Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo.Fooooooooooo];\n }\n \n const foo32 = new (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo33() {\n \treturn new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo34() {\n \tthrow new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo35() {\n \tvoid new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n foo36 = new (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \t\tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n // TODO(rattrayalex): try to fix this case\n \n bifornCringerMoshedPerplexSawder = (\n - \t(\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol).annularCooeedSplicesWalksWayWay\n + \tglimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n + ).annularCooeedSplicesWalksWayWay\n \t.annularCooeedSplicesWalksWayWay(annularCooeedSplicesWalksWayWay)\n \t.annularCooeedSplicesWalksWayWay();\n \n foo = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.()?.()?.();\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.()?.()?.();\n \n foo = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)()()();\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )()()();\n \n foo =\n \tfoo.bar.baz[\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n \t];\n \n const decorated = (arg, ignoreRequestError) => {\n \treturn (\n - \t\t(\n - \t\t\ttypeof arg === \"string\" ||\n - \t\t\t(arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n - \t\t) ?\n - \t\t\t$delegate(arg, ignoreRequestError)\n - \t\t:\thandleAsyncOperations(arg, ignoreRequestError)).foo();\n + \t\ttypeof arg === \"string\" ||\n + \t\t(arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n + \t\t\t? $delegate(arg, ignoreRequestError)\n + \t\t\t: handleAsyncOperations(arg, ignoreRequestError)\n + \t).foo();\n };\n \n bifornCringerMoshedPerplexSawder = fn(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n fn(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n bifornCringerMoshedPerplexSawder = fn?.(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n fn?.(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n bifornCringerMoshedPerplexSawder =\n \tfn[\n - \t\t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\t\taverredBathersBoxroomBuggyNurl\n - \t\t:\tanodyneCondosMalateOverateRetinol\n + \t\t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t\t? averredBathersBoxroomBuggyNurl\n + \t\t\t: anodyneCondosMalateOverateRetinol\n \t\t).prop\n \t];\n \n fn[\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop\n ];\n \n bifornCringerMoshedPerplexSawder =\n \tfn?.[\n - \t\t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\t\taverredBathersBoxroomBuggyNurl\n - \t\t:\tanodyneCondosMalateOverateRetinol\n + \t\t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t\t? averredBathersBoxroomBuggyNurl\n + \t\t\t: anodyneCondosMalateOverateRetinol\n \t\t).prop\n \t];\n \n fn?.[\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 103.44148200005293,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 77.07027899997775,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 70.18988299998455,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 69.78410400007851,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 70.74115599994548,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 73.3749039999675,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 74.89823599997908,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 78.64108199998736,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 1.7766779999947175,
"failureMessages": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 141\n + Received + 138\n \n @@ -172,160 +172,157 @@\n \t\t\t}\n \t }\n : a;\n \n =====================================output=====================================\n - aaaaaaaaaaaaaaa ? bbbbbbbbbbbbbbbbbb\n - : ccccccccccccccc ? ddddddddddddddd\n - : eeeeeeeeeeeeeee ? fffffffffffffff\n - : gggggggggggggggg;\n -\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \t\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \t\t\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - \t\t:\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - \t:\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - :\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n + aaaaaaaaaaaaaaa\n + \t? bbbbbbbbbbbbbbbbbb\n + \t: ccccccccccccccc\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n - a ?\n - \t{\n - \t\ta: 0,\n - \t}\n - :\t{\n - \t\ta:\n - \t\t\t(\n - \t\t\t\t{\n - \t\t\t\t\ta: 0,\n - \t\t\t\t}\n - \t\t\t) ?\n - \t\t\t\t{\n - \t\t\t\t\ta: 0,\n - \t\t\t\t}\n - \t\t\t:\t{\n - \t\t\t\t\ty:\n - \t\t\t\t\t\t(\n - \t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t) ?\n - \t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t:\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t},\n - \t\t\t\t},\n - \t};\n + aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t\t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n \n - a ?\n - \t{\n - \t\ta: function () {\n - \t\t\treturn a ?\n - \t\t\t\t\t{\n - \t\t\t\t\t\ta: [\n - \t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t{\n + a\n + \t? {\n + \t\t\ta: 0,\n + \t }\n + \t: {\n + \t\t\ta: {\n + \t\t\t\ta: 0,\n + \t\t\t}\n + \t\t\t\t? {\n + \t\t\t\t\t\ta: 0,\n + \t\t\t\t }\n + \t\t\t\t: {\n + \t\t\t\t\t\ty: {\n + \t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t}\n + \t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\tb: [a ? [0, 1] : []],\n - \t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t[\n - \t\t\t\t\t\t\t\t\t\t0,\n - \t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t: {\n + \t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t },\n + \t\t\t\t },\n + \t };\n +\n + a\n + \t? {\n + \t\t\ta: function () {\n + \t\t\t\treturn a\n + \t\t\t\t\t? {\n + \t\t\t\t\t\t\ta: [\n + \t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\ta ? 0 : 1,\n - \t\t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t\t\t\tfunction () {\n - \t\t\t\t\t\t\t\t\t\treturn a ?\n + \t\t\t\t\t\t\t\t\t\t\tb: [a ? [0, 1] : []],\n + \t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t: [\n + \t\t\t\t\t\t\t\t\t\t\t[\n + \t\t\t\t\t\t\t\t\t\t\t\t0,\n \t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{},\n - \t\t\t\t\t\t\t\t\t\t\t\t];\n - \t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t],\n - \t\t\t\t\t}\n - \t\t\t\t:\t[\n - \t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\tfunction () {\n - \t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\ta(\n - \t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\ta: a({\n \t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t}),\n - \t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t\t\t\t0,\n - \t\t\t\t\t\t\t\t\t\t\t\ta(),\n - \t\t\t\t\t\t\t\t\t\t\t\ta(\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta ? a() : (\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta({\n + \t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\ta ? 0 : 1,\n + \t\t\t\t\t\t\t\t\t\t\t],\n + \t\t\t\t\t\t\t\t\t\t\tfunction () {\n + \t\t\t\t\t\t\t\t\t\t\t\treturn a\n + \t\t\t\t\t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t})\n - \t\t\t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t\t\t\ta() ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a(),\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\tb: [],\n - \t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t:\t{},\n - \t\t\t\t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t\t\t\t)\n - \t\t\t\t\t\t\t\t:\ta(\n - \t\t\t\t\t\t\t\t\t\ta() ?\n - \t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t:\t(function (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\treturn a() ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n + \t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t: [\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: a(),\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t]\n - \t\t\t\t\t\t\t\t\t\t\t\t\t:\ta([\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t ];\n + \t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t ],\n + \t\t\t\t\t\t\t],\n + \t\t\t\t\t }\n + \t\t\t\t\t: [\n + \t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t? function () {\n + \t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t? a(\n + \t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a({\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:\t{},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t: [\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? a()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: a({\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: [],\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: {},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t ],\n + \t\t\t\t\t\t\t\t\t\t\t )\n + \t\t\t\t\t\t\t\t\t\t\t: a(\n + \t\t\t\t\t\t\t\t\t\t\t\t\ta()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t]);\n - \t\t\t\t\t\t\t\t\t\t\t})(\n - \t\t\t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\tfunction (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 0;\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n - \t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t:\tfunction (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 1;\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t);\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t:\tfunction () {},\n - \t\t\t\t\t];\n - \t\t},\n - \t}\n - :\ta;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t: (function (a) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn a()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? [\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: a(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ]\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: a([\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: {},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ]);\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t })(\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? function (a) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 0;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: function (a) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 1;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t },\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t ),\n + \t\t\t\t\t\t\t\t\t\t\t );\n + \t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t: function () {},\n + \t\t\t\t\t ];\n + \t\t\t},\n + \t }\n + \t: a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 68.61155100003816,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 66.17587100004312,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 63.71089200000279,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 62.09422800003085,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 61.10971300001256,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 63.720266999909654,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 63.84154699998908,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 63.898150000022724,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 0.8438849999802187,
"failureMessages": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 21\n + Received + 25\n \n @@ -41,43 +41,47 @@\n <Sub />\n </Element2>\n );\n \n =====================================output=====================================\n - $var =\n - \t(\n - \t\t$number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20) ?\n - \t\t\tkochabCooieGameOnOboleUnweave\n - \t\t:\tannularCooeedSplicesWalksWayWay\n - \t) ?\n - \t\tanodyneCondosMalateOverateRetinol\n - \t:\taverredBathersBoxroomBuggyNurl;\n + $var = (\n + \t$number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20)\n + \t\t? kochabCooieGameOnOboleUnweave\n + \t\t: annularCooeedSplicesWalksWayWay\n + )\n + \t? anodyneCondosMalateOverateRetinol\n + \t: averredBathersBoxroomBuggyNurl;\n \n - const value =\n - \t(\n - \t\tbifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - \t\t:\tglimseGlyphsHazardNoopsTieTie\n - \t) ?\n - \t\ttrue ? true\n - \t\t:\tfalse\n - \t: true ? true\n + const value = (\n + \tbifornCringerMoshedPerplexSawder\n + \t\t? askTrovenaBeenaDependsRowans\n + \t\t: glimseGlyphsHazardNoopsTieTie\n + )\n + \t? true\n + \t\t? true\n + \t\t: false\n + \t: true\n + \t? true\n \t: false;\n \n (\n - \tbifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - \t:\tglimseGlyphsHazardNoopsTieTie\n - ) ?\n + \tbifornCringerMoshedPerplexSawder\n + \t\t? askTrovenaBeenaDependsRowans\n + \t\t: glimseGlyphsHazardNoopsTieTie\n + ) ? (\n \t<Element>\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t</Element>\n - :\t<Element2>\n + ) : (\n + \t<Element2>\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n - \t</Element2>;\n + \t</Element2>\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 60.746666999999434,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 59.63640800002031,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 58.00595899997279,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 58.58837000001222,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 58.2696059999289,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 58.42275200004224,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 59.49567799991928,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 58.8082309999736,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 1.4211440000217408,
"failureMessages": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 79\n + Received + 99\n \n @@ -140,110 +140,127 @@\n : null\n : null;\n \n =====================================output=====================================\n let icecream =\n - \twhat == \"cone\" ?\n - \t\t(p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n - \t:\t(p) => `here's your ${p} ${what}`;\n + \twhat == \"cone\"\n + \t\t? (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n + \t\t: (p) => `here's your ${p} ${what}`;\n \n - const value =\n - \tcondition1 ? value1\n - \t: condition2 ? value2\n - \t: condition3 ? value3\n + const value = condition1\n + \t? value1\n + \t: condition2\n + \t? value2\n + \t: condition3\n + \t? value3\n \t: value4;\n \n const StorybookLoader = ({ match }) =>\n - \tmatch.params.storyId === \"button\" ? <ButtonStorybook />\n - \t: match.params.storyId === \"color\" ? <ColorBook />\n - \t: match.params.storyId === \"typography\" ? <TypographyBook />\n - \t: match.params.storyId === \"loading\" ? <LoaderStorybook />\n - \t: match.params.storyId === \"deal-list\" ? <DealListStory />\n - \t: <Message>\n + \tmatch.params.storyId === \"button\" ? (\n + \t\t<ButtonStorybook />\n + \t) : match.params.storyId === \"color\" ? (\n + \t\t<ColorBook />\n + \t) : match.params.storyId === \"typography\" ? (\n + \t\t<TypographyBook />\n + \t) : match.params.storyId === \"loading\" ? (\n + \t\t<LoaderStorybook />\n + \t) : match.params.storyId === \"deal-list\" ? (\n + \t\t<DealListStory />\n + \t) : (\n + \t\t<Message>\n \t\t\t<Title>{\"Missing story book\"}</Title>\n \t\t\t<Content>\n \t\t\t\t<BackButton />\n \t\t\t</Content>\n - \t\t</Message>;\n + \t\t</Message>\n + \t);\n \n const message =\n - \ti % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - \t: i % 3 === 0 ? \"fizz\"\n - \t: i % 5 === 0 ? \"buzz\"\n - \t: String(i);\n + \ti % 3 === 0 && i % 5 === 0\n + \t\t? \"fizzbuzz\"\n + \t\t: i % 3 === 0\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n - \tstate == \"success\" ? \"Payment completed successfully\"\n - \t: state == \"processing\" ? \"Payment processing\"\n - \t: state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - \t: state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - \t: \"There was an issue with the payment. Please contact support.\";\n + \tstate == \"success\"\n + \t\t? \"Payment completed successfully\"\n + \t\t: state == \"processing\"\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n - \tstate == \"success\" ?\n - \t\t1 //'Payment completed successfully'\n - \t: state == \"processing\" ?\n - \t\t2 //'Payment processing'\n - \t: state == \"invalid_cvc\" ?\n - \t\t3 //'There was an issue with your CVC number'\n - \t: (\n - \t\ttrue //state == 'invalid_expiry'\n - \t) ?\n - \t\t4 //'Expiry must be sometime in the past.'\n - \t:\t5; // 'There was an issue with the payment. Please contact support.'\n + \tstate == \"success\"\n + \t\t? 1 //'Payment completed successfully'\n + \t\t: state == \"processing\"\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n - \t\t\t(medals[0].record ? \"-record\"\n - \t\t\t: medals[0].unique ? \"-unique\"\n - \t\t\t: medals[0].type)\n + \t\t\t(medals[0].record\n + \t\t\t\t? \"-record\"\n + \t\t\t\t: medals[0].unique\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n - \t\t{medals[0].record ?\n - \t\t\ti18n(\"Record\")\n - \t\t: medals[0].unique ?\n - \t\t\ti18n(\"Unique\")\n - \t\t: medals[0].type === 0 ?\n - \t\t\ti18n(\"Silver\")\n - \t\t: medals[0].type === 1 ?\n - \t\t\ti18n(\"Gold\")\n - \t\t: medals[0].type === 2 ?\n - \t\t\ti18n(\"Platinum\")\n - \t\t:\ti18n(\"Theme\")}\n + \t\t{medals[0].record\n + \t\t\t? i18n(\"Record\")\n + \t\t\t: medals[0].unique\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n - a ? literalline\n - : (\n - \t{\n - \t\t123: 12,\n - \t}\n - ) ?\n - \tline\n - :\tsoftline;\n + a\n + \t? literalline\n + \t: {\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n - \t\tonFailure !== undefined ? onFailure : (\n - \t\t\t(error) => {\n - \t\t\t\tnotify(\n - \t\t\t\t\ttypeof error === \"string\" ? error : (\n - \t\t\t\t\t\terror.message || \"ra.notification.http_error\"\n - \t\t\t\t\t),\n - \t\t\t\t\t\"warning\",\n - \t\t\t\t\t{\n - \t\t\t\t\t\t_:\n - \t\t\t\t\t\t\ttypeof error === \"string\" ? error\n - \t\t\t\t\t\t\t: error && error.message ? error.message\n - \t\t\t\t\t\t\t: undefined,\n - \t\t\t\t\t},\n - \t\t\t\t);\n - \t\t\t\trefresh();\n - \t\t\t}\n - \t\t),\n + \t\tonFailure !== undefined\n + \t\t\t? onFailure\n + \t\t\t: (error) => {\n + \t\t\t\t\tnotify(\n + \t\t\t\t\t\ttypeof error === \"string\"\n + \t\t\t\t\t\t\t? error\n + \t\t\t\t\t\t\t: error.message || \"ra.notification.http_error\",\n + \t\t\t\t\t\t\"warning\",\n + \t\t\t\t\t\t{\n + \t\t\t\t\t\t\t_:\n + \t\t\t\t\t\t\t\ttypeof error === \"string\"\n + \t\t\t\t\t\t\t\t\t? error\n + \t\t\t\t\t\t\t\t\t: error && error.message\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n + \t\t\t\t\t\t},\n + \t\t\t\t\t);\n + \t\t\t\t\trefresh();\n + \t\t\t },\n };\n \n showNotification(\n \ttypeof error === \"string\" ? error : error.message || body,\n \tlevel || \"warning\",\n @@ -252,13 +269,16 @@\n \t\tundoable: false,\n \t},\n );\n \n const result =\n - \tchildren && !isEmptyChildren(children) ? children\n - \t: props.match ?\n - \t\tcomponent ? React.createElement(component, props)\n - \t\t: render ? render(props)\n - \t\t: null\n - \t:\tnull;\n + \tchildren && !isEmptyChildren(children)\n + \t\t? children\n + \t\t: props.match\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 82.78417600004468,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 69.94307800009847,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 65.1716599999927,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 66.70542300003581,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 66.33094599994365,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 69.20657999999821,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 70.41752699995413,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 67.00450300006196,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 0.7533870000625029,
"failureMessages": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 17\n + Received + 13\n \n @@ -11,29 +11,25 @@\n a => a ? () => {a} : () => {a}\n a => a ? a : a\n a => a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a\n \n =====================================output=====================================\n - debug ?\n - \tthis.state.isVisible ?\n - \t\t\"partially visible\"\n - \t:\t\"hidden\"\n - :\tnull;\n - debug ?\n - \tthis.state.isVisible && somethingComplex ?\n - \t\t\"partially visible\"\n - \t:\t\"hidden\"\n - :\tnull;\n + debug ? (this.state.isVisible ? \"partially visible\" : \"hidden\") : null;\n + debug\n + \t? this.state.isVisible && somethingComplex\n + \t\t? \"partially visible\"\n + \t\t: \"hidden\"\n + \t: null;\n \n (a) =>\n - \ta ?\n - \t\t() => {\n - \t\t\ta;\n - \t\t}\n - \t:\t() => {\n - \t\t\ta;\n - \t\t};\n + \ta\n + \t\t? () => {\n + \t\t\t\ta;\n + \t\t }\n + \t\t: () => {\n + \t\t\t\ta;\n + \t\t };\n (a) => (a ? a : a);\n (a) =>\n \ta ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 58.403749999939464,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 58.90224700002,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 56.5051880000392,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 58.31374200002756,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 58.01653999998234,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 58.85534600005485,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 58.104857000056654,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 58.151812999974936,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 0.7324680000310764,
"failureMessages": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 23\n + Received + 18\n \n @@ -18,46 +18,41 @@\n const obj5 = conditionIsTruthy ? { some: 'long', object: 'with', lots: 'of', stuff } : { some: 'eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger', object: 'with', lots: 'of', stuff }\n \n =====================================output=====================================\n const obj0 = conditionIsTruthy ? shortThing : otherShortThing;\n \n - const obj1 =\n - \tconditionIsTruthy ?\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t:\tshortThing;\n + const obj1 = conditionIsTruthy\n + \t? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + \t: shortThing;\n \n - const obj2 =\n - \tconditionIsTruthy ? shortThing : (\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t);\n + const obj2 = conditionIsTruthy\n + \t? shortThing\n + \t: { some: \"long\", object: \"with\", lots: \"of\", stuff };\n \n - const obj3 =\n - \tconditionIsTruthy ?\n - \t\t{\n + const obj3 = conditionIsTruthy\n + \t? {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t}\n - \t:\tshortThing;\n + \t }\n + \t: shortThing;\n \n - const obj4 =\n - \tconditionIsTruthy ? shortThing : (\n - \t\t{\n + const obj4 = conditionIsTruthy\n + \t? shortThing\n + \t: {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t}\n - \t);\n + \t };\n \n - const obj5 =\n - \tconditionIsTruthy ?\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t:\t{\n + const obj5 = conditionIsTruthy\n + \t? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + \t: {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t};\n + \t };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 60.548012000042945,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 61.536756000015885,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 57.12545900000259,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 58.77824299992062,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 58.39684699999634,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 60.19897899997886,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 58.60418500006199,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 59.901814999990165,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 0.7060289999935776,
"failureMessages": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 14\n + Received + 10\n \n @@ -19,27 +19,23 @@\n ))\n ))\n \n =====================================output=====================================\n const funnelSnapshotCard =\n - \t(\n - \t\t(report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n - \t\t(report === COMPANY_OVERVIEW &&\n - \t\t\t!ReportGK.xar_metrics_active_capitol_v2_company_metrics)\n - \t) ?\n + \t(report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n + \t(report === COMPANY_OVERVIEW &&\n + \t\t!ReportGK.xar_metrics_active_capitol_v2_company_metrics) ? (\n \t\t<ReportMetricsFunnelSnapshotCard metrics={metrics} />\n - \t:\tnull;\n + \t) : null;\n \n room = room.map((row, rowIndex) =>\n \trow.map((col, colIndex) =>\n - \t\t(\n - \t\t\trowIndex === 0 ||\n - \t\t\tcolIndex === 0 ||\n - \t\t\trowIndex === height ||\n - \t\t\tcolIndex === width\n - \t\t) ?\n - \t\t\t1\n - \t\t:\t0,\n + \t\trowIndex === 0 ||\n + \t\tcolIndex === 0 ||\n + \t\trowIndex === height ||\n + \t\tcolIndex === width\n + \t\t\t? 1\n + \t\t\t: 0,\n \t),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 62.68659800000023,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 61.72399199998472,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 59.11831599997822,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 59.11658899998292,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.97873799991794,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 61.61119199998211,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 59.310829999973066,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 60.357301000040025,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 0.6702309999382123,
"failureMessages": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -18,15 +18,13 @@\n \n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n - \t(\n - \t\tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\t\tanodyneCondosMalateOverateRetinol\n - \t) ?\n - \t\tannularCooeedSplicesWalksWayWay\n - \t:\tkochabCooieGameOnOboleUnweave,\n + \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n + \tanodyneCondosMalateOverateRetinol\n + \t\t? annularCooeedSplicesWalksWayWay\n + \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.38969699991867,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.218078000005335,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.83708799991291,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.17830500006676,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 56.76350000000093,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 56.823393999948166,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.2340860000113,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.00034600007348,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 2.422952999942936,
"failureMessages": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 159\n + Received + 182\n \n @@ -300,330 +300,353 @@\n ).prop\n ];\n \n =====================================output=====================================\n foo7 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n foo8 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo9 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n function foo10() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n function foo11() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n function foo12() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n foo13 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n foo14 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo15 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n function foo16() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n function foo17() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n function foo18() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n foo19 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n foo20 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo21 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo22() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo23() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo24() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n foo25 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n foo26 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo27 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n function foo28() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo29() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo30() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function* foo31() {\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo.Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo.Fooooooooooo];\n }\n \n const foo32 = new (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo33() {\n \treturn new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo34() {\n \tthrow new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo35() {\n \tvoid new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n foo36 = new (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \t\tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n // TODO(rattrayalex): try to fix this case\n \n bifornCringerMoshedPerplexSawder = (\n - \t(\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol).annularCooeedSplicesWalksWayWay\n + \tglimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n + ).annularCooeedSplicesWalksWayWay\n \t.annularCooeedSplicesWalksWayWay(annularCooeedSplicesWalksWayWay)\n \t.annularCooeedSplicesWalksWayWay();\n \n foo = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.()?.()?.();\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.()?.()?.();\n \n foo = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)()()();\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )()()();\n \n foo =\n \tfoo.bar.baz[\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n \t];\n \n const decorated = (arg, ignoreRequestError) => {\n \treturn (\n - \t\t(\n - \t\t\ttypeof arg === \"string\" ||\n - \t\t\t(arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n - \t\t) ?\n - \t\t\t$delegate(arg, ignoreRequestError)\n - \t\t:\thandleAsyncOperations(arg, ignoreRequestError)).foo();\n + \t\ttypeof arg === \"string\" ||\n + \t\t(arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n + \t\t\t? $delegate(arg, ignoreRequestError)\n + \t\t\t: handleAsyncOperations(arg, ignoreRequestError)\n + \t).foo();\n };\n \n bifornCringerMoshedPerplexSawder = fn(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n fn(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n bifornCringerMoshedPerplexSawder = fn?.(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n fn?.(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n bifornCringerMoshedPerplexSawder =\n \tfn[\n - \t\t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\t\taverredBathersBoxroomBuggyNurl\n - \t\t:\tanodyneCondosMalateOverateRetinol\n + \t\t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t\t? averredBathersBoxroomBuggyNurl\n + \t\t\t: anodyneCondosMalateOverateRetinol\n \t\t).prop\n \t];\n \n fn[\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop\n ];\n \n bifornCringerMoshedPerplexSawder =\n \tfn?.[\n - \t\t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\t\taverredBathersBoxroomBuggyNurl\n - \t\t:\tanodyneCondosMalateOverateRetinol\n + \t\t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t\t? averredBathersBoxroomBuggyNurl\n + \t\t\t: anodyneCondosMalateOverateRetinol\n \t\t).prop\n \t];\n \n fn?.[\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 94.52345400000922,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 79.80131999996956,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 72.09848899999633,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 72.31124599999748,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 77.91772100003436,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 74.03720500005875,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 77.55311499990057,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 83.54178699990734,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 1.705113000003621,
"failureMessages": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 141\n + Received + 142\n \n @@ -173,160 +173,161 @@\n \t\t\t}\n \t }\n : a;\n \n =====================================output=====================================\n - aaaaaaaaaaaaaaa ? bbbbbbbbbbbbbbbbbb\n - : ccccccccccccccc ? ddddddddddddddd\n - : eeeeeeeeeeeeeee ? fffffffffffffff\n - : gggggggggggggggg;\n + aaaaaaaaaaaaaaa\n + \t? bbbbbbbbbbbbbbbbbb\n + \t: ccccccccccccccc\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \t\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \t\t\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - \t\t:\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - \t:\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - :\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n + aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t\t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n \n - a ?\n - \t{\n - \t\ta: 0,\n - \t}\n - :\t{\n - \t\ta:\n - \t\t\t(\n - \t\t\t\t{\n - \t\t\t\t\ta: 0,\n - \t\t\t\t}\n - \t\t\t) ?\n - \t\t\t\t{\n - \t\t\t\t\ta: 0,\n - \t\t\t\t}\n - \t\t\t:\t{\n - \t\t\t\t\ty:\n - \t\t\t\t\t\t(\n - \t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t) ?\n - \t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t:\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t},\n - \t\t\t\t},\n - \t};\n -\n - a ?\n - \t{\n - \t\ta: function () {\n - \t\t\treturn a ?\n - \t\t\t\t\t{\n - \t\t\t\t\t\ta: [\n - \t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t{\n + a\n + \t? {\n + \t\t\ta: 0,\n + \t }\n + \t: {\n + \t\t\ta: {\n + \t\t\t\ta: 0,\n + \t\t\t}\n + \t\t\t\t? {\n + \t\t\t\t\t\ta: 0,\n + \t\t\t\t }\n + \t\t\t\t: {\n + \t\t\t\t\t\ty: {\n + \t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t}\n + \t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\tb: [a ? [0, 1] : []],\n - \t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t[\n - \t\t\t\t\t\t\t\t\t\t0,\n - \t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t: {\n + \t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t },\n + \t\t\t\t },\n + \t };\n +\n + a\n + \t? {\n + \t\t\ta: function () {\n + \t\t\t\treturn a\n + \t\t\t\t\t? {\n + \t\t\t\t\t\t\ta: [\n + \t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\ta ? 0 : 1,\n - \t\t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t\t\t\tfunction () {\n - \t\t\t\t\t\t\t\t\t\treturn a ?\n + \t\t\t\t\t\t\t\t\t\t\tb: [a ? [0, 1] : []],\n + \t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t: [\n + \t\t\t\t\t\t\t\t\t\t\t[\n + \t\t\t\t\t\t\t\t\t\t\t\t0,\n \t\t\t\t\t\t\t\t\t\t\t\t{\n \t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{},\n - \t\t\t\t\t\t\t\t\t\t\t\t];\n - \t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t],\n - \t\t\t\t\t}\n - \t\t\t\t:\t[\n - \t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\tfunction () {\n - \t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\ta(\n - \t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\ta: a({\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t}),\n - \t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t\t\t\t0,\n - \t\t\t\t\t\t\t\t\t\t\t\ta(),\n - \t\t\t\t\t\t\t\t\t\t\t\ta(\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta ? a() : (\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta({\n + \t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\ta ? 0 : 1,\n + \t\t\t\t\t\t\t\t\t\t\t],\n + \t\t\t\t\t\t\t\t\t\t\tfunction () {\n + \t\t\t\t\t\t\t\t\t\t\t\treturn a\n + \t\t\t\t\t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t})\n - \t\t\t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t\t\t\ta() ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a(),\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\tb: [],\n - \t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t:\t{},\n - \t\t\t\t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t\t\t\t)\n - \t\t\t\t\t\t\t\t:\ta(\n - \t\t\t\t\t\t\t\t\t\ta() ?\n - \t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t:\t(function (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\treturn a() ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n + \t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t: [\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: a(),\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t]\n - \t\t\t\t\t\t\t\t\t\t\t\t\t:\ta([\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t ];\n + \t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t ],\n + \t\t\t\t\t\t\t],\n + \t\t\t\t\t }\n + \t\t\t\t\t: [\n + \t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t? function () {\n + \t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t? a(\n + \t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a({\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:\t{},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t: [\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? a()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: a({\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: [],\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: {},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t ],\n + \t\t\t\t\t\t\t\t\t\t\t )\n + \t\t\t\t\t\t\t\t\t\t\t: a(\n + \t\t\t\t\t\t\t\t\t\t\t\t\ta()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t]);\n - \t\t\t\t\t\t\t\t\t\t\t})(\n - \t\t\t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\tfunction (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 0;\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n - \t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t:\tfunction (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 1;\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t);\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t:\tfunction () {},\n - \t\t\t\t\t];\n - \t\t},\n - \t}\n - :\ta;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t: (function (a) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn a()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? [\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: a(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ]\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: a([\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: {},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ]);\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t })(\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? function (\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 0;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: function (\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 1;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t },\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t ),\n + \t\t\t\t\t\t\t\t\t\t\t );\n + \t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t: function () {},\n + \t\t\t\t\t ];\n + \t\t\t},\n + \t }\n + \t: a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 68.33029100007843,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 66.97669399995357,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 63.66214899998158,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 63.5284929999616,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 62.662248000036925,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 64.54384800000116,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 62.26879300002474,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 63.90227199997753,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 0.7265179998939857,
"failureMessages": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 21\n + Received + 25\n \n @@ -42,43 +42,47 @@\n <Sub />\n </Element2>\n );\n \n =====================================output=====================================\n - $var =\n - \t(\n - \t\t$number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20) ?\n - \t\t\tkochabCooieGameOnOboleUnweave\n - \t\t:\tannularCooeedSplicesWalksWayWay\n - \t) ?\n - \t\tanodyneCondosMalateOverateRetinol\n - \t:\taverredBathersBoxroomBuggyNurl;\n + $var = (\n + \t$number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20)\n + \t\t? kochabCooieGameOnOboleUnweave\n + \t\t: annularCooeedSplicesWalksWayWay\n + )\n + \t? anodyneCondosMalateOverateRetinol\n + \t: averredBathersBoxroomBuggyNurl;\n \n - const value =\n - \t(\n - \t\tbifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - \t\t:\tglimseGlyphsHazardNoopsTieTie\n - \t) ?\n - \t\ttrue ? true\n - \t\t:\tfalse\n - \t: true ? true\n + const value = (\n + \tbifornCringerMoshedPerplexSawder\n + \t\t? askTrovenaBeenaDependsRowans\n + \t\t: glimseGlyphsHazardNoopsTieTie\n + )\n + \t? true\n + \t\t? true\n + \t\t: false\n + \t: true\n + \t? true\n \t: false;\n \n (\n - \tbifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - \t:\tglimseGlyphsHazardNoopsTieTie\n - ) ?\n + \tbifornCringerMoshedPerplexSawder\n + \t\t? askTrovenaBeenaDependsRowans\n + \t\t: glimseGlyphsHazardNoopsTieTie\n + ) ? (\n \t<Element>\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t</Element>\n - :\t<Element2>\n + ) : (\n + \t<Element2>\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n - \t</Element2>;\n + \t</Element2>\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 61.777608999982476,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 59.75293399998918,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.988117999979295,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 59.60691699991003,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 59.671685999957845,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 60.56530700006988,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 60.589761999901384,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 59.09683000005316,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 1.2215130000840873,
"failureMessages": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 79\n + Received + 99\n \n @@ -141,110 +141,127 @@\n : null\n : null;\n \n =====================================output=====================================\n let icecream =\n - \twhat == \"cone\" ?\n - \t\t(p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n - \t:\t(p) => `here's your ${p} ${what}`;\n + \twhat == \"cone\"\n + \t\t? (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n + \t\t: (p) => `here's your ${p} ${what}`;\n \n - const value =\n - \tcondition1 ? value1\n - \t: condition2 ? value2\n - \t: condition3 ? value3\n + const value = condition1\n + \t? value1\n + \t: condition2\n + \t? value2\n + \t: condition3\n + \t? value3\n \t: value4;\n \n const StorybookLoader = ({ match }) =>\n - \tmatch.params.storyId === \"button\" ? <ButtonStorybook />\n - \t: match.params.storyId === \"color\" ? <ColorBook />\n - \t: match.params.storyId === \"typography\" ? <TypographyBook />\n - \t: match.params.storyId === \"loading\" ? <LoaderStorybook />\n - \t: match.params.storyId === \"deal-list\" ? <DealListStory />\n - \t: <Message>\n + \tmatch.params.storyId === \"button\" ? (\n + \t\t<ButtonStorybook />\n + \t) : match.params.storyId === \"color\" ? (\n + \t\t<ColorBook />\n + \t) : match.params.storyId === \"typography\" ? (\n + \t\t<TypographyBook />\n + \t) : match.params.storyId === \"loading\" ? (\n + \t\t<LoaderStorybook />\n + \t) : match.params.storyId === \"deal-list\" ? (\n + \t\t<DealListStory />\n + \t) : (\n + \t\t<Message>\n \t\t\t<Title>{\"Missing story book\"}</Title>\n \t\t\t<Content>\n \t\t\t\t<BackButton />\n \t\t\t</Content>\n - \t\t</Message>;\n + \t\t</Message>\n + \t);\n \n const message =\n - \ti % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - \t: i % 3 === 0 ? \"fizz\"\n - \t: i % 5 === 0 ? \"buzz\"\n - \t: String(i);\n + \ti % 3 === 0 && i % 5 === 0\n + \t\t? \"fizzbuzz\"\n + \t\t: i % 3 === 0\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n - \tstate == \"success\" ? \"Payment completed successfully\"\n - \t: state == \"processing\" ? \"Payment processing\"\n - \t: state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - \t: state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - \t: \"There was an issue with the payment. Please contact support.\";\n + \tstate == \"success\"\n + \t\t? \"Payment completed successfully\"\n + \t\t: state == \"processing\"\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n - \tstate == \"success\" ?\n - \t\t1 //'Payment completed successfully'\n - \t: state == \"processing\" ?\n - \t\t2 //'Payment processing'\n - \t: state == \"invalid_cvc\" ?\n - \t\t3 //'There was an issue with your CVC number'\n - \t: (\n - \t\ttrue //state == 'invalid_expiry'\n - \t) ?\n - \t\t4 //'Expiry must be sometime in the past.'\n - \t:\t5; // 'There was an issue with the payment. Please contact support.'\n + \tstate == \"success\"\n + \t\t? 1 //'Payment completed successfully'\n + \t\t: state == \"processing\"\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n - \t\t\t(medals[0].record ? \"-record\"\n - \t\t\t: medals[0].unique ? \"-unique\"\n - \t\t\t: medals[0].type)\n + \t\t\t(medals[0].record\n + \t\t\t\t? \"-record\"\n + \t\t\t\t: medals[0].unique\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n - \t\t{medals[0].record ?\n - \t\t\ti18n(\"Record\")\n - \t\t: medals[0].unique ?\n - \t\t\ti18n(\"Unique\")\n - \t\t: medals[0].type === 0 ?\n - \t\t\ti18n(\"Silver\")\n - \t\t: medals[0].type === 1 ?\n - \t\t\ti18n(\"Gold\")\n - \t\t: medals[0].type === 2 ?\n - \t\t\ti18n(\"Platinum\")\n - \t\t:\ti18n(\"Theme\")}\n + \t\t{medals[0].record\n + \t\t\t? i18n(\"Record\")\n + \t\t\t: medals[0].unique\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n - a ? literalline\n - : (\n - \t{\n - \t\t123: 12,\n - \t}\n - ) ?\n - \tline\n - :\tsoftline;\n + a\n + \t? literalline\n + \t: {\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n - \t\tonFailure !== undefined ? onFailure : (\n - \t\t\t(error) => {\n - \t\t\t\tnotify(\n - \t\t\t\t\ttypeof error === \"string\" ? error : (\n - \t\t\t\t\t\terror.message || \"ra.notification.http_error\"\n - \t\t\t\t\t),\n - \t\t\t\t\t\"warning\",\n - \t\t\t\t\t{\n - \t\t\t\t\t\t_:\n - \t\t\t\t\t\t\ttypeof error === \"string\" ? error\n - \t\t\t\t\t\t\t: error && error.message ? error.message\n - \t\t\t\t\t\t\t: undefined,\n - \t\t\t\t\t},\n - \t\t\t\t);\n - \t\t\t\trefresh();\n - \t\t\t}\n - \t\t),\n + \t\tonFailure !== undefined\n + \t\t\t? onFailure\n + \t\t\t: (error) => {\n + \t\t\t\t\tnotify(\n + \t\t\t\t\t\ttypeof error === \"string\"\n + \t\t\t\t\t\t\t? error\n + \t\t\t\t\t\t\t: error.message || \"ra.notification.http_error\",\n + \t\t\t\t\t\t\"warning\",\n + \t\t\t\t\t\t{\n + \t\t\t\t\t\t\t_:\n + \t\t\t\t\t\t\t\ttypeof error === \"string\"\n + \t\t\t\t\t\t\t\t\t? error\n + \t\t\t\t\t\t\t\t\t: error && error.message\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n + \t\t\t\t\t\t},\n + \t\t\t\t\t);\n + \t\t\t\t\trefresh();\n + \t\t\t },\n };\n \n showNotification(\n \ttypeof error === \"string\" ? error : error.message || body,\n \tlevel || \"warning\",\n @@ -253,13 +270,16 @@\n \t\tundoable: false,\n \t},\n );\n \n const result =\n - \tchildren && !isEmptyChildren(children) ? children\n - \t: props.match ?\n - \t\tcomponent ? React.createElement(component, props)\n - \t\t: render ? render(props)\n - \t\t: null\n - \t:\tnull;\n + \tchildren && !isEmptyChildren(children)\n + \t\t? children\n + \t\t: props.match\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 81.04214699997101,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 69.09455500007607,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 68.81684700003825,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 66.09994200000074,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 66.76028399995994,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 69.18349299998954,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 68.33770999999251,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 70.11384100001305,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 0.6513370000757277,
"failureMessages": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 17\n + Received + 13\n \n @@ -12,29 +12,25 @@\n a => a ? () => {a} : () => {a}\n a => a ? a : a\n a => a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a\n \n =====================================output=====================================\n - debug ?\n - \tthis.state.isVisible ?\n - \t\t\"partially visible\"\n - \t:\t\"hidden\"\n - :\tnull;\n - debug ?\n - \tthis.state.isVisible && somethingComplex ?\n - \t\t\"partially visible\"\n - \t:\t\"hidden\"\n - :\tnull;\n + debug ? (this.state.isVisible ? \"partially visible\" : \"hidden\") : null;\n + debug\n + \t? this.state.isVisible && somethingComplex\n + \t\t? \"partially visible\"\n + \t\t: \"hidden\"\n + \t: null;\n \n (a) =>\n - \ta ?\n - \t\t() => {\n - \t\t\ta;\n - \t\t}\n - \t:\t() => {\n - \t\t\ta;\n - \t\t};\n + \ta\n + \t\t? () => {\n + \t\t\t\ta;\n + \t\t }\n + \t\t: () => {\n + \t\t\t\ta;\n + \t\t };\n (a) => (a ? a : a);\n (a) =>\n \ta ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.75306599994656,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.64744700002484,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.56018699996639,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 59.38009400002193,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 71.37581999995746,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 61.83385699999053,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.67190800001845,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.554917000001296,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 0.8231079999823123,
"failureMessages": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 23\n + Received + 18\n \n @@ -19,46 +19,41 @@\n const obj5 = conditionIsTruthy ? { some: 'long', object: 'with', lots: 'of', stuff } : { some: 'eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger', object: 'with', lots: 'of', stuff }\n \n =====================================output=====================================\n const obj0 = conditionIsTruthy ? shortThing : otherShortThing;\n \n - const obj1 =\n - \tconditionIsTruthy ?\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t:\tshortThing;\n + const obj1 = conditionIsTruthy\n + \t? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + \t: shortThing;\n \n - const obj2 =\n - \tconditionIsTruthy ? shortThing : (\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t);\n + const obj2 = conditionIsTruthy\n + \t? shortThing\n + \t: { some: \"long\", object: \"with\", lots: \"of\", stuff };\n \n - const obj3 =\n - \tconditionIsTruthy ?\n - \t\t{\n + const obj3 = conditionIsTruthy\n + \t? {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t}\n - \t:\tshortThing;\n + \t }\n + \t: shortThing;\n \n - const obj4 =\n - \tconditionIsTruthy ? shortThing : (\n - \t\t{\n + const obj4 = conditionIsTruthy\n + \t? shortThing\n + \t: {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t}\n - \t);\n + \t };\n \n - const obj5 =\n - \tconditionIsTruthy ?\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t:\t{\n + const obj5 = conditionIsTruthy\n + \t? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + \t: {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t};\n + \t };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 62.80734499997925,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 60.53664199996274,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 59.358150999993086,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 59.83571699995082,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 59.09557400003541,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 59.1061289999634,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 59.812899000011384,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 62.1318489999976,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "empty.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -10,13 +10,13 @@\n import * as foo from \"foo.json\"\n import * as bar from \"bar.json\" assert { }\n import * as baz from \"baz.json\" assert { /* comment */ }\n =====================================output=====================================\n export * as foo from \"foo.json\";\n - export * as bar from \"bar.json\";\n - export * as baz from \"baz.json\" /* comment */;\n + export * as bar from \"bar.json\" assert {};\n + export * as baz from \"baz.json\" assert { /* comment */ };\n \n import * as foo from \"foo.json\";\n - import * as bar from \"bar.json\";\n - import * as baz from \"baz.json\" /* comment */;\n + import * as bar from \"bar.json\" assert {};\n + import * as baz from \"baz.json\" assert { /* comment */ };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 9)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 55,
"numPendingTests": 0,
"perfStats": {
"start": 104655.02242200001,
"end": 106717.59535499994,
"runtime": 2063,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 28,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-assertions/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 0.5852329999906942,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 63.036261999979615,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 1.580731000052765,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 0.8626810000278056,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 0.930968000087887,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 57.49664199992549,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 56.96311900008004,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 0.6393640000605956,
"failureMessages": [
"empty.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -10,13 +10,13 @@\n import * as foo from \"foo.json\"\n import * as bar from \"bar.json\" assert { }\n import * as baz from \"baz.json\" assert { /* comment */ }\n =====================================output=====================================\n export * as foo from \"foo.json\";\n - export * as bar from \"bar.json\";\n - export * as baz from \"baz.json\" /* comment */;\n + export * as bar from \"bar.json\" assert {};\n + export * as baz from \"baz.json\" assert { /* comment */ };\n \n import * as foo from \"foo.json\";\n - import * as bar from \"bar.json\";\n - import * as baz from \"baz.json\" /* comment */;\n + import * as bar from \"bar.json\" assert {};\n + import * as baz from \"baz.json\" assert { /* comment */ };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 9)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 59.849690000060946,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 1.417016000021249,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 0.7453410000307485,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 1.093821999966167,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 57.69397200003732,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 57.931151000084355,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 0.47030799998901784,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 57.887883999967016,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 1.2862619999796152,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 0.7259259999264032,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 0.7967969999881461,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 58.09135599993169,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 58.02794599998742,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 0.4527749998960644,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 57.94146300002467,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 1.1474929999094456,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 0.7431969998870045,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 0.7103359999600798,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 56.570432999986224,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 57.776349999941885,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"not-import-assertions.js"
],
"duration": 0.40158000006340444,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"not-import-assertions.js"
],
"duration": 58.220825999975204,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"not-import-assertions.js"
],
"duration": 60.50330999994185,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"not-import-assertions.js"
],
"duration": 60.7826650000643,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"not-import-assertions.js"
],
"duration": 57.97600899997633,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"not-import-assertions.js"
],
"duration": 57.31477900000755,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"not-import-assertions.js"
],
"duration": 58.49606599996332,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 0.4222189999418333,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 59.49108700000215,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 1.2819940000772476,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 0.7550099999643862,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 0.7792450000997633,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 59.39292699994985,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 58.85831500007771,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 0.49230899999383837,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 57.03268399997614,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 1.1022380000213161,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 0.7245629999088123,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 0.7873999999137595,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 56.802931000012904,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 57.623701000004075,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 0.4401210000505671,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 58.35024199995678,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 1.061522000003606,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 0.7064989999635145,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 0.6957290000282228,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 56.38702899997588,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 57.807830000063404,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "import-source-attributes-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-attributes-declaration.js format 1`\n \n - Snapshot - 1\n + Received + 5\n \n @@ -4,8 +4,12 @@\n | printWidth\n =====================================input======================================\n import source s from \"x\" with { attr: \"val\" };\n \n =====================================output=====================================\n - import source s from \"x\" with { attr: \"val\" };\n + import source\n + s;\n + from;\n + (\"x\");\n + with { attr: \"val\" }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-source-binding-from.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-binding-from.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import source from from \"x\";\n \n =====================================output=====================================\n - import source from from \"x\";\n + import source from\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-source-binding-source.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-binding-source.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import source source from \"x\";\n \n =====================================output=====================================\n - import source source from \"x\";\n + import source\n + source;\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-source.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import source x from \"x\";\n \n =====================================output=====================================\n - import source x from \"x\";\n + import source\n + x;\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 41,
"numPendingTests": 0,
"perfStats": {
"start": 106768.42707299994,
"end": 107783.82373699994,
"runtime": 1015,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 31,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/source-phase-imports/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"default-binding.js"
],
"duration": 0.4281300000147894,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"default-binding.js"
],
"duration": 57.15591199998744,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"default-binding.js"
],
"duration": 56.3671209999593,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"default-binding.js"
],
"duration": 57.72423200006597,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"default-binding.js"
],
"duration": 57.358775999979116,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-source-attributes-declaration.js"
],
"duration": 0.6488510000053793,
"failureMessages": [
"import-source-attributes-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-attributes-declaration.js format 1`\n \n - Snapshot - 1\n + Received + 5\n \n @@ -4,8 +4,12 @@\n | printWidth\n =====================================input======================================\n import source s from \"x\" with { attr: \"val\" };\n \n =====================================output=====================================\n - import source s from \"x\" with { attr: \"val\" };\n + import source\n + s;\n + from;\n + (\"x\");\n + with { attr: \"val\" }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"import-source-attributes-declaration.js"
],
"duration": 1.0584559999406338,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-source-attributes-declaration.js"
],
"duration": 0.7006879999535158,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-source-attributes-declaration.js"
],
"duration": 0.7011589999310672,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-source-attributes-declaration.js"
],
"duration": 57.932005999959074,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-source-attributes-expression.js"
],
"duration": 0.4328179999720305,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"import-source-attributes-expression.js"
],
"duration": 1.1802629999583587,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-source-attributes-expression.js"
],
"duration": 0.7609810000285506,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-source-attributes-expression.js"
],
"duration": 0.8171149999834597,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-source-attributes-expression.js"
],
"duration": 58.42637800006196,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-source-binding-from.js"
],
"duration": 0.6238640000810847,
"failureMessages": [
"import-source-binding-from.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-binding-from.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import source from from \"x\";\n \n =====================================output=====================================\n - import source from from \"x\";\n + import source from\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"import-source-binding-from.js"
],
"duration": 1.0224180000368506,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-source-binding-from.js"
],
"duration": 0.7409130000742152,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-source-binding-from.js"
],
"duration": 0.7146140000550076,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-source-binding-from.js"
],
"duration": 57.44446699996479,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-source-binding-source.js"
],
"duration": 0.6201580000342801,
"failureMessages": [
"import-source-binding-source.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-binding-source.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import source source from \"x\";\n \n =====================================output=====================================\n - import source source from \"x\";\n + import source\n + source;\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"import-source-binding-source.js"
],
"duration": 0.9769040000392124,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-source-binding-source.js"
],
"duration": 0.6858899999642745,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-source-binding-source.js"
],
"duration": 0.7248230000259355,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-source-binding-source.js"
],
"duration": 58.452631999971345,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-source-dynamic-import.js"
],
"duration": 0.52963899995666,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"import-source-dynamic-import.js"
],
"duration": 1.1548259999835864,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-source-dynamic-import.js"
],
"duration": 0.8027990000555292,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-source-dynamic-import.js"
],
"duration": 0.7307139999466017,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-source-dynamic-import.js"
],
"duration": 60.51918399997521,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-source.js"
],
"duration": 0.6468969999114051,
"failureMessages": [
"import-source.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import source x from \"x\";\n \n =====================================output=====================================\n - import source x from \"x\";\n + import source\n + x;\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"import-source.js"
],
"duration": 1.1598650000523776,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-source.js"
],
"duration": 0.8327650000574067,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-source.js"
],
"duration": 0.7602499999338761,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-source.js"
],
"duration": 60.62391799991019,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-named.js"
],
"duration": 1.4846619999734685,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"no-named.js"
],
"duration": 0.8019570000469685,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-named.js"
],
"duration": 0.738939999951981,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-named.js"
],
"duration": 0.7107069999910891,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-named.js"
],
"duration": 0.8274639999726787,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-namespace.js"
],
"duration": 0.7507109999423847,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"no-namespace.js"
],
"duration": 0.7199539999710396,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-namespace.js"
],
"duration": 0.7073600000003353,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-namespace.js"
],
"duration": 1.0101060000015423,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-namespace.js"
],
"duration": 0.8028789999661967,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 153,
"numPendingTests": 0,
"perfStats": {
"start": 107832.68103799998,
"end": 116613.43279299996,
"runtime": 8781,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 10,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/empty/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 0.30535899999085814,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 57.85557000001427,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 62.19662399997469,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 59.17549899988808,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 57.98538600001484,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 59.34723600000143,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 57.176110000000335,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 58.610068000038154,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 58.42724300001282,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 0.30365700006950647,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 56.09878799994476,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 56.52664900000673,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 56.37870500003919,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 55.87945900007617,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 57.25554000004195,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 59.02234899997711,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 58.40692500001751,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 56.44028099998832,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 0.3326309999683872,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 56.869013000046834,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 56.594450999982655,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 56.46050899999682,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 56.512912999955006,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 55.42479800002184,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 55.92252500005998,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 57.09822599997278,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 56.251096999971196,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 0.3011919999262318,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 57.84767599997576,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 57.579392999992706,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 57.126410000026226,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 56.958594000083394,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 56.92261999996845,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 58.58171400008723,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 57.24880000005942,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 56.81749799998943,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 0.3770239999284968,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 57.06294199998956,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 56.324795999913476,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 59.72986600000877,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 63.94407199998386,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 56.654214999987744,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 59.46591799997259,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 58.388322000042535,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 57.411698000039905,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 0.28748599998652935,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 56.726984999957494,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 57.65090000000782,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 57.86490600008983,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 58.18334700004198,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 57.462761000031605,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 56.88104999996722,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 57.41301200003363,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 57.13976900000125,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 0.2773070000112057,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 58.206016000011005,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 57.41569100006018,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 56.28729500004556,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 56.74259399995208,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 57.4245289999526,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 58.06196199997794,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 56.572099999990314,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 56.96697900001891,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 0.4318660000571981,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 57.39299800002482,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 57.59043899993412,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 57.362396000069566,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 56.64854200009722,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 57.18541100004222,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 57.00111700000707,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 56.56454299995676,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 57.69149600004312,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 0.431546000065282,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 57.81313299993053,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 56.72386899997946,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 56.784148999955505,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 57.26489600003697,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 58.246266999980435,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 57.61820699996315,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 56.63002400007099,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 57.302519999910146,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 0.4247530000284314,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 57.9117570000235,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 57.66938599990681,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 57.343691000016406,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 57.047587999957614,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 57.908892000094056,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 56.813183999969624,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 56.1731200000504,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 57.02149600000121,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 0.45233499992173165,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 56.333771000034176,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 57.69948900002055,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 56.97524499997962,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 56.166057999944314,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 56.56679700000677,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 56.14913999999408,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 56.14687199995387,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 56.83817400003318,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 0.41401300008874387,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 57.49467399995774,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 57.47657399997115,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 57.51779600000009,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 56.6433820000384,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 56.670522000058554,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 57.35458499996457,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 57.285567999933846,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 57.25281700002961,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 0.46718200005125254,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 56.960184000083245,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 56.50898899999447,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 55.39217300002929,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 56.36824699991848,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 56.87453900009859,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 56.8747119999025,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 58.03045800002292,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 57.19912500004284,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 0.4358140000840649,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 57.32279100001324,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 58.737179000047036,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 58.74348900001496,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 57.72897399996873,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 57.93522200000007,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 56.991297999979,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 57.472256000037305,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 57.0085600001039,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 0.4150650000665337,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 57.49900599999819,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 58.84882399998605,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 57.58092499990016,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 57.933912999928,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 55.84607500000857,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 56.726559000089765,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 56.78526400006376,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 57.38965999998618,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 0.4138720000628382,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 56.486433000070974,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 57.4519980000332,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 57.58009399997536,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 56.89617399999406,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 56.47601299989037,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 56.60340499994345,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 56.86155999999028,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 58.01076800003648,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #16"
],
"duration": 0.5010250000050291,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #16"
],
"duration": 57.20788700005505,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #16"
],
"duration": 56.91534199996386,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #16"
],
"duration": 56.35334699996747,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #16"
],
"duration": 56.570761999930255,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #16"
],
"duration": 58.23459599993657,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #16"
],
"duration": 57.02019199996721,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #16"
],
"duration": 57.021444999962114,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #16"
],
"duration": 58.008471000008285,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 158,
"numPendingTests": 0,
"perfStats": {
"start": 116664.80062299996,
"end": 123797.78685900004,
"runtime": 7133,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 58,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/decorator-auto-accessors/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"basic.js"
],
"duration": 0.42617599992081523,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"basic.js"
],
"duration": 59.61567600001581,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"basic.js"
],
"duration": 58.24260100000538,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"basic.js"
],
"duration": 1.2354669999331236,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"basic.js"
],
"duration": 0.7289700000546873,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"basic.js"
],
"duration": 59.12378899997566,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"basic.js"
],
"duration": 58.18832899990957,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.42887100006919354,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 59.739623999921605,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 58.87289499992039,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 1.1689320000587031,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.6933740000240505,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 57.70605899998918,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 58.25376899994444,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 0.4374370001023635,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 57.63644100003876,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 57.29399299994111,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 1.180413999943994,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 0.7412339999573305,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 56.80218699993566,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 57.78134200000204,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"not-accessor-method.js"
],
"duration": 0.416518000070937,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"not-accessor-method.js"
],
"duration": 58.46022200002335,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"not-accessor-method.js"
],
"duration": 58.01386599999387,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"not-accessor-method.js"
],
"duration": 58.14078100002371,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"not-accessor-method.js"
],
"duration": 59.037561999983154,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"not-accessor-method.js"
],
"duration": 58.93252799997572,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"not-accessor-method.js"
],
"duration": 60.00506800005678,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"not-accessor-method.js"
],
"duration": 58.930261999950744,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"not-accessor-property.js"
],
"duration": 0.42400099989026785,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"not-accessor-property.js"
],
"duration": 58.793224999913946,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"not-accessor-property.js"
],
"duration": 58.262678000028245,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"not-accessor-property.js"
],
"duration": 60.41009100002702,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"not-accessor-property.js"
],
"duration": 58.33199599990621,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"not-accessor-property.js"
],
"duration": 57.85630099999253,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"not-accessor-property.js"
],
"duration": 57.84776899998542,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"not-accessor-property.js"
],
"duration": 57.56065599992871,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 0.4265159999486059,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 59.245518999989145,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 57.811864999937825,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 1.0720809999620542,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 0.7147150000091642,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 58.841230000020005,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 58.591189999948256,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-computed.js"
],
"duration": 0.582808000035584,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-computed.js"
],
"duration": 58.43720799998846,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-computed.js"
],
"duration": 57.82056100002956,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-computed.js"
],
"duration": 1.2215200000209734,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-computed.js"
],
"duration": 0.7653290000744164,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-computed.js"
],
"duration": 58.83939099998679,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-computed.js"
],
"duration": 60.780266999965534,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-private.js"
],
"duration": 0.4201240000547841,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-private.js"
],
"duration": 57.667768000043,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-private.js"
],
"duration": 57.95912499993574,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-private.js"
],
"duration": 1.0773610000032932,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-private.js"
],
"duration": 0.734070000005886,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-private.js"
],
"duration": 57.53532800008543,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-private.js"
],
"duration": 58.28913900000043,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 0.4337900000391528,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 57.58246800000779,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 58.335932999965735,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 1.2264289999147877,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 0.7410529999760911,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 57.97565899998881,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 57.81506200006697,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js"
],
"duration": 0.41682699997909367,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with-semicolon-1.js"
],
"duration": 58.400680999970064,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js"
],
"duration": 59.025543999974616,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js"
],
"duration": 1.091647999943234,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js"
],
"duration": 0.7035639999667183,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js"
],
"duration": 58.095485999947414,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js"
],
"duration": 58.96607900003437,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js"
],
"duration": 0.4385780000593513,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with-semicolon-2.js"
],
"duration": 59.87045799999032,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js"
],
"duration": 58.92934300005436,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js"
],
"duration": 1.0845550000667572,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js"
],
"duration": 0.7545690000988543,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js"
],
"duration": 58.57192200003192,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js"
],
"duration": 58.00119900004938,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"basic.js - {\"semi\":false}"
],
"duration": 0.43985099997371435,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"basic.js - {\"semi\":false}"
],
"duration": 56.832700999919325,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"basic.js - {\"semi\":false}"
],
"duration": 57.49102600000333,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"basic.js - {\"semi\":false}"
],
"duration": 1.0965480000013486,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"basic.js - {\"semi\":false}"
],
"duration": 0.7524449999909848,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"basic.js - {\"semi\":false}"
],
"duration": 58.28567000001203,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"basic.js - {\"semi\":false}"
],
"duration": 58.52491600008216,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 0.48090800002682954,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 57.60391199996229,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 56.932874000049196,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 1.1017569999676198,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 0.6993660000152886,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 57.143641000031494,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 57.642698999959975,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 0.4313560000155121,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 57.93183899996802,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 56.757740000030026,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 1.1080279999878258,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 0.712881000014022,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 57.42595500010066,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 57.88402900006622,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"not-accessor-method.js - {\"semi\":false}"
],
"duration": 0.45514999993611127,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"not-accessor-method.js - {\"semi\":false}"
],
"duration": 58.77617900003679,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"not-accessor-method.js - {\"semi\":false}"
],
"duration": 59.60197900002822,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"not-accessor-method.js - {\"semi\":false}"
],
"duration": 57.16665999998804,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"not-accessor-method.js - {\"semi\":false}"
],
"duration": 57.48826899996493,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"not-accessor-method.js - {\"semi\":false}"
],
"duration": 57.308405000017956,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"not-accessor-method.js - {\"semi\":false}"
],
"duration": 57.007163000060245,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"not-accessor-method.js - {\"semi\":false}"
],
"duration": 57.65216299996246,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"not-accessor-property.js - {\"semi\":false}"
],
"duration": 0.4448809999739751,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"not-accessor-property.js - {\"semi\":false}"
],
"duration": 58.62908199999947,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"not-accessor-property.js - {\"semi\":false}"
],
"duration": 58.015956999966875,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"not-accessor-property.js - {\"semi\":false}"
],
"duration": 57.474340000073425,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"not-accessor-property.js - {\"semi\":false}"
],
"duration": 58.156943000038154,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"not-accessor-property.js - {\"semi\":false}"
],
"duration": 57.89646299998276,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"not-accessor-property.js - {\"semi\":false}"
],
"duration": 57.538671000045724,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"not-accessor-property.js - {\"semi\":false}"
],
"duration": 57.24624899995979,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 0.5403579999692738,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 58.90825999993831,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 58.279687999980524,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 1.1289680000627413,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 0.720035000005737,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 60.2749129999429,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 59.013228000025265,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-computed.js - {\"semi\":false}"
],
"duration": 0.4949740000301972,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-computed.js - {\"semi\":false}"
],
"duration": 59.27086899999995,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-computed.js - {\"semi\":false}"
],
"duration": 57.121756999986246,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-computed.js - {\"semi\":false}"
],
"duration": 1.1222149999812245,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-computed.js - {\"semi\":false}"
],
"duration": 0.7229489999590442,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-computed.js - {\"semi\":false}"
],
"duration": 56.7543730000034,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-computed.js - {\"semi\":false}"
],
"duration": 57.93083500000648,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-private.js - {\"semi\":false}"
],
"duration": 0.47861400002148,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-private.js - {\"semi\":false}"
],
"duration": 57.187395000015385,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-private.js - {\"semi\":false}"
],
"duration": 57.46443900000304,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-private.js - {\"semi\":false}"
],
"duration": 1.1360209999838844,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-private.js - {\"semi\":false}"
],
"duration": 0.7592570000560954,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-private.js - {\"semi\":false}"
],
"duration": 57.154618000029586,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-private.js - {\"semi\":false}"
],
"duration": 58.060785999987274,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 0.4254040000960231,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 57.307022999972105,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 57.80743899999652,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 1.1300099999643862,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 0.7275580000132322,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 57.015397000010125,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 57.70063800003845,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js - {\"semi\":false}"
],
"duration": 0.5335359999444336,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with-semicolon-1.js - {\"semi\":false}"
],
"duration": 60.48338899994269,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js - {\"semi\":false}"
],
"duration": 58.53949899994768,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js - {\"semi\":false}"
],
"duration": 1.1822269998956472,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js - {\"semi\":false}"
],
"duration": 0.7425870000151917,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js - {\"semi\":false}"
],
"duration": 57.53609900001902,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js - {\"semi\":false}"
],
"duration": 57.230651000048965,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js - {\"semi\":false}"
],
"duration": 0.4289509999798611,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with-semicolon-2.js - {\"semi\":false}"
],
"duration": 56.63219899998512,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js - {\"semi\":false}"
],
"duration": 58.070478000096045,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js - {\"semi\":false}"
],
"duration": 1.0967769999988377,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js - {\"semi\":false}"
],
"duration": 0.7233100000303239,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js - {\"semi\":false}"
],
"duration": 58.368294000043534,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js - {\"semi\":false}"
],
"duration": 60.57337999995798,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "break-continue-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `break-continue-statements.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -20,12 +20,12 @@\n break; /* comment */\n continue; /* comment */\n }\n \n loop: for (;;) {\n - break /* comment */ loop;\n - break loop /* comment */;\n - continue /* comment */ loop;\n - continue loop /* comment */;\n + break loop; /* comment */\n + break loop; /* comment */\n + continue loop; /* comment */\n + continue loop; /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nempty-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty-statements.js format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -23,22 +23,18 @@\n + /* 6 */\n e // 7\n );\n \n =====================================output=====================================\n - a; /* a */ // b\n - /* c */\n - foo; // first\n - // second\n - // third\n - function x() {} // first\n - // second\n + a; /* a */ /* c */ // b\n +\n + foo; // first // second // third\n +\n + function x() {} // first // second\n +\n a =\n - b + // 1\n - // 2\n - c + // 3\n - // 4\n - d + // 5\n - /* 6 */\n + b + // 1 // 2\n + c + // 3 // 4\n + d /* 6 */ + // 5\n e; // 7\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nexport.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -44,11 +44,11 @@\n \t\t bazz,\n }\n \n =====================================output=====================================\n export //comment\n - {};\n + {};\n \n export /* comment */ {};\n \n const foo = \"\";\n export {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\njsdoc-nestled-dangling.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled-dangling.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -23,11 +23,12 @@\n {\n {\n o = {\n /**\n * A\n - *//**\n + */\n + /**\n * B\n */\n };\n }\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\njsdoc-nestled.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled.js format 1`\n \n - Snapshot - 4\n + Received + 7\n \n @@ -33,21 +33,22 @@\n */\n \n =====================================output=====================================\n const issues = {\n see: \"#7724 and #12653\",\n - /** Trailing comment 1 (not nestled as both comments should be multiline for that) */ /**\n + /** Trailing comment 1 (not nestled as both comments should be multiline for that) */\n + /**\n * Trailing comment 2\n */\n };\n \n /**\n * @template T\n * @param {Type} type\n * @param {T} value\n * @return {Value}\n - *//**\n + */ /**\n * @param {Type} type\n * @return {Value}\n */\n function value(type, value) {\n if (arguments.length === 2) {\n @@ -56,10 +57,12 @@\n return new Value(type);\n }\n }\n \n /** Trailing nestled comment 1\n - *//** Trailing nestled comment 2\n - *//** Trailing nestled comment 3\n + */\n + /** Trailing nestled comment 2\n + */\n + /** Trailing nestled comment 3\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nlast-arg.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `last-arg.js format 1`\n \n - Snapshot - 9\n + Received + 3\n \n @@ -59,26 +59,20 @@\n lol3 /*string*/,\n lol4 /*string*/,\n ) /*string*/ {}\n \n // prettier-ignore\n - c(lol /*string*/\n - ) {}\n + c(lol /*string*/) {}\n \n // prettier-ignore\n - d(\n - lol /*string*/,\n - lol2 /*string*/,\n - lol3 /*string*/,\n - lol4 /*string*/\n - ) {}\n + d(lol /*string*/, lol2 /*string*/, lol3 /*string*/, lol4 /*string*/) {}\n \n // prettier-ignore\n e(\n lol /*string*/,\n lol2 /*string*/,\n lol3 /*string*/,\n - lol4 /*string*/\n + lol4 /*string*/,\n ) {} /* string*/\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmulti-comments-on-same-line.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multi-comments-on-same-line.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -114,14 +114,14 @@\n a; /*\n 1*/ /*2*/ /*3\n */\n b;\n \n - a;\n - /*\n + a; /*\n 1*/ /*2*/ /*3\n - */ b;\n + */\n + b;\n \n /*========= First two on same line =========*/\n a;\n /*1*/ /*2*/\n /*3*/\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nreturn-statement.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-statement.js format 1`\n \n - Snapshot - 18\n + Received + 9\n \n @@ -206,39 +206,32 @@\n }\n \n function binaryInBinaryLeft() {\n return (\n // Reason for 42\n - 42 *\n - 84 +\n - 2\n + 42 * 84 + 2\n );\n }\n \n function binaryInBinaryRight() {\n return (\n // Reason for 42\n - 42 +\n - 84 * 2\n + 42 + 84 * 2\n );\n }\n \n function conditional() {\n return (\n // Reason for 42\n - 42\n - ? 1\n - : 2\n + 42 ? 1 : 2\n );\n }\n \n function binaryInConditional() {\n return (\n // Reason for 42\n - 42 * 3\n - ? 1\n - : 2\n + 42 * 3 ? 1 : 2\n );\n }\n \n function call() {\n return (\n @@ -261,13 +254,13 @@\n );\n }\n \n function memberInAndOutWithCalls() {\n return (\n + // Reason for a\n aFunction\n - .b// Reason for a\n - ()\n + .b()\n .c.d()\n );\n }\n \n function excessiveEverything() {\n @@ -302,15 +295,13 @@\n function inlineComment() {\n return /* hi */ 42 || 42;\n }\n \n function multilineBlockSameLine() {\n - return (\n - /**\n - * @type {string}\n - */ \"result\"\n - );\n + return /**\n + * @type {string}\n + */ \"result\";\n }\n \n function multilineBlockNextLine() {\n return (\n /**\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntagged-template-literal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tagged-template-literal.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -27,11 +27,11 @@\n \n foo // comment\n `\n `;\n \n - foo/* comment */ `\n + foo /* comment */`\n `;\n \n foo /* comment */`\n `;\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntrailing-jsdocs.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing-jsdocs.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -32,23 +32,27 @@\n CONNECTED: Object.freeze({ kind: \"CONNECTED\" }),\n CONNECTING: Object.freeze({ kind: \"CONNECTING\" }),\n NOT_CONNECTED: Object.freeze({ kind: \"NOT_CONNECTED\" }),\n });\n \n - /* A comment */ /**\n + /* A comment */\n + /**\n * A type that can be written to a buffer.\n - */ /**\n + */\n + /**\n * Describes the connection status of a ReactiveSocket/DuplexConnection.\n * - NOT_CONNECTED: no connection established or pending.\n * - CONNECTING: when `connect()` has been called but a connection is not yet\n * established.\n * - CONNECTED: when a connection is established.\n * - CLOSED: when the connection has been explicitly closed via `close()`.\n * - ERROR: when the connection has been closed for any other reason.\n - */ /**\n + */\n + /**\n * A contract providing different interaction models per the [ReactiveSocket protocol]\n * (https://github.com/ReactiveSocket/reactivesocket/blob/master/Protocol.md).\n - */ /**\n + */\n + /**\n * A single unit of data exchanged between the peers of a `ReactiveSocket`.\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntrailing_space.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing_space.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -8,11 +8,11 @@\n // Do not trim trailing whitespace from this source file!\n \n // There is some space here -> \n \n =====================================output=====================================\n - #!/there/is-space-here->\n + #!/there/is-space-here-> \n \n // Do not trim trailing whitespace from this source file!\n \n // There is some space here ->\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -28,20 +28,20 @@\n // Comment\n {\n key: \"value\",\n };\n \n - let record =\n - // Comment\n - #{\n - key: \"value\",\n - };\n + let record = // Comment\n + #;\n + {\n + key: \"value\";\n + }\n \n let array =\n // Comment\n [\"value\"];\n \n - let tuple =\n - // Comment\n - #[\"value\"];\n + let tuple = // Comment\n + #;\n + [\"value\"];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #0 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #0 format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -5,9 +5,10 @@\n =====================================input======================================\n var a = { /* comment */ \n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #1 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #1 format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -5,9 +5,10 @@\n =====================================input======================================\n var a = { /* comment */\n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbreak-continue-statements.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `break-continue-statements.js - {\"semi\":false} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -21,12 +21,12 @@\n break /* comment */\n continue /* comment */\n }\n \n loop: for (;;) {\n - break /* comment */ loop\n break loop /* comment */\n - continue /* comment */ loop\n + break loop /* comment */\n + continue loop /* comment */\n continue loop /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nempty-statements.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty-statements.js - {\"semi\":false} format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -24,22 +24,18 @@\n + /* 6 */\n e // 7\n );\n \n =====================================output=====================================\n - a /* a */ // b\n - /* c */\n - foo // first\n - // second\n - // third\n - function x() {} // first\n - // second\n + a /* a */ /* c */ // b\n +\n + foo // first // second // third\n +\n + function x() {} // first // second\n +\n a =\n - b + // 1\n - // 2\n - c + // 3\n - // 4\n - d + // 5\n - /* 6 */\n + b + // 1 // 2\n + c + // 3 // 4\n + d /* 6 */ + // 5\n e // 7\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nexport.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -45,11 +45,11 @@\n \t\t bazz,\n }\n \n =====================================output=====================================\n export //comment\n - {}\n + {}\n \n export /* comment */ {}\n \n const foo = \"\"\n export {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\njsdoc-nestled-dangling.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled-dangling.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -24,11 +24,12 @@\n {\n {\n o = {\n /**\n * A\n - *//**\n + */\n + /**\n * B\n */\n }\n }\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\njsdoc-nestled.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 7\n \n @@ -34,21 +34,22 @@\n */\n \n =====================================output=====================================\n const issues = {\n see: \"#7724 and #12653\",\n - /** Trailing comment 1 (not nestled as both comments should be multiline for that) */ /**\n + /** Trailing comment 1 (not nestled as both comments should be multiline for that) */\n + /**\n * Trailing comment 2\n */\n }\n \n /**\n * @template T\n * @param {Type} type\n * @param {T} value\n * @return {Value}\n - *//**\n + */ /**\n * @param {Type} type\n * @return {Value}\n */\n function value(type, value) {\n if (arguments.length === 2) {\n @@ -57,10 +58,12 @@\n return new Value(type)\n }\n }\n \n /** Trailing nestled comment 1\n - *//** Trailing nestled comment 2\n - *//** Trailing nestled comment 3\n + */\n + /** Trailing nestled comment 2\n + */\n + /** Trailing nestled comment 3\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nlast-arg.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `last-arg.js - {\"semi\":false} format 1`\n \n - Snapshot - 9\n + Received + 3\n \n @@ -60,26 +60,20 @@\n lol3 /*string*/,\n lol4 /*string*/,\n ) /*string*/ {}\n \n // prettier-ignore\n - c(lol /*string*/\n - ) {}\n + c(lol /*string*/) {}\n \n // prettier-ignore\n - d(\n - lol /*string*/,\n - lol2 /*string*/,\n - lol3 /*string*/,\n - lol4 /*string*/\n - ) {}\n + d(lol /*string*/, lol2 /*string*/, lol3 /*string*/, lol4 /*string*/) {}\n \n // prettier-ignore\n e(\n lol /*string*/,\n lol2 /*string*/,\n lol3 /*string*/,\n - lol4 /*string*/\n + lol4 /*string*/,\n ) {} /* string*/\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmulti-comments-on-same-line.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multi-comments-on-same-line.js - {\"semi\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -115,14 +115,14 @@\n a /*\n 1*/ /*2*/ /*3\n */\n b\n \n - a\n - /*\n + a /*\n 1*/ /*2*/ /*3\n - */ b\n + */\n + b\n \n /*========= First two on same line =========*/\n a\n /*1*/ /*2*/\n /*3*/\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nreturn-statement.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-statement.js - {\"semi\":false} format 1`\n \n - Snapshot - 18\n + Received + 9\n \n @@ -207,39 +207,32 @@\n }\n \n function binaryInBinaryLeft() {\n return (\n // Reason for 42\n - 42 *\n - 84 +\n - 2\n + 42 * 84 + 2\n )\n }\n \n function binaryInBinaryRight() {\n return (\n // Reason for 42\n - 42 +\n - 84 * 2\n + 42 + 84 * 2\n )\n }\n \n function conditional() {\n return (\n // Reason for 42\n - 42\n - ? 1\n - : 2\n + 42 ? 1 : 2\n )\n }\n \n function binaryInConditional() {\n return (\n // Reason for 42\n - 42 * 3\n - ? 1\n - : 2\n + 42 * 3 ? 1 : 2\n )\n }\n \n function call() {\n return (\n @@ -262,13 +255,13 @@\n )\n }\n \n function memberInAndOutWithCalls() {\n return (\n + // Reason for a\n aFunction\n - .b// Reason for a\n - ()\n + .b()\n .c.d()\n )\n }\n \n function excessiveEverything() {\n @@ -303,15 +296,13 @@\n function inlineComment() {\n return /* hi */ 42 || 42\n }\n \n function multilineBlockSameLine() {\n - return (\n - /**\n - * @type {string}\n - */ \"result\"\n - )\n + return /**\n + * @type {string}\n + */ \"result\"\n }\n \n function multilineBlockNextLine() {\n return (\n /**\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntagged-template-literal.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tagged-template-literal.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -28,11 +28,11 @@\n \n foo // comment\n `\n `\n \n - foo/* comment */ `\n + foo /* comment */`\n `\n \n foo /* comment */`\n `\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntrailing-jsdocs.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing-jsdocs.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -33,23 +33,27 @@\n CONNECTED: Object.freeze({ kind: \"CONNECTED\" }),\n CONNECTING: Object.freeze({ kind: \"CONNECTING\" }),\n NOT_CONNECTED: Object.freeze({ kind: \"NOT_CONNECTED\" }),\n })\n \n - /* A comment */ /**\n + /* A comment */\n + /**\n * A type that can be written to a buffer.\n - */ /**\n + */\n + /**\n * Describes the connection status of a ReactiveSocket/DuplexConnection.\n * - NOT_CONNECTED: no connection established or pending.\n * - CONNECTING: when `connect()` has been called but a connection is not yet\n * established.\n * - CONNECTED: when a connection is established.\n * - CLOSED: when the connection has been explicitly closed via `close()`.\n * - ERROR: when the connection has been closed for any other reason.\n - */ /**\n + */\n + /**\n * A contract providing different interaction models per the [ReactiveSocket protocol]\n * (https://github.com/ReactiveSocket/reactivesocket/blob/master/Protocol.md).\n - */ /**\n + */\n + /**\n * A single unit of data exchanged between the peers of a `ReactiveSocket`.\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntrailing_space.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing_space.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,11 +9,11 @@\n // Do not trim trailing whitespace from this source file!\n \n // There is some space here -> \n \n =====================================output=====================================\n - #!/there/is-space-here->\n + #!/there/is-space-here-> \n \n // Do not trim trailing whitespace from this source file!\n \n // There is some space here ->\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"semi\":false} format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -29,20 +29,20 @@\n // Comment\n {\n key: \"value\",\n }\n \n - let record =\n - // Comment\n - #{\n - key: \"value\",\n - }\n + let record = // Comment\n + #\n + {\n + key: \"value\"\n + }\n \n let array =\n // Comment\n [\"value\"]\n \n - let tuple =\n - // Comment\n - #[\"value\"]\n + let tuple = // Comment\n + #\n + ;[\"value\"]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #0 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #0 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -6,9 +6,10 @@\n =====================================input======================================\n var a = { /* comment */ \n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #1 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #1 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -6,9 +6,10 @@\n =====================================input======================================\n var a = { /* comment */\n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 28,
"numPassingTests": 818,
"numPendingTests": 0,
"perfStats": {
"start": 123865.88998899999,
"end": 174005.969523,
"runtime": 50140,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 76,
"unchecked": 0,
"unmatched": 28,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arrow.js"
],
"duration": 0.4878510000417009,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 58.402538000023924,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 59.60983899992425,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 59.05777600000147,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 57.63928800006397,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 57.362020000000484,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 59.1331459999783,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 59.469933999935165,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 57.072601000079885,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 0.4363339999690652,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 59.872960999957286,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 60.853899999987334,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 59.63594499998726,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 58.18371400004253,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 59.026057000039145,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 58.79172400000971,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 59.97582300007343,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 59.031270999927074,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"before-comma.js"
],
"duration": 0.41576600004918873,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"before-comma.js"
],
"duration": 57.845767999999225,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"before-comma.js"
],
"duration": 58.113769999938086,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"before-comma.js"
],
"duration": 59.68094300001394,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"before-comma.js"
],
"duration": 60.30917399993632,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"before-comma.js"
],
"duration": 58.487360999919474,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"before-comma.js"
],
"duration": 58.90672700002324,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"before-comma.js"
],
"duration": 58.20043700002134,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"before-comma.js"
],
"duration": 59.16565300000366,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js"
],
"duration": 0.4211460000369698,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js"
],
"duration": 63.31831500004046,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js"
],
"duration": 60.81943599996157,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js"
],
"duration": 59.16509500006214,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js"
],
"duration": 59.42285400000401,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js"
],
"duration": 59.889752000104636,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js"
],
"duration": 60.059674000018276,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js"
],
"duration": 61.43829399999231,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js"
],
"duration": 60.322609999915585,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js"
],
"duration": 0.4684040000429377,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js"
],
"duration": 59.5378020000644,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js"
],
"duration": 58.85660800000187,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js"
],
"duration": 59.92691299994476,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js"
],
"duration": 59.236687000025995,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js"
],
"duration": 58.979580000042915,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js"
],
"duration": 59.300125000067055,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js"
],
"duration": 57.18046099995263,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js"
],
"duration": 57.73659499990754,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js"
],
"duration": 0.4090830000350252,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js"
],
"duration": 60.098887000000104,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js"
],
"duration": 59.783535000053234,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js"
],
"duration": 58.347946000052616,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js"
],
"duration": 58.82755399995949,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js"
],
"duration": 59.20440599997528,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js"
],
"duration": 57.81897699995898,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js"
],
"duration": 59.232860999996774,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js"
],
"duration": 57.761966999969445,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary-expressions.js"
],
"duration": 0.4897740000160411,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary-expressions.js"
],
"duration": 64.02797000005376,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary-expressions.js"
],
"duration": 61.45427599991672,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary-expressions.js"
],
"duration": 60.29714599996805,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary-expressions.js"
],
"duration": 59.55440600006841,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary-expressions.js"
],
"duration": 59.289163999957964,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary-expressions.js"
],
"duration": 61.98473899997771,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary-expressions.js"
],
"duration": 60.543655000044964,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary-expressions.js"
],
"duration": 61.377934999996796,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"blank.js"
],
"duration": 0.42051500000525266,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"blank.js"
],
"duration": 57.89288800000213,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"blank.js"
],
"duration": 63.16788500000257,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"blank.js"
],
"duration": 59.01410200004466,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"blank.js"
],
"duration": 57.57847900001798,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"blank.js"
],
"duration": 57.87579600000754,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"blank.js"
],
"duration": 57.63360499998089,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"blank.js"
],
"duration": 58.06683999998495,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"blank.js"
],
"duration": 59.07827099994756,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"break-continue-statements.js"
],
"duration": 0.6133350000018254,
"failureMessages": [
"break-continue-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `break-continue-statements.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -20,12 +20,12 @@\n break; /* comment */\n continue; /* comment */\n }\n \n loop: for (;;) {\n - break /* comment */ loop;\n - break loop /* comment */;\n - continue /* comment */ loop;\n - continue loop /* comment */;\n + break loop; /* comment */\n + break loop; /* comment */\n + continue loop; /* comment */\n + continue loop; /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"break-continue-statements.js"
],
"duration": 59.25205099990126,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"break-continue-statements.js"
],
"duration": 60.19239300000481,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"break-continue-statements.js"
],
"duration": 59.44105899997521,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"break-continue-statements.js"
],
"duration": 58.77063799998723,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"break-continue-statements.js"
],
"duration": 58.9746949999826,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"break-continue-statements.js"
],
"duration": 58.25527399999555,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"break-continue-statements.js"
],
"duration": 58.67732200003229,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"break-continue-statements.js"
],
"duration": 59.83210700005293,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"call_comment.js"
],
"duration": 0.4125700000440702,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call_comment.js"
],
"duration": 59.66717799997423,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"call_comment.js"
],
"duration": 63.40578899998218,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"call_comment.js"
],
"duration": 59.29627699998673,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call_comment.js"
],
"duration": 59.001979000051506,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call_comment.js"
],
"duration": 58.14265199995134,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call_comment.js"
],
"duration": 59.45591599994805,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"call_comment.js"
],
"duration": 58.689944999990985,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"call_comment.js"
],
"duration": 59.61700800003018,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 0.39774299995042384,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 60.45472000003792,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 59.44289100007154,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 58.63119200000074,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 59.24268999998458,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 58.02505099994596,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 59.47839199996088,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 58.27121199993417,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 59.66543699998874,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dangling.js"
],
"duration": 0.4695170000195503,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dangling.js"
],
"duration": 60.02259400009643,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dangling.js"
],
"duration": 60.47765800007619,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dangling.js"
],
"duration": 58.50960200000554,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dangling.js"
],
"duration": 58.98641499993391,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dangling.js"
],
"duration": 59.06178300001193,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dangling.js"
],
"duration": 59.95686699997168,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dangling.js"
],
"duration": 61.223979000002146,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dangling.js"
],
"duration": 60.2851340000052,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dangling_array.js"
],
"duration": 0.4020210000453517,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dangling_array.js"
],
"duration": 59.42184199998155,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dangling_array.js"
],
"duration": 59.53543399996124,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dangling_array.js"
],
"duration": 59.149313000030816,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dangling_array.js"
],
"duration": 58.60105900000781,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dangling_array.js"
],
"duration": 59.05244399991352,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dangling_array.js"
],
"duration": 57.93616799998563,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dangling_array.js"
],
"duration": 59.61807199998293,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dangling_array.js"
],
"duration": 59.64844799996354,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dangling_for.js"
],
"duration": 0.4232400000328198,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dangling_for.js"
],
"duration": 57.870207000058144,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dangling_for.js"
],
"duration": 57.88748699997086,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dangling_for.js"
],
"duration": 56.81867000006605,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dangling_for.js"
],
"duration": 57.25658899999689,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dangling_for.js"
],
"duration": 57.727565000066534,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dangling_for.js"
],
"duration": 58.48076800000854,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dangling_for.js"
],
"duration": 57.45115199999418,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dangling_for.js"
],
"duration": 57.84419800003525,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dynamic_imports.js"
],
"duration": 0.3964909999631345,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dynamic_imports.js"
],
"duration": 60.64016499998979,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dynamic_imports.js"
],
"duration": 59.92388000001665,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dynamic_imports.js"
],
"duration": 58.98556599998847,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dynamic_imports.js"
],
"duration": 58.80953099997714,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dynamic_imports.js"
],
"duration": 59.18002100009471,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dynamic_imports.js"
],
"duration": 59.007305999984965,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dynamic_imports.js"
],
"duration": 59.83020399999805,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dynamic_imports.js"
],
"duration": 58.96100200002547,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"emoji.js"
],
"duration": 0.42137600004207343,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"emoji.js"
],
"duration": 60.00404100003652,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"emoji.js"
],
"duration": 60.383869000012055,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"emoji.js"
],
"duration": 59.16323700000066,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"emoji.js"
],
"duration": 59.099019000073895,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"emoji.js"
],
"duration": 58.49676599993836,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"emoji.js"
],
"duration": 58.757146000047214,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"emoji.js"
],
"duration": 71.60841500002425,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"emoji.js"
],
"duration": 59.78847599995788,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty-statements.js"
],
"duration": 0.7263159999856725,
"failureMessages": [
"empty-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty-statements.js format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -23,22 +23,18 @@\n + /* 6 */\n e // 7\n );\n \n =====================================output=====================================\n - a; /* a */ // b\n - /* c */\n - foo; // first\n - // second\n - // third\n - function x() {} // first\n - // second\n + a; /* a */ /* c */ // b\n +\n + foo; // first // second // third\n +\n + function x() {} // first // second\n +\n a =\n - b + // 1\n - // 2\n - c + // 3\n - // 4\n - d + // 5\n - /* 6 */\n + b + // 1 // 2\n + c + // 3 // 4\n + d /* 6 */ + // 5\n e; // 7\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"empty-statements.js"
],
"duration": 60.528276999946684,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty-statements.js"
],
"duration": 59.87860399996862,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty-statements.js"
],
"duration": 60.724509999970905,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty-statements.js"
],
"duration": 59.40433200006373,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty-statements.js"
],
"duration": 59.347263999981806,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty-statements.js"
],
"duration": 60.243574000080116,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty-statements.js"
],
"duration": 61.84999699995387,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty-statements.js"
],
"duration": 61.18274700001348,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export-and-import.js"
],
"duration": 0.5104530000826344,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export-and-import.js"
],
"duration": 62.10178399994038,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export-and-import.js"
],
"duration": 61.74392000003718,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export-and-import.js"
],
"duration": 59.729766999953426,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-and-import.js"
],
"duration": 62.0677929999074,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-and-import.js"
],
"duration": 59.93199899990577,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-and-import.js"
],
"duration": 65.48446299997158,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-and-import.js"
],
"duration": 61.30364399997052,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-and-import.js"
],
"duration": 59.00898000004236,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 0.6555739999748766,
"failureMessages": [
"export.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -44,11 +44,11 @@\n \t\t bazz,\n }\n \n =====================================output=====================================\n export //comment\n - {};\n + {};\n \n export /* comment */ {};\n \n const foo = \"\";\n export {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 61.09901500004344,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 62.20785800006706,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 59.4536439999938,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 59.48818200000096,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 58.551490999991074,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 60.16618399997242,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 59.44507000001613,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 60.892689000000246,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"first-line.js"
],
"duration": 0.4662399999797344,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"first-line.js"
],
"duration": 61.26568700000644,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"first-line.js"
],
"duration": 60.643133999896236,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"first-line.js"
],
"duration": 59.37115699995775,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"first-line.js"
],
"duration": 58.01323899999261,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"first-line.js"
],
"duration": 61.355234000016935,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"first-line.js"
],
"duration": 61.37054200004786,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"first-line.js"
],
"duration": 58.97546800004784,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"first-line.js"
],
"duration": 57.467139000073075,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 0.5111240000696853,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 69.98846999998204,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 66.91461300000083,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 63.85671600000933,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 63.833669000072405,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 63.24669700011145,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 65.50962000002619,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 64.90870599995833,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 64.7890840000473,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 0.5115649999352172,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 72.66337500000373,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 62.179822999984026,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 60.7371099999873,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 59.50381800008472,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 60.202322000055574,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 59.50032099999953,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 61.97369999997318,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 60.16186400002334,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-3532.js"
],
"duration": 0.5126669999444857,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-3532.js"
],
"duration": 62.15962599997874,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-3532.js"
],
"duration": 62.2168159999419,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-3532.js"
],
"duration": 60.088655000086874,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-3532.js"
],
"duration": 58.268123999936506,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-3532.js"
],
"duration": 59.48365000006743,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-3532.js"
],
"duration": 60.21526800002903,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-3532.js"
],
"duration": 60.58373199997004,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-3532.js"
],
"duration": 62.47828699997626,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issues.js"
],
"duration": 0.4540280000073835,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issues.js"
],
"duration": 70.71610299998429,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issues.js"
],
"duration": 67.05401500000153,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issues.js"
],
"duration": 63.160950999939814,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issues.js"
],
"duration": 75.09637099993415,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issues.js"
],
"duration": 64.82753699994646,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issues.js"
],
"duration": 66.57248600001913,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issues.js"
],
"duration": 64.15857299999334,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issues.js"
],
"duration": 66.34164600004442,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js"
],
"duration": 0.6283530000364408,
"failureMessages": [
"jsdoc-nestled-dangling.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled-dangling.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -23,11 +23,12 @@\n {\n {\n o = {\n /**\n * A\n - *//**\n + */\n + /**\n * B\n */\n };\n }\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js"
],
"duration": 57.715128000010736,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js"
],
"duration": 58.25804500002414,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js"
],
"duration": 57.62321900005918,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js"
],
"duration": 58.79577500000596,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js"
],
"duration": 57.25802399998065,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js"
],
"duration": 58.35878899996169,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js"
],
"duration": 57.75883700000122,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js"
],
"duration": 57.43881700001657,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js"
],
"duration": 0.6653919999953359,
"failureMessages": [
"jsdoc-nestled.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled.js format 1`\n \n - Snapshot - 4\n + Received + 7\n \n @@ -33,21 +33,22 @@\n */\n \n =====================================output=====================================\n const issues = {\n see: \"#7724 and #12653\",\n - /** Trailing comment 1 (not nestled as both comments should be multiline for that) */ /**\n + /** Trailing comment 1 (not nestled as both comments should be multiline for that) */\n + /**\n * Trailing comment 2\n */\n };\n \n /**\n * @template T\n * @param {Type} type\n * @param {T} value\n * @return {Value}\n - *//**\n + */ /**\n * @param {Type} type\n * @return {Value}\n */\n function value(type, value) {\n if (arguments.length === 2) {\n @@ -56,10 +57,12 @@\n return new Value(type);\n }\n }\n \n /** Trailing nestled comment 1\n - *//** Trailing nestled comment 2\n - *//** Trailing nestled comment 3\n + */\n + /** Trailing nestled comment 2\n + */\n + /** Trailing nestled comment 3\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js"
],
"duration": 60.93059199990239,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js"
],
"duration": 62.9223939999938,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js"
],
"duration": 58.60090700001456,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js"
],
"duration": 60.037127000046894,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js"
],
"duration": 59.09285000001546,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js"
],
"duration": 60.66880499990657,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js"
],
"duration": 59.41788599989377,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js"
],
"duration": 61.937812000047415,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsdoc.js"
],
"duration": 0.4419449999695644,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsdoc.js"
],
"duration": 61.40107099991292,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsdoc.js"
],
"duration": 62.93829900003038,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsdoc.js"
],
"duration": 61.42606099997647,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsdoc.js"
],
"duration": 63.91621799999848,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsdoc.js"
],
"duration": 61.31357700005174,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsdoc.js"
],
"duration": 61.93680799996946,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsdoc.js"
],
"duration": 62.12155499996152,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsdoc.js"
],
"duration": 62.40706800005864,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 0.48320200003217906,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 77.52169500000309,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 72.84400100004859,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 64.18614899995737,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 64.96947799995542,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 63.55980299995281,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 64.01007099996787,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 64.16395399998873,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 65.76309300004505,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"last-arg.js"
],
"duration": 0.7150050000054762,
"failureMessages": [
"last-arg.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `last-arg.js format 1`\n \n - Snapshot - 9\n + Received + 3\n \n @@ -59,26 +59,20 @@\n lol3 /*string*/,\n lol4 /*string*/,\n ) /*string*/ {}\n \n // prettier-ignore\n - c(lol /*string*/\n - ) {}\n + c(lol /*string*/) {}\n \n // prettier-ignore\n - d(\n - lol /*string*/,\n - lol2 /*string*/,\n - lol3 /*string*/,\n - lol4 /*string*/\n - ) {}\n + d(lol /*string*/, lol2 /*string*/, lol3 /*string*/, lol4 /*string*/) {}\n \n // prettier-ignore\n e(\n lol /*string*/,\n lol2 /*string*/,\n lol3 /*string*/,\n - lol4 /*string*/\n + lol4 /*string*/,\n ) {} /* string*/\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"last-arg.js"
],
"duration": 67.08857800008263,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"last-arg.js"
],
"duration": 65.79028399998788,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"last-arg.js"
],
"duration": 62.00147200003266,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"last-arg.js"
],
"duration": 61.08150400000159,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"last-arg.js"
],
"duration": 60.593570000026375,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"last-arg.js"
],
"duration": 59.515879999962635,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"last-arg.js"
],
"duration": 59.135405999957584,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"last-arg.js"
],
"duration": 59.978965000016615,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multi-comments-2.js"
],
"duration": 0.4546589999226853,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multi-comments-2.js"
],
"duration": 64.37223300000187,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multi-comments-2.js"
],
"duration": 59.92953600001056,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multi-comments-2.js"
],
"duration": 58.340142000000924,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multi-comments-2.js"
],
"duration": 59.380062000011094,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multi-comments-2.js"
],
"duration": 57.81541499996092,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multi-comments-2.js"
],
"duration": 58.4045159999514,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multi-comments-2.js"
],
"duration": 60.752979000099,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multi-comments-2.js"
],
"duration": 58.354392000008374,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js"
],
"duration": 0.4116379999322817,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js"
],
"duration": 58.978948000003584,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js"
],
"duration": 59.861865999992006,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js"
],
"duration": 58.99457700003404,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js"
],
"duration": 59.77870499994606,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js"
],
"duration": 58.66862900007982,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js"
],
"duration": 58.08106100000441,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js"
],
"duration": 58.48918400006369,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js"
],
"duration": 59.26381999999285,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js"
],
"duration": 0.7727930000983179,
"failureMessages": [
"multi-comments-on-same-line.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multi-comments-on-same-line.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -114,14 +114,14 @@\n a; /*\n 1*/ /*2*/ /*3\n */\n b;\n \n - a;\n - /*\n + a; /*\n 1*/ /*2*/ /*3\n - */ b;\n + */\n + b;\n \n /*========= First two on same line =========*/\n a;\n /*1*/ /*2*/\n /*3*/\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js"
],
"duration": 84.6163500000257,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js"
],
"duration": 59.861158000072464,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js"
],
"duration": 59.816242999979295,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js"
],
"duration": 59.606266999966465,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js"
],
"duration": 59.137885999982245,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js"
],
"duration": 61.09415599994827,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js"
],
"duration": 60.491611999925226,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js"
],
"duration": 60.103857999900356,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multi-comments.js"
],
"duration": 0.4846150000812486,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multi-comments.js"
],
"duration": 59.58288900007028,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multi-comments.js"
],
"duration": 59.010005999938585,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multi-comments.js"
],
"duration": 64.17062599991914,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multi-comments.js"
],
"duration": 59.006900000036694,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multi-comments.js"
],
"duration": 59.25132999999914,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multi-comments.js"
],
"duration": 58.926510000019334,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multi-comments.js"
],
"duration": 59.47395799995866,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multi-comments.js"
],
"duration": 58.48618800006807,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js"
],
"duration": 0.4688650000607595,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js"
],
"duration": 58.85401999996975,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js"
],
"duration": 58.49235299997963,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js"
],
"duration": 59.808007000014186,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js"
],
"duration": 57.18005700001959,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js"
],
"duration": 58.09532099997159,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js"
],
"duration": 58.52127600007225,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js"
],
"duration": 58.2954440000467,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js"
],
"duration": 58.498472000006586,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"return-statement.js"
],
"duration": 1.0027019999688491,
"failureMessages": [
"return-statement.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-statement.js format 1`\n \n - Snapshot - 18\n + Received + 9\n \n @@ -206,39 +206,32 @@\n }\n \n function binaryInBinaryLeft() {\n return (\n // Reason for 42\n - 42 *\n - 84 +\n - 2\n + 42 * 84 + 2\n );\n }\n \n function binaryInBinaryRight() {\n return (\n // Reason for 42\n - 42 +\n - 84 * 2\n + 42 + 84 * 2\n );\n }\n \n function conditional() {\n return (\n // Reason for 42\n - 42\n - ? 1\n - : 2\n + 42 ? 1 : 2\n );\n }\n \n function binaryInConditional() {\n return (\n // Reason for 42\n - 42 * 3\n - ? 1\n - : 2\n + 42 * 3 ? 1 : 2\n );\n }\n \n function call() {\n return (\n @@ -261,13 +254,13 @@\n );\n }\n \n function memberInAndOutWithCalls() {\n return (\n + // Reason for a\n aFunction\n - .b// Reason for a\n - ()\n + .b()\n .c.d()\n );\n }\n \n function excessiveEverything() {\n @@ -302,15 +295,13 @@\n function inlineComment() {\n return /* hi */ 42 || 42;\n }\n \n function multilineBlockSameLine() {\n - return (\n - /**\n - * @type {string}\n - */ \"result\"\n - );\n + return /**\n + * @type {string}\n + */ \"result\";\n }\n \n function multilineBlockNextLine() {\n return (\n /**\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"return-statement.js"
],
"duration": 72.12238700001035,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"return-statement.js"
],
"duration": 70.8778689999599,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"return-statement.js"
],
"duration": 63.28525700001046,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"return-statement.js"
],
"duration": 61.551886999979615,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"return-statement.js"
],
"duration": 62.30454599997029,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"return-statement.js"
],
"duration": 64.34761699999217,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"return-statement.js"
],
"duration": 64.84427200001664,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"return-statement.js"
],
"duration": 67.13287800003309,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js"
],
"duration": 0.4320170000428334,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js"
],
"duration": 57.7060089999577,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js"
],
"duration": 58.80644999991637,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js"
],
"duration": 57.965416999999434,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js"
],
"duration": 57.70472400006838,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js"
],
"duration": 58.43887700000778,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js"
],
"duration": 58.42742600000929,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js"
],
"duration": 59.976957999984734,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js"
],
"duration": 58.92470400000457,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 0.4440389999654144,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 69.26931200001854,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 60.02562500000931,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 57.72311399993487,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 58.49083399993833,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 58.86434799991548,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 59.773932999931276,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 58.43714299995918,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 59.684362999978475,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js"
],
"duration": 0.6787880000192672,
"failureMessages": [
"tagged-template-literal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tagged-template-literal.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -27,11 +27,11 @@\n \n foo // comment\n `\n `;\n \n - foo/* comment */ `\n + foo /* comment */`\n `;\n \n foo /* comment */`\n `;\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tagged-template-literal.js"
],
"duration": 58.635021999944,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js"
],
"duration": 57.8773349999683,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js"
],
"duration": 58.42264000000432,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js"
],
"duration": 57.66027299989946,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js"
],
"duration": 58.50941800000146,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js"
],
"duration": 58.9393530000234,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js"
],
"duration": 58.28738500003237,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js"
],
"duration": 58.53248699998949,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"template-literal.js"
],
"duration": 0.4335800000699237,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"template-literal.js"
],
"duration": 59.70485700003337,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"template-literal.js"
],
"duration": 59.76456799998414,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"template-literal.js"
],
"duration": 57.7860759999603,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"template-literal.js"
],
"duration": 57.49463400000241,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"template-literal.js"
],
"duration": 56.49295399989933,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"template-literal.js"
],
"duration": 58.18973299989011,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"template-literal.js"
],
"duration": 57.39079799992032,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"template-literal.js"
],
"duration": 60.49278299999423,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js"
],
"duration": 0.6611940000439063,
"failureMessages": [
"trailing-jsdocs.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing-jsdocs.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -32,23 +32,27 @@\n CONNECTED: Object.freeze({ kind: \"CONNECTED\" }),\n CONNECTING: Object.freeze({ kind: \"CONNECTING\" }),\n NOT_CONNECTED: Object.freeze({ kind: \"NOT_CONNECTED\" }),\n });\n \n - /* A comment */ /**\n + /* A comment */\n + /**\n * A type that can be written to a buffer.\n - */ /**\n + */\n + /**\n * Describes the connection status of a ReactiveSocket/DuplexConnection.\n * - NOT_CONNECTED: no connection established or pending.\n * - CONNECTING: when `connect()` has been called but a connection is not yet\n * established.\n * - CONNECTED: when a connection is established.\n * - CLOSED: when the connection has been explicitly closed via `close()`.\n * - ERROR: when the connection has been closed for any other reason.\n - */ /**\n + */\n + /**\n * A contract providing different interaction models per the [ReactiveSocket protocol]\n * (https://github.com/ReactiveSocket/reactivesocket/blob/master/Protocol.md).\n - */ /**\n + */\n + /**\n * A single unit of data exchanged between the peers of a `ReactiveSocket`.\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js"
],
"duration": 62.305073000025004,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js"
],
"duration": 62.22855400003027,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js"
],
"duration": 59.95026900002267,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js"
],
"duration": 60.8515259999549,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js"
],
"duration": 59.17657799995504,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js"
],
"duration": 59.52015199989546,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js"
],
"duration": 58.977003999985754,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js"
],
"duration": 60.00538799993228,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"trailing_space.js"
],
"duration": 0.6616559999529272,
"failureMessages": [
"trailing_space.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing_space.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -8,11 +8,11 @@\n // Do not trim trailing whitespace from this source file!\n \n // There is some space here -> \n \n =====================================output=====================================\n - #!/there/is-space-here->\n + #!/there/is-space-here-> \n \n // Do not trim trailing whitespace from this source file!\n \n // There is some space here ->\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"trailing_space.js"
],
"duration": 56.52159999997821,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"trailing_space.js"
],
"duration": 57.91169300000183,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"trailing_space.js"
],
"duration": 56.703748999978416,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"trailing_space.js"
],
"duration": 57.26208800007589,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"trailing_space.js"
],
"duration": 57.59034400002565,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"trailing_space.js"
],
"duration": 56.45110399997793,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"trailing_space.js"
],
"duration": 57.40165999997407,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"trailing_space.js"
],
"duration": 57.27355100004934,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 0.4127299999818206,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 57.99571199994534,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 58.38853300001938,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 57.79961300001014,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 59.21689799998421,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 57.96054100000765,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 58.59750599996187,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 58.530860000057146,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 58.07702899992,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.7470139999641106,
"failureMessages": [
"tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -28,20 +28,20 @@\n // Comment\n {\n key: \"value\",\n };\n \n - let record =\n - // Comment\n - #{\n - key: \"value\",\n - };\n + let record = // Comment\n + #;\n + {\n + key: \"value\";\n + }\n \n let array =\n // Comment\n [\"value\"];\n \n - let tuple =\n - // Comment\n - #[\"value\"];\n + let tuple = // Comment\n + #;\n + [\"value\"];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 3.1375179999740794,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.7776490000542253,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.9313280000351369,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.8107630000449717,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.8440659999614581,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 59.64085699990392,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 57.18223599996418,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 58.63586200005375,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"variable_declarator.js"
],
"duration": 0.5778290000744164,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"variable_declarator.js"
],
"duration": 63.15389700001106,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"variable_declarator.js"
],
"duration": 63.248199000023305,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"variable_declarator.js"
],
"duration": 62.01705799996853,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"variable_declarator.js"
],
"duration": 61.139268000028096,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"variable_declarator.js"
],
"duration": 60.48683200008236,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"variable_declarator.js"
],
"duration": 61.33059500006493,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"variable_declarator.js"
],
"duration": 62.833471000078134,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"variable_declarator.js"
],
"duration": 63.059333000099286,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"while.js"
],
"duration": 0.4947639999445528,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"while.js"
],
"duration": 62.07378799992148,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"while.js"
],
"duration": 60.101555999950506,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"while.js"
],
"duration": 58.2170960000949,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"while.js"
],
"duration": 60.74372999998741,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"while.js"
],
"duration": 58.11537299992051,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"while.js"
],
"duration": 59.6642259999644,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"while.js"
],
"duration": 59.74065699998755,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"while.js"
],
"duration": 58.30355900002178,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 0.6714840000495315,
"failureMessages": [
"snippet: #0 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #0 format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -5,9 +5,10 @@\n =====================================input======================================\n var a = { /* comment */ \n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 58.80524799996056,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 58.723648000042886,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 58.540630000061356,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 57.84212299995124,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 57.81177599995863,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 57.54487899993546,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 58.59688200009987,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 57.326760999974795,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 0.6909799999557436,
"failureMessages": [
"snippet: #1 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #1 format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -5,9 +5,10 @@\n =====================================input======================================\n var a = { /* comment */\n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 56.8313040001085,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 57.9101190000074,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 57.1642339999089,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 58.27929199999198,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 58.03200399992056,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 57.90233499999158,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 59.090876999893226,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 57.74400700000115,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"arrow.js - {\"semi\":false}"
],
"duration": 0.4337200000882149,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow.js - {\"semi\":false}"
],
"duration": 58.11185700003989,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arrow.js - {\"semi\":false}"
],
"duration": 59.72486700001173,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow.js - {\"semi\":false}"
],
"duration": 58.19669700006489,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow.js - {\"semi\":false}"
],
"duration": 58.111323999939486,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow.js - {\"semi\":false}"
],
"duration": 57.97730199992657,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow.js - {\"semi\":false}"
],
"duration": 59.259351999964565,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow.js - {\"semi\":false}"
],
"duration": 57.887449000030756,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow.js - {\"semi\":false}"
],
"duration": 57.67362300003879,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"assignment-pattern.js - {\"semi\":false}"
],
"duration": 0.5013059999328107,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"assignment-pattern.js - {\"semi\":false}"
],
"duration": 58.81720400007907,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"assignment-pattern.js - {\"semi\":false}"
],
"duration": 58.59603999997489,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"assignment-pattern.js - {\"semi\":false}"
],
"duration": 59.633574999985285,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"assignment-pattern.js - {\"semi\":false}"
],
"duration": 58.98554600006901,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"assignment-pattern.js - {\"semi\":false}"
],
"duration": 59.66215800005011,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"assignment-pattern.js - {\"semi\":false}"
],
"duration": 58.838463000021875,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"assignment-pattern.js - {\"semi\":false}"
],
"duration": 59.08859299996402,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"assignment-pattern.js - {\"semi\":false}"
],
"duration": 57.809762999997474,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"before-comma.js - {\"semi\":false}"
],
"duration": 0.4710089999716729,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"before-comma.js - {\"semi\":false}"
],
"duration": 57.093683000071906,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"before-comma.js - {\"semi\":false}"
],
"duration": 57.45379800000228,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"before-comma.js - {\"semi\":false}"
],
"duration": 58.399967000004835,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"before-comma.js - {\"semi\":false}"
],
"duration": 57.36185400001705,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"before-comma.js - {\"semi\":false}"
],
"duration": 56.91001099999994,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"before-comma.js - {\"semi\":false}"
],
"duration": 57.80960999999661,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"before-comma.js - {\"semi\":false}"
],
"duration": 58.07265400001779,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"before-comma.js - {\"semi\":false}"
],
"duration": 57.8313710000366,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js - {\"semi\":false}"
],
"duration": 0.43594400002621114,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js - {\"semi\":false}"
],
"duration": 61.28633999999147,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js - {\"semi\":false}"
],
"duration": 60.545699000009336,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js - {\"semi\":false}"
],
"duration": 59.959012000006624,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js - {\"semi\":false}"
],
"duration": 60.01649099995848,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js - {\"semi\":false}"
],
"duration": 60.963386000017636,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js - {\"semi\":false}"
],
"duration": 61.333083000034094,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js - {\"semi\":false}"
],
"duration": 59.2393930000253,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js - {\"semi\":false}"
],
"duration": 60.02143600001,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js - {\"semi\":false}"
],
"duration": 0.492318999953568,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js - {\"semi\":false}"
],
"duration": 60.03702200006228,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js - {\"semi\":false}"
],
"duration": 59.79457600007299,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js - {\"semi\":false}"
],
"duration": 59.72728999995161,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js - {\"semi\":false}"
],
"duration": 58.42208400007803,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js - {\"semi\":false}"
],
"duration": 57.801642000093125,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js - {\"semi\":false}"
],
"duration": 58.79936200007796,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js - {\"semi\":false}"
],
"duration": 57.82322300004307,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js - {\"semi\":false}"
],
"duration": 57.29327199992258,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js - {\"semi\":false}"
],
"duration": 0.42929200001526624,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js - {\"semi\":false}"
],
"duration": 59.37222699995618,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js - {\"semi\":false}"
],
"duration": 57.94939299998805,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js - {\"semi\":false}"
],
"duration": 57.159575000056066,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js - {\"semi\":false}"
],
"duration": 60.47712000005413,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js - {\"semi\":false}"
],
"duration": 58.09064099995885,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js - {\"semi\":false}"
],
"duration": 58.20387099997606,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js - {\"semi\":false}"
],
"duration": 57.96220299997367,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js - {\"semi\":false}"
],
"duration": 57.89983799995389,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary-expressions.js - {\"semi\":false}"
],
"duration": 0.5426529999822378,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary-expressions.js - {\"semi\":false}"
],
"duration": 61.618070999975316,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary-expressions.js - {\"semi\":false}"
],
"duration": 60.34003899991512,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary-expressions.js - {\"semi\":false}"
],
"duration": 58.798656000057235,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary-expressions.js - {\"semi\":false}"
],
"duration": 59.91185699997004,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary-expressions.js - {\"semi\":false}"
],
"duration": 60.33132400002796,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary-expressions.js - {\"semi\":false}"
],
"duration": 61.543513000011444,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary-expressions.js - {\"semi\":false}"
],
"duration": 61.55773899995256,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary-expressions.js - {\"semi\":false}"
],
"duration": 60.865013999980874,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"blank.js - {\"semi\":false}"
],
"duration": 0.4323480000020936,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"blank.js - {\"semi\":false}"
],
"duration": 57.874091000063345,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"blank.js - {\"semi\":false}"
],
"duration": 59.87777100002859,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"blank.js - {\"semi\":false}"
],
"duration": 56.193736999994144,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"blank.js - {\"semi\":false}"
],
"duration": 57.41741400002502,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"blank.js - {\"semi\":false}"
],
"duration": 56.899513999931514,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"blank.js - {\"semi\":false}"
],
"duration": 59.188369999988936,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"blank.js - {\"semi\":false}"
],
"duration": 58.61833299999125,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"blank.js - {\"semi\":false}"
],
"duration": 58.564556000055745,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"break-continue-statements.js - {\"semi\":false}"
],
"duration": 0.6607129999902099,
"failureMessages": [
"break-continue-statements.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `break-continue-statements.js - {\"semi\":false} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -21,12 +21,12 @@\n break /* comment */\n continue /* comment */\n }\n \n loop: for (;;) {\n - break /* comment */ loop\n break loop /* comment */\n - continue /* comment */ loop\n + break loop /* comment */\n + continue loop /* comment */\n continue loop /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"break-continue-statements.js - {\"semi\":false}"
],
"duration": 59.6777970000403,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"break-continue-statements.js - {\"semi\":false}"
],
"duration": 60.02427799999714,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"break-continue-statements.js - {\"semi\":false}"
],
"duration": 61.80583199998364,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"break-continue-statements.js - {\"semi\":false}"
],
"duration": 60.52475800004322,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"break-continue-statements.js - {\"semi\":false}"
],
"duration": 60.603323000017554,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"break-continue-statements.js - {\"semi\":false}"
],
"duration": 62.02492900006473,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"break-continue-statements.js - {\"semi\":false}"
],
"duration": 64.49838300002739,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"break-continue-statements.js - {\"semi\":false}"
],
"duration": 60.18744400003925,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"call_comment.js - {\"semi\":false}"
],
"duration": 0.4979899999452755,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call_comment.js - {\"semi\":false}"
],
"duration": 63.057524999952875,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"call_comment.js - {\"semi\":false}"
],
"duration": 62.237917000078596,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"call_comment.js - {\"semi\":false}"
],
"duration": 61.69802300003357,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call_comment.js - {\"semi\":false}"
],
"duration": 61.46688699990045,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call_comment.js - {\"semi\":false}"
],
"duration": 60.73221599997487,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call_comment.js - {\"semi\":false}"
],
"duration": 59.47494900005404,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"call_comment.js - {\"semi\":false}"
],
"duration": 60.47302200004924,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"call_comment.js - {\"semi\":false}"
],
"duration": 60.74939799995627,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 0.45082099991850555,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 59.8540829999838,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 60.32393399998546,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 59.748824000009336,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 58.94803099997807,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 57.79518699995242,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 58.33922999992501,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 59.17061799997464,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 59.302396999904886,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dangling.js - {\"semi\":false}"
],
"duration": 0.4374369999859482,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dangling.js - {\"semi\":false}"
],
"duration": 61.2764399999287,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dangling.js - {\"semi\":false}"
],
"duration": 63.79814099997748,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dangling.js - {\"semi\":false}"
],
"duration": 62.65720999997575,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dangling.js - {\"semi\":false}"
],
"duration": 62.120793000096455,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dangling.js - {\"semi\":false}"
],
"duration": 60.223979999893345,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dangling.js - {\"semi\":false}"
],
"duration": 59.44979899993632,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dangling.js - {\"semi\":false}"
],
"duration": 58.45796400005929,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dangling.js - {\"semi\":false}"
],
"duration": 57.83234199997969,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dangling_array.js - {\"semi\":false}"
],
"duration": 0.44603200000710785,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dangling_array.js - {\"semi\":false}"
],
"duration": 59.198043999960646,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dangling_array.js - {\"semi\":false}"
],
"duration": 57.837278999970295,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dangling_array.js - {\"semi\":false}"
],
"duration": 57.090247000101954,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dangling_array.js - {\"semi\":false}"
],
"duration": 58.019719999982044,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dangling_array.js - {\"semi\":false}"
],
"duration": 59.687195999897085,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dangling_array.js - {\"semi\":false}"
],
"duration": 58.317398000042886,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dangling_array.js - {\"semi\":false}"
],
"duration": 58.87017500004731,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dangling_array.js - {\"semi\":false}"
],
"duration": 58.69691599998623,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dangling_for.js - {\"semi\":false}"
],
"duration": 0.4275679999263957,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dangling_for.js - {\"semi\":false}"
],
"duration": 56.70128099992871,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dangling_for.js - {\"semi\":false}"
],
"duration": 56.33591800008435,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dangling_for.js - {\"semi\":false}"
],
"duration": 56.22518199996557,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dangling_for.js - {\"semi\":false}"
],
"duration": 57.74456999998074,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dangling_for.js - {\"semi\":false}"
],
"duration": 56.69959500001278,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dangling_for.js - {\"semi\":false}"
],
"duration": 56.88230900000781,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dangling_for.js - {\"semi\":false}"
],
"duration": 58.02123399998527,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dangling_for.js - {\"semi\":false}"
],
"duration": 57.34418200002983,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dynamic_imports.js - {\"semi\":false}"
],
"duration": 0.4191829999908805,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dynamic_imports.js - {\"semi\":false}"
],
"duration": 59.255559999961406,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dynamic_imports.js - {\"semi\":false}"
],
"duration": 59.072638000012375,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dynamic_imports.js - {\"semi\":false}"
],
"duration": 57.75681799999438,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dynamic_imports.js - {\"semi\":false}"
],
"duration": 58.45280400000047,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dynamic_imports.js - {\"semi\":false}"
],
"duration": 58.71069199999329,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dynamic_imports.js - {\"semi\":false}"
],
"duration": 58.88031899998896,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dynamic_imports.js - {\"semi\":false}"
],
"duration": 58.42207000008784,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dynamic_imports.js - {\"semi\":false}"
],
"duration": 58.68603099999018,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"emoji.js - {\"semi\":false}"
],
"duration": 0.4116079999366775,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"emoji.js - {\"semi\":false}"
],
"duration": 56.1880260000471,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"emoji.js - {\"semi\":false}"
],
"duration": 57.213509000022896,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"emoji.js - {\"semi\":false}"
],
"duration": 58.9543550000526,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"emoji.js - {\"semi\":false}"
],
"duration": 56.748549000010826,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"emoji.js - {\"semi\":false}"
],
"duration": 56.48110999993514,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"emoji.js - {\"semi\":false}"
],
"duration": 55.7470500000054,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"emoji.js - {\"semi\":false}"
],
"duration": 59.46709400007967,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"emoji.js - {\"semi\":false}"
],
"duration": 58.297802999964915,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty-statements.js - {\"semi\":false}"
],
"duration": 0.6627169999992475,
"failureMessages": [
"empty-statements.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty-statements.js - {\"semi\":false} format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -24,22 +24,18 @@\n + /* 6 */\n e // 7\n );\n \n =====================================output=====================================\n - a /* a */ // b\n - /* c */\n - foo // first\n - // second\n - // third\n - function x() {} // first\n - // second\n + a /* a */ /* c */ // b\n +\n + foo // first // second // third\n +\n + function x() {} // first // second\n +\n a =\n - b + // 1\n - // 2\n - c + // 3\n - // 4\n - d + // 5\n - /* 6 */\n + b + // 1 // 2\n + c + // 3 // 4\n + d /* 6 */ + // 5\n e // 7\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"empty-statements.js - {\"semi\":false}"
],
"duration": 58.27769699995406,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty-statements.js - {\"semi\":false}"
],
"duration": 60.344060999923386,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty-statements.js - {\"semi\":false}"
],
"duration": 59.82252799998969,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty-statements.js - {\"semi\":false}"
],
"duration": 59.311895000049844,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty-statements.js - {\"semi\":false}"
],
"duration": 58.416974999941885,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty-statements.js - {\"semi\":false}"
],
"duration": 59.19937899999786,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty-statements.js - {\"semi\":false}"
],
"duration": 57.41091600002255,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty-statements.js - {\"semi\":false}"
],
"duration": 57.75173900008667,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export-and-import.js - {\"semi\":false}"
],
"duration": 0.5216340000042692,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export-and-import.js - {\"semi\":false}"
],
"duration": 58.70233300002292,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export-and-import.js - {\"semi\":false}"
],
"duration": 60.03041500004474,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export-and-import.js - {\"semi\":false}"
],
"duration": 58.173733000061475,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-and-import.js - {\"semi\":false}"
],
"duration": 56.500683999969624,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-and-import.js - {\"semi\":false}"
],
"duration": 56.28129999991506,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-and-import.js - {\"semi\":false}"
],
"duration": 58.4774070000276,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-and-import.js - {\"semi\":false}"
],
"duration": 57.019338999991305,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-and-import.js - {\"semi\":false}"
],
"duration": 58.48228399991058,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export.js - {\"semi\":false}"
],
"duration": 0.6662329999962822,
"failureMessages": [
"export.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -45,11 +45,11 @@\n \t\t bazz,\n }\n \n =====================================output=====================================\n export //comment\n - {}\n + {}\n \n export /* comment */ {}\n \n const foo = \"\"\n export {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"export.js - {\"semi\":false}"
],
"duration": 60.99671199999284,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export.js - {\"semi\":false}"
],
"duration": 60.87809299991932,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export.js - {\"semi\":false}"
],
"duration": 58.3357899999246,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export.js - {\"semi\":false}"
],
"duration": 60.053223000024445,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export.js - {\"semi\":false}"
],
"duration": 59.182095999945886,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export.js - {\"semi\":false}"
],
"duration": 60.06320799991954,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export.js - {\"semi\":false}"
],
"duration": 59.45480499998666,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export.js - {\"semi\":false}"
],
"duration": 60.10282000002917,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"first-line.js - {\"semi\":false}"
],
"duration": 0.42872999992687255,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"first-line.js - {\"semi\":false}"
],
"duration": 56.6676720000105,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"first-line.js - {\"semi\":false}"
],
"duration": 57.6425520000048,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"first-line.js - {\"semi\":false}"
],
"duration": 57.66673699999228,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"first-line.js - {\"semi\":false}"
],
"duration": 57.758955999976024,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"first-line.js - {\"semi\":false}"
],
"duration": 59.79292599996552,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"first-line.js - {\"semi\":false}"
],
"duration": 56.40405999997165,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"first-line.js - {\"semi\":false}"
],
"duration": 56.50573000009172,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"first-line.js - {\"semi\":false}"
],
"duration": 57.30537600000389,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-declaration.js - {\"semi\":false}"
],
"duration": 0.4706390000646934,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function-declaration.js - {\"semi\":false}"
],
"duration": 67.92697999998927,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-declaration.js - {\"semi\":false}"
],
"duration": 64.7607919999864,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function-declaration.js - {\"semi\":false}"
],
"duration": 63.10993999999482,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-declaration.js - {\"semi\":false}"
],
"duration": 76.63944999990053,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-declaration.js - {\"semi\":false}"
],
"duration": 62.96186799998395,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-declaration.js - {\"semi\":false}"
],
"duration": 63.26313500001561,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-declaration.js - {\"semi\":false}"
],
"duration": 62.69001599994954,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-declaration.js - {\"semi\":false}"
],
"duration": 63.05110700009391,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"if.js - {\"semi\":false}"
],
"duration": 0.4867090000770986,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"if.js - {\"semi\":false}"
],
"duration": 61.97911399998702,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"if.js - {\"semi\":false}"
],
"duration": 61.390958999982104,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"if.js - {\"semi\":false}"
],
"duration": 59.84411199996248,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"if.js - {\"semi\":false}"
],
"duration": 61.990561000071466,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"if.js - {\"semi\":false}"
],
"duration": 61.752640999970026,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"if.js - {\"semi\":false}"
],
"duration": 63.95821900002193,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"if.js - {\"semi\":false}"
],
"duration": 59.3315860000439,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"if.js - {\"semi\":false}"
],
"duration": 59.55045799992513,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-3532.js - {\"semi\":false}"
],
"duration": 0.48217099998146296,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-3532.js - {\"semi\":false}"
],
"duration": 60.51914499991108,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-3532.js - {\"semi\":false}"
],
"duration": 62.60724600008689,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-3532.js - {\"semi\":false}"
],
"duration": 63.286278999992646,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-3532.js - {\"semi\":false}"
],
"duration": 59.120186000014655,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-3532.js - {\"semi\":false}"
],
"duration": 58.40259899990633,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-3532.js - {\"semi\":false}"
],
"duration": 59.81076999998186,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-3532.js - {\"semi\":false}"
],
"duration": 61.05245499999728,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-3532.js - {\"semi\":false}"
],
"duration": 61.47363000002224,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issues.js - {\"semi\":false}"
],
"duration": 0.4328179999720305,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issues.js - {\"semi\":false}"
],
"duration": 71.79959199996665,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issues.js - {\"semi\":false}"
],
"duration": 68.001704000053,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issues.js - {\"semi\":false}"
],
"duration": 62.68329099996481,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issues.js - {\"semi\":false}"
],
"duration": 62.51060099992901,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issues.js - {\"semi\":false}"
],
"duration": 62.60777899995446,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issues.js - {\"semi\":false}"
],
"duration": 63.106514000101015,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issues.js - {\"semi\":false}"
],
"duration": 63.686005000025034,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issues.js - {\"semi\":false}"
],
"duration": 62.849246999947354,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js - {\"semi\":false}"
],
"duration": 0.6526289999019355,
"failureMessages": [
"jsdoc-nestled-dangling.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled-dangling.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -24,11 +24,12 @@\n {\n {\n o = {\n /**\n * A\n - *//**\n + */\n + /**\n * B\n */\n }\n }\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js - {\"semi\":false}"
],
"duration": 60.12684799998533,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js - {\"semi\":false}"
],
"duration": 59.30506000004243,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js - {\"semi\":false}"
],
"duration": 57.41453599999659,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js - {\"semi\":false}"
],
"duration": 58.17652600002475,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js - {\"semi\":false}"
],
"duration": 58.31771600001957,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js - {\"semi\":false}"
],
"duration": 57.59958299994469,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js - {\"semi\":false}"
],
"duration": 57.930688000051305,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js - {\"semi\":false}"
],
"duration": 57.940979000064544,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js - {\"semi\":false}"
],
"duration": 0.8651649999665096,
"failureMessages": [
"jsdoc-nestled.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 7\n \n @@ -34,21 +34,22 @@\n */\n \n =====================================output=====================================\n const issues = {\n see: \"#7724 and #12653\",\n - /** Trailing comment 1 (not nestled as both comments should be multiline for that) */ /**\n + /** Trailing comment 1 (not nestled as both comments should be multiline for that) */\n + /**\n * Trailing comment 2\n */\n }\n \n /**\n * @template T\n * @param {Type} type\n * @param {T} value\n * @return {Value}\n - *//**\n + */ /**\n * @param {Type} type\n * @return {Value}\n */\n function value(type, value) {\n if (arguments.length === 2) {\n @@ -57,10 +58,12 @@\n return new Value(type)\n }\n }\n \n /** Trailing nestled comment 1\n - *//** Trailing nestled comment 2\n - *//** Trailing nestled comment 3\n + */\n + /** Trailing nestled comment 2\n + */\n + /** Trailing nestled comment 3\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js - {\"semi\":false}"
],
"duration": 62.01793299999554,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js - {\"semi\":false}"
],
"duration": 58.96437800000422,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js - {\"semi\":false}"
],
"duration": 58.517585000023246,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js - {\"semi\":false}"
],
"duration": 59.981358999968506,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js - {\"semi\":false}"
],
"duration": 59.818906999891624,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js - {\"semi\":false}"
],
"duration": 61.092414000071585,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js - {\"semi\":false}"
],
"duration": 60.97318099997938,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js - {\"semi\":false}"
],
"duration": 60.16412000008859,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsdoc.js - {\"semi\":false}"
],
"duration": 0.48136900004465133,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsdoc.js - {\"semi\":false}"
],
"duration": 62.12567799992394,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsdoc.js - {\"semi\":false}"
],
"duration": 59.69568100001197,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsdoc.js - {\"semi\":false}"
],
"duration": 59.37588700000197,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsdoc.js - {\"semi\":false}"
],
"duration": 58.97893100010697,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsdoc.js - {\"semi\":false}"
],
"duration": 60.947297999984585,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsdoc.js - {\"semi\":false}"
],
"duration": 60.02801600005478,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsdoc.js - {\"semi\":false}"
],
"duration": 61.005790999974124,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsdoc.js - {\"semi\":false}"
],
"duration": 60.36156899994239,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx.js - {\"semi\":false}"
],
"duration": 0.46085000003222376,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx.js - {\"semi\":false}"
],
"duration": 71.94280099996831,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsx.js - {\"semi\":false}"
],
"duration": 70.93220499996096,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsx.js - {\"semi\":false}"
],
"duration": 70.31270500004757,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx.js - {\"semi\":false}"
],
"duration": 63.77981400000863,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx.js - {\"semi\":false}"
],
"duration": 64.00766600004863,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx.js - {\"semi\":false}"
],
"duration": 64.1565160000464,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx.js - {\"semi\":false}"
],
"duration": 63.1314410000341,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsx.js - {\"semi\":false}"
],
"duration": 63.55957899999339,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"last-arg.js - {\"semi\":false}"
],
"duration": 0.6983130000298843,
"failureMessages": [
"last-arg.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `last-arg.js - {\"semi\":false} format 1`\n \n - Snapshot - 9\n + Received + 3\n \n @@ -60,26 +60,20 @@\n lol3 /*string*/,\n lol4 /*string*/,\n ) /*string*/ {}\n \n // prettier-ignore\n - c(lol /*string*/\n - ) {}\n + c(lol /*string*/) {}\n \n // prettier-ignore\n - d(\n - lol /*string*/,\n - lol2 /*string*/,\n - lol3 /*string*/,\n - lol4 /*string*/\n - ) {}\n + d(lol /*string*/, lol2 /*string*/, lol3 /*string*/, lol4 /*string*/) {}\n \n // prettier-ignore\n e(\n lol /*string*/,\n lol2 /*string*/,\n lol3 /*string*/,\n - lol4 /*string*/\n + lol4 /*string*/,\n ) {} /* string*/\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"last-arg.js - {\"semi\":false}"
],
"duration": 63.25869299995247,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"last-arg.js - {\"semi\":false}"
],
"duration": 62.956923999940045,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"last-arg.js - {\"semi\":false}"
],
"duration": 59.536252000019886,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"last-arg.js - {\"semi\":false}"
],
"duration": 58.86794500006363,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"last-arg.js - {\"semi\":false}"
],
"duration": 59.17505700001493,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"last-arg.js - {\"semi\":false}"
],
"duration": 60.639487000065856,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"last-arg.js - {\"semi\":false}"
],
"duration": 59.92899100005161,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"last-arg.js - {\"semi\":false}"
],
"duration": 59.7251610000385,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multi-comments-2.js - {\"semi\":false}"
],
"duration": 0.4448100000154227,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multi-comments-2.js - {\"semi\":false}"
],
"duration": 59.1302180000348,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multi-comments-2.js - {\"semi\":false}"
],
"duration": 59.21134199993685,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multi-comments-2.js - {\"semi\":false}"
],
"duration": 58.3375310000265,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multi-comments-2.js - {\"semi\":false}"
],
"duration": 57.84722899994813,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multi-comments-2.js - {\"semi\":false}"
],
"duration": 57.04853799997363,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multi-comments-2.js - {\"semi\":false}"
],
"duration": 58.12628500000574,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multi-comments-2.js - {\"semi\":false}"
],
"duration": 56.97471300000325,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multi-comments-2.js - {\"semi\":false}"
],
"duration": 58.398159999982454,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js - {\"semi\":false}"
],
"duration": 0.4127810000209138,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js - {\"semi\":false}"
],
"duration": 57.426867999951355,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js - {\"semi\":false}"
],
"duration": 78.46693299990147,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js - {\"semi\":false}"
],
"duration": 57.472664000000805,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js - {\"semi\":false}"
],
"duration": 56.89644799998496,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js - {\"semi\":false}"
],
"duration": 56.7192689999938,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js - {\"semi\":false}"
],
"duration": 56.491328999982215,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js - {\"semi\":false}"
],
"duration": 56.65915600000881,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js - {\"semi\":false}"
],
"duration": 61.21469499997329,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js - {\"semi\":false}"
],
"duration": 0.7636260000290349,
"failureMessages": [
"multi-comments-on-same-line.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multi-comments-on-same-line.js - {\"semi\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -115,14 +115,14 @@\n a /*\n 1*/ /*2*/ /*3\n */\n b\n \n - a\n - /*\n + a /*\n 1*/ /*2*/ /*3\n - */ b\n + */\n + b\n \n /*========= First two on same line =========*/\n a\n /*1*/ /*2*/\n /*3*/\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js - {\"semi\":false}"
],
"duration": 61.82511500001419,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js - {\"semi\":false}"
],
"duration": 59.50697900005616,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js - {\"semi\":false}"
],
"duration": 59.78269900009036,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js - {\"semi\":false}"
],
"duration": 59.02171699993778,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js - {\"semi\":false}"
],
"duration": 59.30769499996677,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js - {\"semi\":false}"
],
"duration": 59.28723799996078,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js - {\"semi\":false}"
],
"duration": 59.23791300004814,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js - {\"semi\":false}"
],
"duration": 59.68845999997575,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multi-comments.js - {\"semi\":false}"
],
"duration": 0.42868000001180917,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multi-comments.js - {\"semi\":false}"
],
"duration": 57.89537699997891,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multi-comments.js - {\"semi\":false}"
],
"duration": 58.47858900006395,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multi-comments.js - {\"semi\":false}"
],
"duration": 57.592783999978565,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multi-comments.js - {\"semi\":false}"
],
"duration": 56.17925199994352,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multi-comments.js - {\"semi\":false}"
],
"duration": 56.43470699992031,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multi-comments.js - {\"semi\":false}"
],
"duration": 57.59630999993533,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multi-comments.js - {\"semi\":false}"
],
"duration": 57.7019830000354,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multi-comments.js - {\"semi\":false}"
],
"duration": 57.67160200001672,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js - {\"semi\":false}"
],
"duration": 0.44770599994808435,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js - {\"semi\":false}"
],
"duration": 58.70613099995535,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js - {\"semi\":false}"
],
"duration": 60.80064300005324,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js - {\"semi\":false}"
],
"duration": 60.953627999988385,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js - {\"semi\":false}"
],
"duration": 59.20175800006837,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js - {\"semi\":false}"
],
"duration": 57.82665200007614,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js - {\"semi\":false}"
],
"duration": 58.69810799998231,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js - {\"semi\":false}"
],
"duration": 57.866834000102244,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js - {\"semi\":false}"
],
"duration": 60.298902999958955,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"return-statement.js - {\"semi\":false}"
],
"duration": 0.9166519999271259,
"failureMessages": [
"return-statement.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-statement.js - {\"semi\":false} format 1`\n \n - Snapshot - 18\n + Received + 9\n \n @@ -207,39 +207,32 @@\n }\n \n function binaryInBinaryLeft() {\n return (\n // Reason for 42\n - 42 *\n - 84 +\n - 2\n + 42 * 84 + 2\n )\n }\n \n function binaryInBinaryRight() {\n return (\n // Reason for 42\n - 42 +\n - 84 * 2\n + 42 + 84 * 2\n )\n }\n \n function conditional() {\n return (\n // Reason for 42\n - 42\n - ? 1\n - : 2\n + 42 ? 1 : 2\n )\n }\n \n function binaryInConditional() {\n return (\n // Reason for 42\n - 42 * 3\n - ? 1\n - : 2\n + 42 * 3 ? 1 : 2\n )\n }\n \n function call() {\n return (\n @@ -262,13 +255,13 @@\n )\n }\n \n function memberInAndOutWithCalls() {\n return (\n + // Reason for a\n aFunction\n - .b// Reason for a\n - ()\n + .b()\n .c.d()\n )\n }\n \n function excessiveEverything() {\n @@ -303,15 +296,13 @@\n function inlineComment() {\n return /* hi */ 42 || 42\n }\n \n function multilineBlockSameLine() {\n - return (\n - /**\n - * @type {string}\n - */ \"result\"\n - )\n + return /**\n + * @type {string}\n + */ \"result\"\n }\n \n function multilineBlockNextLine() {\n return (\n /**\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"return-statement.js - {\"semi\":false}"
],
"duration": 84.84983399999328,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"return-statement.js - {\"semi\":false}"
],
"duration": 69.71514099999331,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"return-statement.js - {\"semi\":false}"
],
"duration": 63.057432000059634,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"return-statement.js - {\"semi\":false}"
],
"duration": 62.86676499992609,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"return-statement.js - {\"semi\":false}"
],
"duration": 62.16965200006962,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"return-statement.js - {\"semi\":false}"
],
"duration": 63.50595500005875,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"return-statement.js - {\"semi\":false}"
],
"duration": 63.81869700003881,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"return-statement.js - {\"semi\":false}"
],
"duration": 62.87255800003186,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js - {\"semi\":false}"
],
"duration": 0.44547099992632866,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js - {\"semi\":false}"
],
"duration": 58.7389780000085,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js - {\"semi\":false}"
],
"duration": 56.90141400007997,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js - {\"semi\":false}"
],
"duration": 56.64673799998127,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js - {\"semi\":false}"
],
"duration": 56.21813899988774,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js - {\"semi\":false}"
],
"duration": 56.527705000014976,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js - {\"semi\":false}"
],
"duration": 56.42945699999109,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js - {\"semi\":false}"
],
"duration": 57.55286299996078,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js - {\"semi\":false}"
],
"duration": 57.92055300006177,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"switch.js - {\"semi\":false}"
],
"duration": 0.4709990000119433,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"switch.js - {\"semi\":false}"
],
"duration": 60.82561900001019,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"switch.js - {\"semi\":false}"
],
"duration": 61.98841300001368,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"switch.js - {\"semi\":false}"
],
"duration": 58.667261000024155,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"switch.js - {\"semi\":false}"
],
"duration": 59.16302600002382,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"switch.js - {\"semi\":false}"
],
"duration": 59.29402699996717,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"switch.js - {\"semi\":false}"
],
"duration": 59.199753999942914,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"switch.js - {\"semi\":false}"
],
"duration": 60.39529599994421,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"switch.js - {\"semi\":false}"
],
"duration": 60.305292000062764,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js - {\"semi\":false}"
],
"duration": 0.6652720000129193,
"failureMessages": [
"tagged-template-literal.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tagged-template-literal.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -28,11 +28,11 @@\n \n foo // comment\n `\n `\n \n - foo/* comment */ `\n + foo /* comment */`\n `\n \n foo /* comment */`\n `\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tagged-template-literal.js - {\"semi\":false}"
],
"duration": 58.78393800009508,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js - {\"semi\":false}"
],
"duration": 59.37195200007409,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js - {\"semi\":false}"
],
"duration": 57.59212599997409,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js - {\"semi\":false}"
],
"duration": 57.78214499994647,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js - {\"semi\":false}"
],
"duration": 57.33975599997211,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js - {\"semi\":false}"
],
"duration": 57.22093099995982,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js - {\"semi\":false}"
],
"duration": 58.12301199999638,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js - {\"semi\":false}"
],
"duration": 57.50687599997036,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"template-literal.js - {\"semi\":false}"
],
"duration": 0.44175400002859533,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"template-literal.js - {\"semi\":false}"
],
"duration": 58.286156999995,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"template-literal.js - {\"semi\":false}"
],
"duration": 57.83340500004124,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"template-literal.js - {\"semi\":false}"
],
"duration": 58.39092299994081,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"template-literal.js - {\"semi\":false}"
],
"duration": 57.9289090000093,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"template-literal.js - {\"semi\":false}"
],
"duration": 57.47433700005058,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"template-literal.js - {\"semi\":false}"
],
"duration": 57.68690600001719,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"template-literal.js - {\"semi\":false}"
],
"duration": 57.64350300002843,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"template-literal.js - {\"semi\":false}"
],
"duration": 58.07111699995585,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js - {\"semi\":false}"
],
"duration": 0.6836060000350699,
"failureMessages": [
"trailing-jsdocs.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing-jsdocs.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -33,23 +33,27 @@\n CONNECTED: Object.freeze({ kind: \"CONNECTED\" }),\n CONNECTING: Object.freeze({ kind: \"CONNECTING\" }),\n NOT_CONNECTED: Object.freeze({ kind: \"NOT_CONNECTED\" }),\n })\n \n - /* A comment */ /**\n + /* A comment */\n + /**\n * A type that can be written to a buffer.\n - */ /**\n + */\n + /**\n * Describes the connection status of a ReactiveSocket/DuplexConnection.\n * - NOT_CONNECTED: no connection established or pending.\n * - CONNECTING: when `connect()` has been called but a connection is not yet\n * established.\n * - CONNECTED: when a connection is established.\n * - CLOSED: when the connection has been explicitly closed via `close()`.\n * - ERROR: when the connection has been closed for any other reason.\n - */ /**\n + */\n + /**\n * A contract providing different interaction models per the [ReactiveSocket protocol]\n * (https://github.com/ReactiveSocket/reactivesocket/blob/master/Protocol.md).\n - */ /**\n + */\n + /**\n * A single unit of data exchanged between the peers of a `ReactiveSocket`.\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js - {\"semi\":false}"
],
"duration": 66.90220400004182,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js - {\"semi\":false}"
],
"duration": 65.32676399999764,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js - {\"semi\":false}"
],
"duration": 60.106637999997474,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js - {\"semi\":false}"
],
"duration": 62.721812000032514,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js - {\"semi\":false}"
],
"duration": 60.74332399992272,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js - {\"semi\":false}"
],
"duration": 59.43401800002903,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js - {\"semi\":false}"
],
"duration": 59.80945800000336,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js - {\"semi\":false}"
],
"duration": 63.09660799999256,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"trailing_space.js - {\"semi\":false}"
],
"duration": 0.6083449999568984,
"failureMessages": [
"trailing_space.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing_space.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,11 +9,11 @@\n // Do not trim trailing whitespace from this source file!\n \n // There is some space here -> \n \n =====================================output=====================================\n - #!/there/is-space-here->\n + #!/there/is-space-here-> \n \n // Do not trim trailing whitespace from this source file!\n \n // There is some space here ->\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"trailing_space.js - {\"semi\":false}"
],
"duration": 56.916711999918334,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"trailing_space.js - {\"semi\":false}"
],
"duration": 57.02887100004591,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"trailing_space.js - {\"semi\":false}"
],
"duration": 57.29772299993783,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"trailing_space.js - {\"semi\":false}"
],
"duration": 56.070773000014015,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"trailing_space.js - {\"semi\":false}"
],
"duration": 57.67422800010536,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"trailing_space.js - {\"semi\":false}"
],
"duration": 56.50273800001014,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"trailing_space.js - {\"semi\":false}"
],
"duration": 55.890122000011615,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"trailing_space.js - {\"semi\":false}"
],
"duration": 56.25004099996295,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"try.js - {\"semi\":false}"
],
"duration": 0.42194800009019673,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"try.js - {\"semi\":false}"
],
"duration": 57.04422399995383,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"try.js - {\"semi\":false}"
],
"duration": 57.824826999916695,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"try.js - {\"semi\":false}"
],
"duration": 56.95600300002843,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"try.js - {\"semi\":false}"
],
"duration": 55.67671100003645,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"try.js - {\"semi\":false}"
],
"duration": 57.16892299999017,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"try.js - {\"semi\":false}"
],
"duration": 56.7352129999781,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"try.js - {\"semi\":false}"
],
"duration": 58.11842199997045,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"try.js - {\"semi\":false}"
],
"duration": 57.12449499999639,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"semi\":false}"
],
"duration": 0.6513869999907911,
"failureMessages": [
"tuple-and-record.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"semi\":false} format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -29,20 +29,20 @@\n // Comment\n {\n key: \"value\",\n }\n \n - let record =\n - // Comment\n - #{\n - key: \"value\",\n - }\n + let record = // Comment\n + #\n + {\n + key: \"value\"\n + }\n \n let array =\n // Comment\n [\"value\"]\n \n - let tuple =\n - // Comment\n - #[\"value\"]\n + let tuple = // Comment\n + #\n + ;[\"value\"]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"semi\":false}"
],
"duration": 2.31865899998229,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"semi\":false}"
],
"duration": 1.3427769999252632,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"semi\":false}"
],
"duration": 0.8922759999986738,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"semi\":false}"
],
"duration": 0.7749169999733567,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"semi\":false}"
],
"duration": 0.7616420000558719,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"semi\":false}"
],
"duration": 59.635111000039615,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"semi\":false}"
],
"duration": 57.687993000028655,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"semi\":false}"
],
"duration": 58.190625999937765,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"variable_declarator.js - {\"semi\":false}"
],
"duration": 0.5088600000599399,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"variable_declarator.js - {\"semi\":false}"
],
"duration": 64.11858799995389,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"variable_declarator.js - {\"semi\":false}"
],
"duration": 62.562925000092946,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"variable_declarator.js - {\"semi\":false}"
],
"duration": 63.30253200000152,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"variable_declarator.js - {\"semi\":false}"
],
"duration": 61.74990199995227,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"variable_declarator.js - {\"semi\":false}"
],
"duration": 60.42657800007146,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"variable_declarator.js - {\"semi\":false}"
],
"duration": 64.1068559999112,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"variable_declarator.js - {\"semi\":false}"
],
"duration": 62.283781000063755,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"variable_declarator.js - {\"semi\":false}"
],
"duration": 61.97129000001587,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"while.js - {\"semi\":false}"
],
"duration": 0.42374100000597537,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"while.js - {\"semi\":false}"
],
"duration": 58.72442699992098,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"while.js - {\"semi\":false}"
],
"duration": 60.49491499993019,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"while.js - {\"semi\":false}"
],
"duration": 57.87239799997769,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"while.js - {\"semi\":false}"
],
"duration": 58.50225999997929,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"while.js - {\"semi\":false}"
],
"duration": 59.52233700000215,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"while.js - {\"semi\":false}"
],
"duration": 57.71196800004691,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"while.js - {\"semi\":false}"
],
"duration": 57.96231899992563,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"while.js - {\"semi\":false}"
],
"duration": 58.72731600003317,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 0.6876740000443533,
"failureMessages": [
"snippet: #0 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #0 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -6,9 +6,10 @@\n =====================================input======================================\n var a = { /* comment */ \n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 56.987717999960296,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 58.263816999970004,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 57.46627799991984,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 56.573982000001706,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 57.188475999981165,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 57.21888900001068,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 57.85393899993505,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 57.246872000047006,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 0.6205780000891536,
"failureMessages": [
"snippet: #1 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #1 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -6,9 +6,10 @@\n =====================================input======================================\n var a = { /* comment */\n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 58.757226999965496,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 57.56559299991932,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 56.95024499995634,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 58.610092999995686,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 60.13650099991355,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 57.55724100000225,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 57.90370399993844,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 59.026955000008456,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "snippet: cursor-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: cursor-1.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -5,10 +5,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()\n \n =====================================output=====================================\n - (function () {\n - return <|>15;\n + (function () {\n + return 1<|>5;\n })();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: cursor-and-range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: cursor-and-range.js format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -14,13 +14,12 @@\n | ^^^^^^^^^^^^^^\n 5 | }\n 6 |\n 7 | let x\n =====================================output=====================================\n - \n -\n class a {\n - b(<|>) {}\n + b() {<|>}\n }\n \n - let x\n + let x;\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: range-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: range-1.js format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -14,14 +14,12 @@\n 5 | }\n 6 |\n 7 | let x\n 8 |\n =====================================output=====================================\n - \n -\n class a {\n b() {}\n }\n \n - let x\n + let x;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: range-and-cursor-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: range-and-cursor-1.js format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -16,15 +16,12 @@\n 6 | }\n 7 |\n 8 | let x \n 9 |\n =====================================output=====================================\n - \n -\n -\n class a {\n - b(<|>) {}\n + b() {}<|>\n }\n \n - let x \n + let x;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 16,
"numPendingTests": 0,
"perfStats": {
"start": 174084.93852100003,
"end": 175261.704141,
"runtime": 1177,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 0,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/bom/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"snippet: cursor-1.js"
],
"duration": 0.5738709999714047,
"failureMessages": [
"snippet: cursor-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: cursor-1.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -5,10 +5,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()\n \n =====================================output=====================================\n - (function () {\n - return <|>15;\n + (function () {\n + return 1<|>5;\n })();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: cursor-1.js"
],
"duration": 57.3293479999993,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: cursor-1.js"
],
"duration": 57.59871699998621,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: cursor-1.js"
],
"duration": 57.750150999985635,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: cursor-1.js"
],
"duration": 57.42297700000927,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: cursor-and-range.js"
],
"duration": 1.11205599992536,
"failureMessages": [
"snippet: cursor-and-range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: cursor-and-range.js format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -14,13 +14,12 @@\n | ^^^^^^^^^^^^^^\n 5 | }\n 6 |\n 7 | let x\n =====================================output=====================================\n - \n -\n class a {\n - b(<|>) {}\n + b() {<|>}\n }\n \n - let x\n + let x;\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: cursor-and-range.js"
],
"duration": 57.86416599992663,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: cursor-and-range.js"
],
"duration": 56.57781199994497,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: cursor-and-range.js"
],
"duration": 57.043228999944404,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: cursor-and-range.js"
],
"duration": 57.72935899998993,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: range-1.js"
],
"duration": 0.7724620000226423,
"failureMessages": [
"snippet: range-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: range-1.js format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -14,14 +14,12 @@\n 5 | }\n 6 |\n 7 | let x\n 8 |\n =====================================output=====================================\n - \n -\n class a {\n b() {}\n }\n \n - let x\n + let x;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: range-1.js"
],
"duration": 58.26608500001021,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: range-1.js"
],
"duration": 58.46844200009946,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: range-1.js"
],
"duration": 59.45670700003393,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: range-1.js"
],
"duration": 58.581979000009596,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: range-and-cursor-1.js"
],
"duration": 0.795886000036262,
"failureMessages": [
"snippet: range-and-cursor-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: range-and-cursor-1.js format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -16,15 +16,12 @@\n 6 | }\n 7 |\n 8 | let x \n 9 |\n =====================================output=====================================\n - \n -\n -\n class a {\n - b(<|>) {}\n + b() {}<|>\n }\n \n - let x \n + let x;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: range-and-cursor-1.js"
],
"duration": 57.89599300001282,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: range-and-cursor-1.js"
],
"duration": 57.0172630000161,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: range-and-cursor-1.js"
],
"duration": 56.78791700000875,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: range-and-cursor-1.js"
],
"duration": 57.08942600002047,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "import-defer-attributes-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-defer-attributes-declaration.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\" with { attr: \"val\" };\n \n =====================================output=====================================\n - import defer * as ns from \"x\" with { attr: \"val\" };\n + import defer\n + * as ns from \"x\"\n + with { attr: \"val\" }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 15)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-defer.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-defer.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\";\n \n =====================================output=====================================\n - import defer * as ns from \"x\";\n + import defer\n + * as ns from \"x\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 15)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 175321.45589599997,
"end": 175568.09959199996,
"runtime": 247,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 16,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/deferred-import-evaluation/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"import-defer-attributes-declaration.js"
],
"duration": 0.7661509999306872,
"failureMessages": [
"import-defer-attributes-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-defer-attributes-declaration.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\" with { attr: \"val\" };\n \n =====================================output=====================================\n - import defer * as ns from \"x\" with { attr: \"val\" };\n + import defer\n + * as ns from \"x\"\n + with { attr: \"val\" }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 15)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"import-defer-attributes-declaration.js"
],
"duration": 1.2543819999555126,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-defer-attributes-declaration.js"
],
"duration": 0.8170350000727922,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-defer-attributes-declaration.js"
],
"duration": 0.7423959999578074,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-defer-attributes-declaration.js"
],
"duration": 57.321615000022575,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-defer.js"
],
"duration": 0.6148379999212921,
"failureMessages": [
"import-defer.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-defer.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\";\n \n =====================================output=====================================\n - import defer * as ns from \"x\";\n + import defer\n + * as ns from \"x\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 15)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"import-defer.js"
],
"duration": 1.0517729999264702,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-defer.js"
],
"duration": 0.7816800000146031,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-defer.js"
],
"duration": 0.7339099999517202,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-defer.js"
],
"duration": 57.85004799999297,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-default.js"
],
"duration": 1.378303000004962,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"no-default.js"
],
"duration": 0.8286970000481233,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-default.js"
],
"duration": 0.7230399999534711,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-default.js"
],
"duration": 0.6867430000565946,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-default.js"
],
"duration": 0.7926100000040606,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-named.js"
],
"duration": 0.8279160000383854,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"no-named.js"
],
"duration": 0.6731569999828935,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-named.js"
],
"duration": 0.6585799999302253,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-named.js"
],
"duration": 0.6255879999371246,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-named.js"
],
"duration": 0.7262859999900684,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "dynamic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dynamic-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import(\"./foo.json\", { with: { type: \"json\" } });\n \n =====================================output=====================================\n - import(\"./foo.json\", {with: {type: \"json\"}});\n + import(\"./foo.json\", { with: { type: \"json\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nempty.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n printWidth: 80\n | printWidth\n =====================================input======================================\n export * as bar from \"bar.json\" with { }\n =====================================output=====================================\n - export * as bar from \"bar.json\";\n + export * as bar from \"bar.json\" with {};\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nre-export.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `re-export.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { default as foo2 } from \"foo.json\" with { type: \"json\" };\n \n =====================================output=====================================\n - export {default as foo2} from \"foo.json\" with {type: \"json\"};\n + export { default as foo2 } from \"foo.json\" with { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nstatic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `static-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import json from \"./foo.json\" with { type: \"json\" };\n \n =====================================output=====================================\n - import json from \"./foo.json\" with {type: \"json\"};\n + import json from \"./foo.json\" with { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 16,
"numPendingTests": 0,
"perfStats": {
"start": 175627.75154200004,
"end": 176098.90225600003,
"runtime": 471,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 12,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-attributes/bracket-spacing/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"dynamic-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.6393240001052618,
"failureMessages": [
"dynamic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dynamic-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import(\"./foo.json\", { with: { type: \"json\" } });\n \n =====================================output=====================================\n - import(\"./foo.json\", {with: {type: \"json\"}});\n + import(\"./foo.json\", { with: { type: \"json\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"bracketSpacing\":false}"
],
"duration": 1.0623140000971034,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.7424670000327751,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.6687790000578389,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"bracketSpacing\":false}"
],
"duration": 57.42080099997111,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 0.6000500000081956,
"failureMessages": [
"empty.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n printWidth: 80\n | printWidth\n =====================================input======================================\n export * as bar from \"bar.json\" with { }\n =====================================output=====================================\n - export * as bar from \"bar.json\";\n + export * as bar from \"bar.json\" with {};\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 1.1972450000466779,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 0.7481770000886172,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 0.8016269999789074,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 57.34531899995636,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"re-export.js - {\"bracketSpacing\":false}"
],
"duration": 0.6082150000147521,
"failureMessages": [
"re-export.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `re-export.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { default as foo2 } from \"foo.json\" with { type: \"json\" };\n \n =====================================output=====================================\n - export {default as foo2} from \"foo.json\" with {type: \"json\"};\n + export { default as foo2 } from \"foo.json\" with { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"re-export.js - {\"bracketSpacing\":false}"
],
"duration": 1.061701999977231,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"re-export.js - {\"bracketSpacing\":false}"
],
"duration": 0.7688750000670552,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"re-export.js - {\"bracketSpacing\":false}"
],
"duration": 0.7560320000629872,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"re-export.js - {\"bracketSpacing\":false}"
],
"duration": 57.80734699999448,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.6334430000279099,
"failureMessages": [
"static-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `static-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import json from \"./foo.json\" with { type: \"json\" };\n \n =====================================output=====================================\n - import json from \"./foo.json\" with {type: \"json\"};\n + import json from \"./foo.json\" with { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"static-import.js - {\"bracketSpacing\":false}"
],
"duration": 1.014123999979347,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.7052070000208914,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.7079019999364391,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-import.js - {\"bracketSpacing\":false}"
],
"duration": 56.7930059999926,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "dynamic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dynamic-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import(\"./foo.json\", { assert: { type: \"json\" } });\n \n =====================================output=====================================\n - import(\"./foo.json\", {assert: {type: \"json\"}});\n + import(\"./foo.json\", { assert: { type: \"json\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nempty.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n printWidth: 80\n | printWidth\n =====================================input======================================\n export * as bar from \"bar.json\" assert { }\n =====================================output=====================================\n - export * as bar from \"bar.json\";\n + export * as bar from \"bar.json\" assert {};\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nre-export.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `re-export.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { default as foo2 } from \"foo.json\" assert { type: \"json\" };\n \n =====================================output=====================================\n - export {default as foo2} from \"foo.json\" assert {type: \"json\"};\n + export { default as foo2 } from \"foo.json\" assert { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nstatic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `static-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import json from \"./foo.json\" assert { type: \"json\" };\n \n =====================================output=====================================\n - import json from \"./foo.json\" assert {type: \"json\"};\n + import json from \"./foo.json\" assert { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 16,
"numPendingTests": 0,
"perfStats": {
"start": 176159.75144199998,
"end": 176645.311056,
"runtime": 486,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 12,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-assertions/bracket-spacing/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"dynamic-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.6576280000153929,
"failureMessages": [
"dynamic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dynamic-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import(\"./foo.json\", { assert: { type: \"json\" } });\n \n =====================================output=====================================\n - import(\"./foo.json\", {assert: {type: \"json\"}});\n + import(\"./foo.json\", { assert: { type: \"json\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"bracketSpacing\":false}"
],
"duration": 1.2911399999866262,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.7482569999992847,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.6660339999943972,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"bracketSpacing\":false}"
],
"duration": 56.65545099996962,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 0.6627970000263304,
"failureMessages": [
"empty.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n printWidth: 80\n | printWidth\n =====================================input======================================\n export * as bar from \"bar.json\" assert { }\n =====================================output=====================================\n - export * as bar from \"bar.json\";\n + export * as bar from \"bar.json\" assert {};\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 1.0251850000349805,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 0.717651000013575,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 0.7072700000135228,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 55.23372599994764,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"re-export.js - {\"bracketSpacing\":false}"
],
"duration": 0.6186549999983981,
"failureMessages": [
"re-export.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `re-export.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { default as foo2 } from \"foo.json\" assert { type: \"json\" };\n \n =====================================output=====================================\n - export {default as foo2} from \"foo.json\" assert {type: \"json\"};\n + export { default as foo2 } from \"foo.json\" assert { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"re-export.js - {\"bracketSpacing\":false}"
],
"duration": 1.0684550000587478,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"re-export.js - {\"bracketSpacing\":false}"
],
"duration": 0.736566000035964,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"re-export.js - {\"bracketSpacing\":false}"
],
"duration": 0.7261149999685585,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"re-export.js - {\"bracketSpacing\":false}"
],
"duration": 55.75809700007085,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.6128240000689402,
"failureMessages": [
"static-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `static-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import json from \"./foo.json\" assert { type: \"json\" };\n \n =====================================output=====================================\n - import json from \"./foo.json\" assert {type: \"json\"};\n + import json from \"./foo.json\" assert { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"static-import.js - {\"bracketSpacing\":false}"
],
"duration": 1.0217379999812692,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.7122700000181794,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.7565930000273511,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-import.js - {\"bracketSpacing\":false}"
],
"duration": 55.94509100005962,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "arrow_function_expression.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrow_function_expression.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,14 +57,14 @@\n a = () => ({})()() && a;\n a = () => ({}).b && a;\n a = () => ({})[b] && a;\n a = () => ({})`` && a;\n a = () => ({} = 0);\n - a = () => ({}, a);\n + a = () => (({}), a);\n (a) => a instanceof {};\n (a) => ({})().b && 0;\n - (a) => ({}().c = 0);\n + (a) => (({})().c = 0);\n (x) => ({})()();\n (x) => ({})()``;\n (x) => ({})().b;\n a = (b) => c;\n (x) => (y = z);\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nchain-as-arg.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-as-arg.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -44,41 +44,41 @@\n \n \n =====================================output=====================================\n const w = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n );\n \n const x = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n )(x);\n \n const y = a.b(\n 1,\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n )(x);\n \n const z = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n 2,\n )(x);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nchain-in-logical-expression.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-in-logical-expression.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n \n =====================================output=====================================\n const x =\n a.b ??\n ((\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncomment.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 29\n + Received + 25\n \n @@ -88,58 +88,54 @@\n ) => <span>{info.item.widget.missingProp}</span>}\n data={data}\n />;\n \n func(\n - () =>\n - // comment\n - a,\n + () => a, // comment\n );\n func(\n - () => () =>\n - // comment\n - a,\n + () =>\n + () => // comment\n + a,\n );\n func(\n - () => () => () =>\n - // comment\n - a,\n + () =>\n + () =>\n + () => // comment\n + a,\n );\n \n - func(() =>\n - // comment\n - a ? b : c,\n + func(\n + () => (a ? b : c), // comment\n );\n func(\n - () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () => // comment\n + a ? b : c,\n );\n func(\n - () => () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () =>\n + () => // comment\n + a ? b : c,\n );\n \n func(\n - () =>\n - (\n - // comment\n - a, b, c\n - ),\n + () => ( // comment\n + a, b, c\n + ),\n );\n func(\n - () => () =>\n - (\n - // comment\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n func(\n - () => () => () =>\n - (\n - // comment\n + () =>\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurried.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `curried.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 69\n + Received + 61\n \n @@ -323,46 +323,42 @@\n (argument11) =>\n (argument12) =>\n 3,\n );\n \n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => ({\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - }),\n - );\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => ({\n + foo: bar,\n + bar: baz,\n + baz: foo,\n + }));\n \n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - },\n - );\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n (\n (argument1) =>\n (argument2) =>\n (argument3) =>\n @@ -377,27 +373,25 @@\n (argument12) =>\n 3\n )(3);\n \n bar(\n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => ({\n - foo: bar,\n - bar: baz,\n - }),\n - ),\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => ({\n + foo: bar,\n + bar: baz,\n + })),\n );\n \n const baaaz =\n (aaaaa1, bbbbb1) =>\n (aaaaa2, bbbbb2) =>\n @@ -416,24 +410,22 @@\n dispatch(action),\n );\n \n foo((action) => (action) => action);\n \n - import(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - }\n - );\n + import((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurrying-2.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-2.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -25,22 +25,18 @@\n \n request.get(\"https://preview-9992--prettier.netlify.app\", (head) => (body) => {\n console.log(head, body);\n });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - (head) => (body) => (mody) => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", (head) =>\n + (body) =>\n + (mody) => {\n console.log(head, body);\n - },\n - );\n + });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - (head) =>\n - (body) =>\n - (modyLoremIpsumDolorAbstractProviderFactoryServiceModule) => {\n - console.log(head, body);\n - },\n - );\n + request.get(\"https://preview-9992--prettier.netlify.app\", (head) =>\n + (body) =>\n + (modyLoremIpsumDolorAbstractProviderFactoryServiceModule) => {\n + console.log(head, body);\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurrying-4.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-4.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 37\n + Received + 39\n \n @@ -66,13 +66,13 @@\n );\n \n =====================================output=====================================\n Y(() => (a ? b : c));\n \n - Y(() => () => (a ? b : c));\n + Y(() => () => a ? b : c);\n \n - Y(() => () => () => (a ? b : c));\n + Y(() => () => () => a ? b : c);\n \n Y(() =>\n longlonglonglonglonglonglonglonglonglongCondition\n ? \"Prettier is an opinionated code formatter.\"\n : \"Prettier takes your code and reprints it from scratch by taking the line length into account.\",\n @@ -107,51 +107,53 @@\n \"in\",\n \"the\",\n \"sky.\",\n ];\n \n - const x2 = () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x2 = () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n - const x3 = () => () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x3 = () => () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n f((a) => (1, 2, 3) /* a */);\n f((a) => (b) => (1, 2, 3) /* b */ /* a */);\n - f((a) => (b) => (c) => (1, 2, 3) /* c */ /* b */ /* a */);\n + f((a) => (b) => (c) => (1, 2, 3) /* b */ /* c */ /* a */);\n \n f((a) => (1 ? 2 : 3) /* a */);\n - f((a) => (b) => (1 ? 2 : 3) /* b */ /* a */);\n - f((a) => (b) => (c) => (1 ? 2 : 3) /* c */ /* b */ /* a */);\n + f((a) => (b) => 1 ? 2 : 3 /* b */ /* a */);\n + f((a) => (b) => (c) => 1 ? 2 : 3 /* b */ /* c */ /* a */);\n \n a(\n \"\",\n \"\",\n ({}) =>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-1389-curry.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-1389-curry.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -37,14 +37,12 @@\n const foobaz =\n (argumentOne, argumentTwo, argumentThree) => (restOfTheArguments123, j) => {\n return \"baz\";\n };\n \n - const makeSomeFunction =\n - (services = { logger: null }) =>\n - (a, b, c) =>\n - services.logger(a, b, c);\n + const makeSomeFunction = (services = { logger: null }) => (a, b, c) =>\n + services.logger(a, b, c);\n \n const makeSomeFunction2 =\n (\n services = {\n logger: null,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 11\n + Received + 15\n \n @@ -35,32 +35,36 @@\n foo: bar,\n bar: baz,\n baz: foo,\n });\n \n - const fn12 = (a) => (b) => (c) => (d) => (e) => #{\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - };\n + const fn12 = (a) => (b) => (c) => (d) => (e) =>\n + (#\n + {\n + foo: bar, bar;\n + : baz, baz: foo\n + }\n + )\n \n map(() => [\n // comment\n foo,\n ]);\n \n - map(() => #[\n + map(() => (#[\n // comment\n - foo,\n - ]);\n + foo\n + ])\n + )\n \n map(() => ({\n // comment\n foo,\n }));\n \n - map(() => #{\n + map(() => (#{\n // comment\n - foo,\n - });\n + foo\n + })\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\narrow_function_expression.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrow_function_expression.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,14 +57,14 @@\n a = () => ({})()() && a;\n a = () => ({}).b && a;\n a = () => ({})[b] && a;\n a = () => ({})`` && a;\n a = () => ({} = 0);\n - a = () => ({}, a);\n + a = () => (({}), a);\n a => a instanceof {};\n a => ({})().b && 0;\n - a => ({}().c = 0);\n + a => (({})().c = 0);\n x => ({})()();\n x => ({})()``;\n x => ({})().b;\n a = b => c;\n x => (y = z);\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nchain-as-arg.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-as-arg.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -44,41 +44,41 @@\n \n \n =====================================output=====================================\n const w = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n );\n \n const x = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n )(x);\n \n const y = a.b(\n 1,\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n )(x);\n \n const z = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n 2,\n )(x);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nchain-in-logical-expression.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n \n =====================================output=====================================\n const x =\n a.b ??\n ((\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncomment.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 29\n + Received + 25\n \n @@ -88,58 +88,54 @@\n ) => <span>{info.item.widget.missingProp}</span>}\n data={data}\n />;\n \n func(\n - () =>\n - // comment\n - a,\n + () => a, // comment\n );\n func(\n - () => () =>\n - // comment\n - a,\n + () =>\n + () => // comment\n + a,\n );\n func(\n - () => () => () =>\n - // comment\n - a,\n + () =>\n + () =>\n + () => // comment\n + a,\n );\n \n - func(() =>\n - // comment\n - a ? b : c,\n + func(\n + () => (a ? b : c), // comment\n );\n func(\n - () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () => // comment\n + a ? b : c,\n );\n func(\n - () => () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () =>\n + () => // comment\n + a ? b : c,\n );\n \n func(\n - () =>\n - (\n - // comment\n - a, b, c\n - ),\n + () => ( // comment\n + a, b, c\n + ),\n );\n func(\n - () => () =>\n - (\n - // comment\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n func(\n - () => () => () =>\n - (\n - // comment\n + () =>\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurried.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `curried.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 69\n + Received + 61\n \n @@ -315,46 +315,42 @@\n argument11 =>\n argument12 =>\n 3,\n );\n \n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => ({\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - }),\n - );\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => ({\n + foo: bar,\n + bar: baz,\n + baz: foo,\n + }));\n \n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - },\n - );\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n (\n argument1 =>\n argument2 =>\n argument3 =>\n @@ -369,27 +365,25 @@\n argument12 =>\n 3\n )(3);\n \n bar(\n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => ({\n - foo: bar,\n - bar: baz,\n - }),\n - ),\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => ({\n + foo: bar,\n + bar: baz,\n + })),\n );\n \n const baaaz =\n (aaaaa1, bbbbb1) =>\n (aaaaa2, bbbbb2) =>\n @@ -406,24 +400,22 @@\n action => next => next => next => next => next => next => dispatch(action),\n );\n \n foo(action => action => action);\n \n - import(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - }\n - );\n + import(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurrying-2.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-2.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 10\n + Received + 8\n \n @@ -25,20 +25,18 @@\n \n request.get(\"https://preview-9992--prettier.netlify.app\", head => body => {\n console.log(head, body);\n });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - head => body => mody => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", head =>\n + body =>\n + mody => {\n console.log(head, body);\n - },\n - );\n + });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - head => body => modyLoremIpsumDolorAbstractProviderFactoryServiceModule => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", head =>\n + body =>\n + modyLoremIpsumDolorAbstractProviderFactoryServiceModule => {\n console.log(head, body);\n - },\n - );\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurrying-4.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-4.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 37\n + Received + 39\n \n @@ -66,13 +66,13 @@\n );\n \n =====================================output=====================================\n Y(() => (a ? b : c));\n \n - Y(() => () => (a ? b : c));\n + Y(() => () => a ? b : c);\n \n - Y(() => () => () => (a ? b : c));\n + Y(() => () => () => a ? b : c);\n \n Y(() =>\n longlonglonglonglonglonglonglonglonglongCondition\n ? \"Prettier is an opinionated code formatter.\"\n : \"Prettier takes your code and reprints it from scratch by taking the line length into account.\",\n @@ -107,51 +107,53 @@\n \"in\",\n \"the\",\n \"sky.\",\n ];\n \n - const x2 = () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x2 = () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n - const x3 = () => () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x3 = () => () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n f(a => (1, 2, 3) /* a */);\n f(a => b => (1, 2, 3) /* b */ /* a */);\n - f(a => b => c => (1, 2, 3) /* c */ /* b */ /* a */);\n + f(a => b => c => (1, 2, 3) /* b */ /* c */ /* a */);\n \n f(a => (1 ? 2 : 3) /* a */);\n - f(a => b => (1 ? 2 : 3) /* b */ /* a */);\n - f(a => b => c => (1 ? 2 : 3) /* c */ /* b */ /* a */);\n + f(a => b => 1 ? 2 : 3 /* b */ /* a */);\n + f(a => b => c => 1 ? 2 : 3 /* b */ /* c */ /* a */);\n \n a(\n \"\",\n \"\",\n ({}) =>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-1389-curry.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-1389-curry.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -37,14 +37,12 @@\n const foobaz =\n (argumentOne, argumentTwo, argumentThree) => (restOfTheArguments123, j) => {\n return \"baz\";\n };\n \n - const makeSomeFunction =\n - (services = { logger: null }) =>\n - (a, b, c) =>\n - services.logger(a, b, c);\n + const makeSomeFunction = (services = { logger: null }) => (a, b, c) =>\n + services.logger(a, b, c);\n \n const makeSomeFunction2 =\n (\n services = {\n logger: null,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 7\n + Received + 15\n \n @@ -31,28 +31,36 @@\n }));\n \n =====================================output=====================================\n const fn12 = a => b => c => d => e => ({ foo: bar, bar: baz, baz: foo });\n \n - const fn12 = a => b => c => d => e => #{ foo: bar, bar: baz, baz: foo };\n + const fn12 = (a) => (b) => (c) => (d) => (e) =>\n + (#\n + {\n + foo: bar, bar;\n + : baz, baz: foo\n + }\n + )\n \n map(() => [\n // comment\n foo,\n ]);\n \n - map(() => #[\n + map(() => (#[\n // comment\n - foo,\n - ]);\n + foo\n + ])\n + )\n \n map(() => ({\n // comment\n foo,\n }));\n \n - map(() => #{\n + map(() => (#{\n // comment\n - foo,\n - });\n + foo\n + })\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 18,
"numPassingTests": 248,
"numPendingTests": 0,
"perfStats": {
"start": 176713.26060899993,
"end": 192776.83921499999,
"runtime": 16064,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 28,
"unchecked": 0,
"unmatched": 18,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrows/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.42904099996667355,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.82420499995351,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.761829999974,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.067277999944054,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.24485100002494,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.86646200006362,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.52600700000767,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.8940500000026077,
"failureMessages": [
"arrow_function_expression.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrow_function_expression.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,14 +57,14 @@\n a = () => ({})()() && a;\n a = () => ({}).b && a;\n a = () => ({})[b] && a;\n a = () => ({})`` && a;\n a = () => ({} = 0);\n - a = () => ({}, a);\n + a = () => (({}), a);\n (a) => a instanceof {};\n (a) => ({})().b && 0;\n - (a) => ({}().c = 0);\n + (a) => (({})().c = 0);\n (x) => ({})()();\n (x) => ({})()``;\n (x) => ({})().b;\n a = (b) => c;\n (x) => (y = z);\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 73.26049400004558,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 63.331158000044525,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 63.85513199993875,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 68.39153599995188,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 64.88818300003186,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 63.41059700003825,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.42487300001084805,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}"
],
"duration": 60.35404299991205,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.577633999986574,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.88618199992925,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.24490699998569,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.49724699999206,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.9278860000195,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.4115489999530837,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.3992009999929,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.37284500000533,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.312942999997176,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.1467779999366,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.53149299998768,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.17290400003549,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.5037310000043362,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"always\"}"
],
"duration": 100.00889900000766,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"always\"}"
],
"duration": 79.37462199991569,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"always\"}"
],
"duration": 75.11152899998706,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"always\"}"
],
"duration": 74.18261799996253,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"always\"}"
],
"duration": 90.54282999993302,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"always\"}"
],
"duration": 81.20495799998753,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.7147750000003725,
"failureMessages": [
"chain-as-arg.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-as-arg.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -44,41 +44,41 @@\n \n \n =====================================output=====================================\n const w = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n );\n \n const x = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n )(x);\n \n const y = a.b(\n 1,\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n )(x);\n \n const z = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n 2,\n )(x);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"always\"}"
],
"duration": 61.22598900005687,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.958050000015646,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"always\"}"
],
"duration": 60.47234400000889,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.969704999937676,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.91840200009756,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.830975999939255,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.6115220000501722,
"failureMessages": [
"chain-in-logical-expression.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-in-logical-expression.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n \n =====================================output=====================================\n const x =\n a.b ??\n ((\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.35887599992566,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.0073609999381,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.898297999985516,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.78702299995348,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.670424999902025,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.22706899989862,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.9917320000240579,
"failureMessages": [
"comment.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 29\n + Received + 25\n \n @@ -88,58 +88,54 @@\n ) => <span>{info.item.widget.missingProp}</span>}\n data={data}\n />;\n \n func(\n - () =>\n - // comment\n - a,\n + () => a, // comment\n );\n func(\n - () => () =>\n - // comment\n - a,\n + () =>\n + () => // comment\n + a,\n );\n func(\n - () => () => () =>\n - // comment\n - a,\n + () =>\n + () =>\n + () => // comment\n + a,\n );\n \n - func(() =>\n - // comment\n - a ? b : c,\n + func(\n + () => (a ? b : c), // comment\n );\n func(\n - () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () => // comment\n + a ? b : c,\n );\n func(\n - () => () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () =>\n + () => // comment\n + a ? b : c,\n );\n \n func(\n - () =>\n - (\n - // comment\n - a, b, c\n - ),\n + () => ( // comment\n + a, b, c\n + ),\n );\n func(\n - () => () =>\n - (\n - // comment\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n func(\n - () => () => () =>\n - (\n - // comment\n + () =>\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"always\"}"
],
"duration": 66.10418999998365,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"always\"}"
],
"duration": 61.98256100004073,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"always\"}"
],
"duration": 60.99188300000969,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.92498200002592,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"always\"}"
],
"duration": 61.19148599996697,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"always\"}"
],
"duration": 65.67235300003085,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"always\"}"
],
"duration": 1.385867000091821,
"failureMessages": [
"curried.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `curried.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 69\n + Received + 61\n \n @@ -323,46 +323,42 @@\n (argument11) =>\n (argument12) =>\n 3,\n );\n \n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => ({\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - }),\n - );\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => ({\n + foo: bar,\n + bar: baz,\n + baz: foo,\n + }));\n \n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - },\n - );\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n (\n (argument1) =>\n (argument2) =>\n (argument3) =>\n @@ -377,27 +373,25 @@\n (argument12) =>\n 3\n )(3);\n \n bar(\n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => ({\n - foo: bar,\n - bar: baz,\n - }),\n - ),\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => ({\n + foo: bar,\n + bar: baz,\n + })),\n );\n \n const baaaz =\n (aaaaa1, bbbbb1) =>\n (aaaaa2, bbbbb2) =>\n @@ -416,24 +410,22 @@\n dispatch(action),\n );\n \n foo((action) => (action) => action);\n \n - import(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - }\n - );\n + import((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"always\"}"
],
"duration": 85.9894449999556,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"always\"}"
],
"duration": 79.39033500000369,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"always\"}"
],
"duration": 79.28304199990816,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"always\"}"
],
"duration": 72.9838330000639,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"always\"}"
],
"duration": 80.61678500007838,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"always\"}"
],
"duration": 78.2626370000653,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.8035300000337884,
"failureMessages": [
"currying-2.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-2.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -25,22 +25,18 @@\n \n request.get(\"https://preview-9992--prettier.netlify.app\", (head) => (body) => {\n console.log(head, body);\n });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - (head) => (body) => (mody) => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", (head) =>\n + (body) =>\n + (mody) => {\n console.log(head, body);\n - },\n - );\n + });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - (head) =>\n - (body) =>\n - (modyLoremIpsumDolorAbstractProviderFactoryServiceModule) => {\n - console.log(head, body);\n - },\n - );\n + request.get(\"https://preview-9992--prettier.netlify.app\", (head) =>\n + (body) =>\n + (modyLoremIpsumDolorAbstractProviderFactoryServiceModule) => {\n + console.log(head, body);\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"always\"}"
],
"duration": 60.87518299999647,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"always\"}"
],
"duration": 60.116442000027746,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"always\"}"
],
"duration": 60.25776499998756,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.777184000005946,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.7975940000033,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"always\"}"
],
"duration": 60.545131999999285,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.43366999994032085,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"always\"}"
],
"duration": 61.60478299995884,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"always\"}"
],
"duration": 62.33896899991669,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.70124899991788,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.63278799992986,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"always\"}"
],
"duration": 60.59649799996987,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"always\"}"
],
"duration": 61.25425099988934,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.974229000043124,
"failureMessages": [
"currying-4.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-4.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 37\n + Received + 39\n \n @@ -66,13 +66,13 @@\n );\n \n =====================================output=====================================\n Y(() => (a ? b : c));\n \n - Y(() => () => (a ? b : c));\n + Y(() => () => a ? b : c);\n \n - Y(() => () => () => (a ? b : c));\n + Y(() => () => () => a ? b : c);\n \n Y(() =>\n longlonglonglonglonglonglonglonglonglongCondition\n ? \"Prettier is an opinionated code formatter.\"\n : \"Prettier takes your code and reprints it from scratch by taking the line length into account.\",\n @@ -107,51 +107,53 @@\n \"in\",\n \"the\",\n \"sky.\",\n ];\n \n - const x2 = () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x2 = () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n - const x3 = () => () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x3 = () => () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n f((a) => (1, 2, 3) /* a */);\n f((a) => (b) => (1, 2, 3) /* b */ /* a */);\n - f((a) => (b) => (c) => (1, 2, 3) /* c */ /* b */ /* a */);\n + f((a) => (b) => (c) => (1, 2, 3) /* b */ /* c */ /* a */);\n \n f((a) => (1 ? 2 : 3) /* a */);\n - f((a) => (b) => (1 ? 2 : 3) /* b */ /* a */);\n - f((a) => (b) => (c) => (1 ? 2 : 3) /* c */ /* b */ /* a */);\n + f((a) => (b) => 1 ? 2 : 3 /* b */ /* a */);\n + f((a) => (b) => (c) => 1 ? 2 : 3 /* b */ /* c */ /* a */);\n \n a(\n \"\",\n \"\",\n ({}) =>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"always\"}"
],
"duration": 65.1293069999665,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"always\"}"
],
"duration": 64.49351299996488,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"always\"}"
],
"duration": 63.9677499999525,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"always\"}"
],
"duration": 63.11951800005045,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"always\"}"
],
"duration": 64.45247699995525,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"always\"}"
],
"duration": 64.36976500006858,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.4333190000616014,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"always\"}"
],
"duration": 66.04047299991362,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.14657699991949,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.69065300002694,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.570278999977745,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.906231999979354,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.34846600005403,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.6169220000738278,
"failureMessages": [
"issue-1389-curry.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-1389-curry.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -37,14 +37,12 @@\n const foobaz =\n (argumentOne, argumentTwo, argumentThree) => (restOfTheArguments123, j) => {\n return \"baz\";\n };\n \n - const makeSomeFunction =\n - (services = { logger: null }) =>\n - (a, b, c) =>\n - services.logger(a, b, c);\n + const makeSomeFunction = (services = { logger: null }) => (a, b, c) =>\n + services.logger(a, b, c);\n \n const makeSomeFunction2 =\n (\n services = {\n logger: null,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.96188299998175,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 60.489842999959365,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.381804000004195,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 60.95316399994772,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 61.19731099996716,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.340280000003986,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.4964870000258088,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.37840899999719,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.361233999952674,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.60835599992424,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.747065000003204,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.86053399997763,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.24911400000565,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.4230700000189245,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.840670999954455,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.537161999964155,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.91930300008971,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.09719500003848,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.14811800001189,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.7845189999789,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.4170689999591559,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"always\"}"
],
"duration": 60.27018900006078,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.32487999997102,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.35978900000919,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.371216999948956,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.81610400008503,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.27531099994667,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.4351930000120774,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"always\"}"
],
"duration": 60.779685999965295,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"always\"}"
],
"duration": 62.28419399994891,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"always\"}"
],
"duration": 60.34846500004642,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.66025799990166,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"always\"}"
],
"duration": 60.79334500001278,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"always\"}"
],
"duration": 61.113342999946326,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.8157339999452233,
"failureMessages": [
"tuple-and-record.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 11\n + Received + 15\n \n @@ -35,32 +35,36 @@\n foo: bar,\n bar: baz,\n baz: foo,\n });\n \n - const fn12 = (a) => (b) => (c) => (d) => (e) => #{\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - };\n + const fn12 = (a) => (b) => (c) => (d) => (e) =>\n + (#\n + {\n + foo: bar, bar;\n + : baz, baz: foo\n + }\n + )\n \n map(() => [\n // comment\n foo,\n ]);\n \n - map(() => #[\n + map(() => (#[\n // comment\n - foo,\n - ]);\n + foo\n + ])\n + )\n \n map(() => ({\n // comment\n foo,\n }));\n \n - map(() => #{\n + map(() => (#{\n // comment\n - foo,\n - });\n + foo\n + })\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"always\"}"
],
"duration": 2.6901330000255257,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"always\"}"
],
"duration": 1.5056210000766441,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"always\"}"
],
"duration": 1.3401330000488088,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"always\"}"
],
"duration": 1.2849789999891073,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"always\"}"
],
"duration": 64.94890099996701,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.93851800006814,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.42493399989325553,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.647682999959216,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.31295500008855,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.88809699995909,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.24466800002847,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 62.69381399999838,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.74806799995713,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.6322909999871626,
"failureMessages": [
"arrow_function_expression.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrow_function_expression.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,14 +57,14 @@\n a = () => ({})()() && a;\n a = () => ({}).b && a;\n a = () => ({})[b] && a;\n a = () => ({})`` && a;\n a = () => ({} = 0);\n - a = () => ({}, a);\n + a = () => (({}), a);\n a => a instanceof {};\n a => ({})().b && 0;\n - a => ({}().c = 0);\n + a => (({})().c = 0);\n x => ({})()();\n x => ({})()``;\n x => ({})().b;\n a = b => c;\n x => (y = z);\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 67.47229700000025,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 67.39786799997091,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 62.23623999999836,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 61.552000000025146,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 62.94203999999445,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 64.65525800001342,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.432196999900043,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.238921999931335,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.45144099998288,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.70376100006979,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.88045699999202,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.26930399995763,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.73499800008722,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.41932300000917166,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.26006600004621,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.43450400000438,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.14307600003667,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 56.52009100001305,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.6526999999769,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.11268500005826,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.5773490000283346,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 78.4790090000024,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 81.0247349999845,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 72.94637300004251,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 72.87295099999756,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 81.79616699996404,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 76.59373099997174,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.6758520000148565,
"failureMessages": [
"chain-as-arg.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-as-arg.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -44,41 +44,41 @@\n \n \n =====================================output=====================================\n const w = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n );\n \n const x = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n )(x);\n \n const y = a.b(\n 1,\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n )(x);\n \n const z = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n 2,\n )(x);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.14578400005121,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.212288000038825,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.36487099993974,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.2434699999867,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.87555299990345,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.22355900006369,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.6242160000838339,
"failureMessages": [
"chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n \n =====================================output=====================================\n const x =\n a.b ??\n ((\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.66689699993003,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.234516000025906,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.497012999956496,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.11737700004596,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.8824799999129,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.32270000001881,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.8023779999930412,
"failureMessages": [
"comment.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 29\n + Received + 25\n \n @@ -88,58 +88,54 @@\n ) => <span>{info.item.widget.missingProp}</span>}\n data={data}\n />;\n \n func(\n - () =>\n - // comment\n - a,\n + () => a, // comment\n );\n func(\n - () => () =>\n - // comment\n - a,\n + () =>\n + () => // comment\n + a,\n );\n func(\n - () => () => () =>\n - // comment\n - a,\n + () =>\n + () =>\n + () => // comment\n + a,\n );\n \n - func(() =>\n - // comment\n - a ? b : c,\n + func(\n + () => (a ? b : c), // comment\n );\n func(\n - () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () => // comment\n + a ? b : c,\n );\n func(\n - () => () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () =>\n + () => // comment\n + a ? b : c,\n );\n \n func(\n - () =>\n - (\n - // comment\n - a, b, c\n - ),\n + () => ( // comment\n + a, b, c\n + ),\n );\n func(\n - () => () =>\n - (\n - // comment\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n func(\n - () => () => () =>\n - (\n - // comment\n + () =>\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 64.70261500007473,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 61.980641999980435,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 61.977375000016764,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 61.564375000074506,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 62.04446200001985,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 63.67847399995662,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 1.0440790000138804,
"failureMessages": [
"curried.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `curried.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 69\n + Received + 61\n \n @@ -315,46 +315,42 @@\n argument11 =>\n argument12 =>\n 3,\n );\n \n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => ({\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - }),\n - );\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => ({\n + foo: bar,\n + bar: baz,\n + baz: foo,\n + }));\n \n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - },\n - );\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n (\n argument1 =>\n argument2 =>\n argument3 =>\n @@ -369,27 +365,25 @@\n argument12 =>\n 3\n )(3);\n \n bar(\n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => ({\n - foo: bar,\n - bar: baz,\n - }),\n - ),\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => ({\n + foo: bar,\n + bar: baz,\n + })),\n );\n \n const baaaz =\n (aaaaa1, bbbbb1) =>\n (aaaaa2, bbbbb2) =>\n @@ -406,24 +400,22 @@\n action => next => next => next => next => next => next => dispatch(action),\n );\n \n foo(action => action => action);\n \n - import(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - }\n - );\n + import(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 75.60588600009214,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 67.47718399995938,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 71.19131199992262,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 75.98233400005847,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 76.36794099991675,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 72.179598000017,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.7369460000190884,
"failureMessages": [
"currying-2.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-2.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 10\n + Received + 8\n \n @@ -25,20 +25,18 @@\n \n request.get(\"https://preview-9992--prettier.netlify.app\", head => body => {\n console.log(head, body);\n });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - head => body => mody => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", head =>\n + body =>\n + mody => {\n console.log(head, body);\n - },\n - );\n + });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - head => body => modyLoremIpsumDolorAbstractProviderFactoryServiceModule => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", head =>\n + body =>\n + modyLoremIpsumDolorAbstractProviderFactoryServiceModule => {\n console.log(head, body);\n - },\n - );\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 62.167261999915354,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 62.57037800003309,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 61.24992299999576,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.880933000007644,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.690856000059284,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 61.36300800007302,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.43751699989661574,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 61.49020300002303,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.8470189999789,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.4536519999383,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.629312000004575,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.95046999992337,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 61.17657100001816,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.9082559999078512,
"failureMessages": [
"currying-4.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-4.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 37\n + Received + 39\n \n @@ -66,13 +66,13 @@\n );\n \n =====================================output=====================================\n Y(() => (a ? b : c));\n \n - Y(() => () => (a ? b : c));\n + Y(() => () => a ? b : c);\n \n - Y(() => () => () => (a ? b : c));\n + Y(() => () => () => a ? b : c);\n \n Y(() =>\n longlonglonglonglonglonglonglonglonglongCondition\n ? \"Prettier is an opinionated code formatter.\"\n : \"Prettier takes your code and reprints it from scratch by taking the line length into account.\",\n @@ -107,51 +107,53 @@\n \"in\",\n \"the\",\n \"sky.\",\n ];\n \n - const x2 = () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x2 = () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n - const x3 = () => () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x3 = () => () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n f(a => (1, 2, 3) /* a */);\n f(a => b => (1, 2, 3) /* b */ /* a */);\n - f(a => b => c => (1, 2, 3) /* c */ /* b */ /* a */);\n + f(a => b => c => (1, 2, 3) /* b */ /* c */ /* a */);\n \n f(a => (1 ? 2 : 3) /* a */);\n - f(a => b => (1 ? 2 : 3) /* b */ /* a */);\n - f(a => b => c => (1 ? 2 : 3) /* c */ /* b */ /* a */);\n + f(a => b => 1 ? 2 : 3 /* b */ /* a */);\n + f(a => b => c => 1 ? 2 : 3 /* b */ /* c */ /* a */);\n \n a(\n \"\",\n \"\",\n ({}) =>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 64.84220600000117,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 64.80481000000145,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 62.59063699992839,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 64.08030200004578,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 63.97042100003455,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 64.06932999996934,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.4262459999881685,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.911444999976084,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.280729999998584,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.12962999998126,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 61.791851999936625,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 61.21461099991575,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.653532000025734,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.6273320000618696,
"failureMessages": [
"issue-1389-curry.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-1389-curry.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -37,14 +37,12 @@\n const foobaz =\n (argumentOne, argumentTwo, argumentThree) => (restOfTheArguments123, j) => {\n return \"baz\";\n };\n \n - const makeSomeFunction =\n - (services = { logger: null }) =>\n - (a, b, c) =>\n - services.logger(a, b, c);\n + const makeSomeFunction = (services = { logger: null }) => (a, b, c) =>\n + services.logger(a, b, c);\n \n const makeSomeFunction2 =\n (\n services = {\n logger: null,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 61.55897000001278,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.99035800003912,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.557980000041425,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.11738499999046,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.26446999993641,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.456235000048764,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.5039610000094399,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.33173899992835,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.74008400004823,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.27302900003269,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.79414400004316,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.69670800003223,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.1267499999376,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.4228299999376759,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.234429999953136,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.26786699995864,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.72457800002303,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.373107000021264,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.63872100005392,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.1565389999887,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.49298099998850375,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.79378100007307,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.544593999977224,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.93289200006984,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.775982999941334,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.058474999968894,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.135444000014104,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.4863280000863597,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 61.81643699994311,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 62.18516300001647,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.92901399999391,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.71004199993331,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.99421799997799,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.38049899996258,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.6896189999533817,
"failureMessages": [
"tuple-and-record.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 7\n + Received + 15\n \n @@ -31,28 +31,36 @@\n }));\n \n =====================================output=====================================\n const fn12 = a => b => c => d => e => ({ foo: bar, bar: baz, baz: foo });\n \n - const fn12 = a => b => c => d => e => #{ foo: bar, bar: baz, baz: foo };\n + const fn12 = (a) => (b) => (c) => (d) => (e) =>\n + (#\n + {\n + foo: bar, bar;\n + : baz, baz: foo\n + }\n + )\n \n map(() => [\n // comment\n foo,\n ]);\n \n - map(() => #[\n + map(() => (#[\n // comment\n - foo,\n - ]);\n + foo\n + ])\n + )\n \n map(() => ({\n // comment\n foo,\n }));\n \n - map(() => #{\n + map(() => (#{\n // comment\n - foo,\n - });\n + foo\n + })\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 1.7615099999820814,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.9223420000635087,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.8324740000534803,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.88278900005389,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 61.92277800000738,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 61.39757500006817,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "escaped.js - {\"trailingComma\":\"es5\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `escaped.js - {\"trailingComma\":\"es5\"} format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -12,9 +12,10 @@\n \n =====================================output=====================================\n export const MSG_GENERIC_OPERATION_FAILURE_BODY_1 =\n goog.getMsg(\"That's all we know\");\n \n - export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 =\n - goog.getMsg(\"That's all we know\");\n + export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 = goog.getMsg(\n + \"That's all we know\"\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 19)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nescaped.js - {\"trailingComma\":\"all\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `escaped.js - {\"trailingComma\":\"all\"} format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -12,9 +12,10 @@\n \n =====================================output=====================================\n export const MSG_GENERIC_OPERATION_FAILURE_BODY_1 =\n goog.getMsg(\"That's all we know\");\n \n - export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 =\n - goog.getMsg(\"That's all we know\");\n + export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 = goog.getMsg(\n + \"That's all we know\",\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 19)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 68,
"numPendingTests": 0,
"perfStats": {
"start": 192855.205547,
"end": 197020.67494400003,
"runtime": 4165,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 12,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/strings/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.5854640000034124,
"failureMessages": [
"escaped.js - {\"trailingComma\":\"es5\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `escaped.js - {\"trailingComma\":\"es5\"} format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -12,9 +12,10 @@\n \n =====================================output=====================================\n export const MSG_GENERIC_OPERATION_FAILURE_BODY_1 =\n goog.getMsg(\"That's all we know\");\n \n - export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 =\n - goog.getMsg(\"That's all we know\");\n + export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 = goog.getMsg(\n + \"That's all we know\"\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 19)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.640662000048906,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.16333300003316,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.59268499992322,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"es5\"}"
],
"duration": 60.1710520000197,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"es5\"}"
],
"duration": 61.12772600003518,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.90378299995791,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.4844339999835938,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"es5\"}"
],
"duration": 60.60829699994065,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.963620999944396,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.62681199994404,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"es5\"}"
],
"duration": 60.11032099998556,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"es5\"}"
],
"duration": 60.34162999992259,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"es5\"}"
],
"duration": 60.63266100001056,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.5002739999908954,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}"
],
"duration": 64.52385899994988,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}"
],
"duration": 1.313533000065945,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.8043719999259338,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}"
],
"duration": 62.411785000003874,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}"
],
"duration": 72.86977600003593,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}"
],
"duration": 65.1527519999072,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.5203420000616461,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"es5\"}"
],
"duration": 61.54014200007077,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.063806999940425,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.24123000004329,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.94713399989996,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.027468999964185,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.15758600004483,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.5459290000144392,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"es5\"}"
],
"duration": 90.94910199998412,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"es5\"}"
],
"duration": 71.03215900005307,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"es5\"}"
],
"duration": 67.72064899990801,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"es5\"}"
],
"duration": 66.99619099998381,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"es5\"}"
],
"duration": 70.4674230000237,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"es5\"}"
],
"duration": 68.59373199997935,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.6180840000743046,
"failureMessages": [
"escaped.js - {\"trailingComma\":\"all\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `escaped.js - {\"trailingComma\":\"all\"} format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -12,9 +12,10 @@\n \n =====================================output=====================================\n export const MSG_GENERIC_OPERATION_FAILURE_BODY_1 =\n goog.getMsg(\"That's all we know\");\n \n - export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 =\n - goog.getMsg(\"That's all we know\");\n + export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 = goog.getMsg(\n + \"That's all we know\",\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 19)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.56589399999939,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.32261200004723,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.121126999962144,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.74482500005979,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.50259399996139,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.816315999953076,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.4396610000403598,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.29559400002472,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.829110999940895,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.16819400002714,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.75965899997391,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.99480200000107,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.904608999961056,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.42244899994693696,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.50624000001699,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}"
],
"duration": 1.4138009999878705,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.7979000000050291,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.27944399998523,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.36711200000718,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.02725799998734,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.4279189999215305,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.71347300009802,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.658181999926455,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.74472600000445,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.15024900005665,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.98858700005803,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.55714699998498,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.46001899999100715,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"all\"}"
],
"duration": 75.92320399999153,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"all\"}"
],
"duration": 67.38237000000663,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"all\"}"
],
"duration": 66.68753200001083,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"all\"}"
],
"duration": 66.17609800002538,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"all\"}"
],
"duration": 68.7765730000101,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"all\"}"
],
"duration": 69.43755600007717,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "objects.js - {\"quoteProps\":\"as-needed\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"as-needed\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -130,36 +130,36 @@\n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n NaN: null,\n 1: null,\n - 1.5: null,\n + \"1.5\": null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n \".1\": null,\n \"1.\": null,\n \"1.0\": null,\n - \"999999999999999999999\": null,\n + 999999999999999999999: null,\n \"0.99999999999999999\": null,\n \"1E2\": null,\n \"1e+3\": null,\n \"1e+100\": null,\n \"0b10\": null,\n @@ -174,22 +174,22 @@\n // These can be quoted:\n NaN: \"NaN\",\n 1: \"1\",\n 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - 0.1: \".1\",\n - 1: \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nobjects.js - {\"quoteProps\":\"preserve\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"preserve\"} format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -130,18 +130,18 @@\n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n @@ -174,22 +174,22 @@\n // These can be quoted:\n NaN: \"NaN\",\n 1: \"1\",\n 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - 0.1: \".1\",\n - 1: \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclasses.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -35,10 +35,10 @@\n c1 = \"c1\";\n c2 = \"c2\";\n }\n \n class D {\n - \"d1\" = \"d1\";\n + d1 = \"d1\";\n \"d-2\" = \"d2\";\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nobjects.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 17\n + Received + 17\n \n @@ -121,45 +121,45 @@\n c1: \"c1\",\n c2: \"c2\",\n };\n \n const d = {\n - \"d1\": \"d1\",\n + d1: \"d1\",\n \"d-2\": \"d2\",\n };\n \n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n - \"NaN\": null,\n - \"1\": null,\n + NaN: null,\n + 1: null,\n \"1.5\": null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n \".1\": null,\n \"1.\": null,\n \"1.0\": null,\n - \"999999999999999999999\": null,\n + 999999999999999999999: null,\n \"0.99999999999999999\": null,\n \"1E2\": null,\n \"1e+3\": null,\n \"1e+100\": null,\n \"0b10\": null,\n @@ -170,26 +170,26 @@\n \n Object.entries({\n // To force quotes for quoteProps=consistent.\n \"a-\": \"a-\",\n // These can be quoted:\n - \"NaN\": \"NaN\",\n - \"1\": \"1\",\n - \"1.5\": \"1.5\",\n + NaN: \"NaN\",\n + 1: \"1\",\n + 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - \"0.1\": \".1\",\n - \"1\": \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nwith_numbers.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `with_numbers.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -30,9 +30,9 @@\n 1: \"\",\n };\n \n obj = {\n \"foo-bar\": \"\",\n - \"1\": \"\",\n + 1: \"\",\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclasses.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -36,10 +36,10 @@\n c1 = 'c1';\n c2 = 'c2';\n }\n \n class D {\n - 'd1' = 'd1';\n + d1 = 'd1';\n 'd-2' = 'd2';\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nobjects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 17\n + Received + 17\n \n @@ -122,45 +122,45 @@\n c1: 'c1',\n c2: 'c2',\n };\n \n const d = {\n - 'd1': 'd1',\n + d1: 'd1',\n 'd-2': 'd2',\n };\n \n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n - 'NaN': null,\n - '1': null,\n + NaN: null,\n + 1: null,\n '1.5': null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n '.1': null,\n '1.': null,\n '1.0': null,\n - '999999999999999999999': null,\n + 999999999999999999999: null,\n '0.99999999999999999': null,\n '1E2': null,\n '1e+3': null,\n '1e+100': null,\n '0b10': null,\n @@ -171,26 +171,26 @@\n \n Object.entries({\n // To force quotes for quoteProps=consistent.\n 'a-': 'a-',\n // These can be quoted:\n - 'NaN': 'NaN',\n - '1': '1',\n - '1.5': '1.5',\n + NaN: 'NaN',\n + 1: '1',\n + 1.5: '1.5',\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - '0.1': '.1',\n - '1': '1.',\n + .1: '.1',\n + 1.: '1.',\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: '1.0', // 1\n 999999999999999999999: '999999999999999999999', // 1e+21\n 0.99999999999999999: '0.99999999999999999', // 1\n - 1e2: '1E2', // 100\n - 1e3: '1e+3', // 1000\n - 1e100: '1e+100', // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: '1E2', // 100\n + 1e+3: '1e+3', // 1000\n + 1e+100: '1e+100', // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: '0b10', // 2\n 0o10: '0o10', // 8\n 0xf: '0xf', // 15\n 2n: '2n', // 2\n 0xan: '0xan', // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nwith_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -31,9 +31,9 @@\n 1: '',\n };\n \n obj = {\n 'foo-bar': '',\n - '1': '',\n + 1: '',\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 8,
"numPassingTests": 92,
"numPendingTests": 0,
"perfStats": {
"start": 197088.79069700005,
"end": 203160.853082,
"runtime": 6072,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 12,
"unchecked": 0,
"unmatched": 8,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/quote-props/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 0.4182109999237582,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 57.99207199993543,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 59.81415400002152,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 59.2876680000918,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 60.24655599996913,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 0.407640999997966,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 60.36324699991383,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 59.014981999993324,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 58.654099000035785,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 59.703654999961145,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 0.858784000040032,
"failureMessages": [
"objects.js - {\"quoteProps\":\"as-needed\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"as-needed\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -130,36 +130,36 @@\n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n NaN: null,\n 1: null,\n - 1.5: null,\n + \"1.5\": null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n \".1\": null,\n \"1.\": null,\n \"1.0\": null,\n - \"999999999999999999999\": null,\n + 999999999999999999999: null,\n \"0.99999999999999999\": null,\n \"1E2\": null,\n \"1e+3\": null,\n \"1e+100\": null,\n \"0b10\": null,\n @@ -174,22 +174,22 @@\n // These can be quoted:\n NaN: \"NaN\",\n 1: \"1\",\n 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - 0.1: \".1\",\n - 1: \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 63.752925999928266,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 62.927315999986604,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 65.95959799992852,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 64.14461499999743,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 0.40887400007341057,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 57.63573500001803,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 58.409046999993734,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 58.4346310000401,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 59.72656600002665,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 0.43949000001884997,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 59.80816400004551,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 59.25706199998967,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 58.61705399991479,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 60.00627699994948,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 0.46756300004199147,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 57.72736799996346,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 59.9106380000012,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 59.492669000057504,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 61.46064399997704,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 0.45460800000000745,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 59.293599000084214,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 61.456443000002764,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 60.60176600003615,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 59.02516100008506,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 0.7824809999438003,
"failureMessages": [
"objects.js - {\"quoteProps\":\"preserve\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"preserve\"} format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -130,18 +130,18 @@\n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n @@ -174,22 +174,22 @@\n // These can be quoted:\n NaN: \"NaN\",\n 1: \"1\",\n 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - 0.1: \".1\",\n - 1: \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 63.300429000053555,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 64.60475800000131,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 63.537750999908894,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 65.41848699992988,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 0.4219479999737814,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 59.91329399996903,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 59.45729199994821,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 58.87750699999742,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 58.4194439999992,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 0.5247990000061691,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 59.23992399999406,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 59.93590199993923,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 59.252158000017516,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 59.11854099994525,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 0.6614449999760836,
"failureMessages": [
"classes.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -35,10 +35,10 @@\n c1 = \"c1\";\n c2 = \"c2\";\n }\n \n class D {\n - \"d1\" = \"d1\";\n + d1 = \"d1\";\n \"d-2\" = \"d2\";\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 66.86106599995401,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 58.45836499996949,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 58.023405999992974,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 58.619730000034906,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 0.4353030000347644,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 59.090207000030205,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 57.61590299999807,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 59.411879999912344,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 58.27127699996345,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 1.0626939999638125,
"failureMessages": [
"objects.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 17\n + Received + 17\n \n @@ -121,45 +121,45 @@\n c1: \"c1\",\n c2: \"c2\",\n };\n \n const d = {\n - \"d1\": \"d1\",\n + d1: \"d1\",\n \"d-2\": \"d2\",\n };\n \n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n - \"NaN\": null,\n - \"1\": null,\n + NaN: null,\n + 1: null,\n \"1.5\": null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n \".1\": null,\n \"1.\": null,\n \"1.0\": null,\n - \"999999999999999999999\": null,\n + 999999999999999999999: null,\n \"0.99999999999999999\": null,\n \"1E2\": null,\n \"1e+3\": null,\n \"1e+100\": null,\n \"0b10\": null,\n @@ -170,26 +170,26 @@\n \n Object.entries({\n // To force quotes for quoteProps=consistent.\n \"a-\": \"a-\",\n // These can be quoted:\n - \"NaN\": \"NaN\",\n - \"1\": \"1\",\n - \"1.5\": \"1.5\",\n + NaN: \"NaN\",\n + 1: \"1\",\n + 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - \"0.1\": \".1\",\n - \"1\": \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 63.3017740000505,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 64.43149100011215,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 65.73426900000777,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 64.64657500002068,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 0.4523850000696257,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 59.47686599998269,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 58.953341000014916,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 59.67690299998503,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 62.192644999944605,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 0.8187490000855178,
"failureMessages": [
"with_numbers.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `with_numbers.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -30,9 +30,9 @@\n 1: \"\",\n };\n \n obj = {\n \"foo-bar\": \"\",\n - \"1\": \"\",\n + 1: \"\",\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 60.229766999953426,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 59.80083399999421,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 58.67391799995676,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 59.855586000019684,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 0.6398439999902621,
"failureMessages": [
"classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -36,10 +36,10 @@\n c1 = 'c1';\n c2 = 'c2';\n }\n \n class D {\n - 'd1' = 'd1';\n + d1 = 'd1';\n 'd-2' = 'd2';\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 59.29893200006336,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 59.416445999988355,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 58.440875000087544,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 58.60733100003563,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 0.4024019999196753,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 59.50716600008309,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 59.62217099999543,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 58.29503200005274,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 60.048389000003226,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 0.93661900004372,
"failureMessages": [
"objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 17\n + Received + 17\n \n @@ -122,45 +122,45 @@\n c1: 'c1',\n c2: 'c2',\n };\n \n const d = {\n - 'd1': 'd1',\n + d1: 'd1',\n 'd-2': 'd2',\n };\n \n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n - 'NaN': null,\n - '1': null,\n + NaN: null,\n + 1: null,\n '1.5': null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n '.1': null,\n '1.': null,\n '1.0': null,\n - '999999999999999999999': null,\n + 999999999999999999999: null,\n '0.99999999999999999': null,\n '1E2': null,\n '1e+3': null,\n '1e+100': null,\n '0b10': null,\n @@ -171,26 +171,26 @@\n \n Object.entries({\n // To force quotes for quoteProps=consistent.\n 'a-': 'a-',\n // These can be quoted:\n - 'NaN': 'NaN',\n - '1': '1',\n - '1.5': '1.5',\n + NaN: 'NaN',\n + 1: '1',\n + 1.5: '1.5',\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - '0.1': '.1',\n - '1': '1.',\n + .1: '.1',\n + 1.: '1.',\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: '1.0', // 1\n 999999999999999999999: '999999999999999999999', // 1e+21\n 0.99999999999999999: '0.99999999999999999', // 1\n - 1e2: '1E2', // 100\n - 1e3: '1e+3', // 1000\n - 1e100: '1e+100', // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: '1E2', // 100\n + 1e+3: '1e+3', // 1000\n + 1e+100: '1e+100', // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: '0b10', // 2\n 0o10: '0o10', // 8\n 0xf: '0xf', // 15\n 2n: '2n', // 2\n 0xan: '0xan', // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 65.78565199999139,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 63.80159300006926,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 66.61060899996664,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 65.403447000077,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 0.42094599991105497,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 59.712913000024855,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 58.43711699999403,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 59.53849700000137,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 59.83440499997232,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 0.6100090000545606,
"failureMessages": [
"with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -31,9 +31,9 @@\n 1: '',\n };\n \n obj = {\n 'foo-bar': '',\n - '1': '',\n + 1: '',\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 58.55064999999013,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 58.39134600001853,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 59.63581799995154,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 61.03553900006227,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 54,
"numPendingTests": 0,
"perfStats": {
"start": 203239.57934999996,
"end": 206662.36761699995,
"runtime": 3423,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 6,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrow-call/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.42056500003673136,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"es5\"}"
],
"duration": 70.71460200008005,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"es5\"}"
],
"duration": 67.69247499993071,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"es5\"}"
],
"duration": 64.94237900001463,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"es5\"}"
],
"duration": 65.29150400008075,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"es5\"}"
],
"duration": 64.86235599999782,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"es5\"}"
],
"duration": 64.29271000006702,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"es5\"}"
],
"duration": 64.22769099997822,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"es5\"}"
],
"duration": 63.46304699999746,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.4193429999286309,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"es5\"}"
],
"duration": 60.25773100007791,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"es5\"}"
],
"duration": 60.80404900002759,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.52861500007566,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.33819600008428,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.55795599997509,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.7120040000882,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.979464999982156,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.729691999964416,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.42648599995300174,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"all\"}"
],
"duration": 96.25101100001484,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"all\"}"
],
"duration": 66.01188600005116,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"all\"}"
],
"duration": 67.47405499999877,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"all\"}"
],
"duration": 64.09742599993479,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"all\"}"
],
"duration": 66.1353400000371,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"all\"}"
],
"duration": 64.24773699999787,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"all\"}"
],
"duration": 68.86582000006456,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"all\"}"
],
"duration": 65.84733999997843,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.4185520000755787,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.88075700006448,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.14961299998686,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.30464200000279,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.347294999985024,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.06269399996381,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.00200600002427,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.12621399993077,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.25592099991627,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.49183900002390146,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"arrowParens\":\"always\"}"
],
"duration": 89.9246549999807,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"arrowParens\":\"always\"}"
],
"duration": 66.13036199996714,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"arrowParens\":\"always\"}"
],
"duration": 64.08622100006323,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"arrowParens\":\"always\"}"
],
"duration": 63.252596999984235,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"arrowParens\":\"always\"}"
],
"duration": 62.538927000015974,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"arrowParens\":\"always\"}"
],
"duration": 64.42901700001676,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"arrowParens\":\"always\"}"
],
"duration": 63.631913999910466,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"arrowParens\":\"always\"}"
],
"duration": 65.5738330000313,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class-property.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.4304540000157431,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class-property.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.15836500003934,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class-property.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.7291640000185,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class-property.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.92655799991917,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-property.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.88133600004949,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-property.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.88318500004243,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-property.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.4095339999767,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-property.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.23455799999647,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-property.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.56572800001595,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 36,
"numPendingTests": 0,
"perfStats": {
"start": 206728.64345200005,
"end": 208798.97064499994,
"runtime": 2070,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/shebang/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"shebang-newline.js"
],
"duration": 0.4356129999505356,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"shebang-newline.js"
],
"duration": 58.48228300001938,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"shebang-newline.js"
],
"duration": 57.9865390000632,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"shebang-newline.js"
],
"duration": 56.78816800005734,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"shebang-newline.js"
],
"duration": 57.34568099991884,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"shebang-newline.js"
],
"duration": 57.532597000012174,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"shebang-newline.js"
],
"duration": 58.60872899997048,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"shebang-newline.js"
],
"duration": 58.82499300001655,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"shebang-newline.js"
],
"duration": 58.488327999948524,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"shebang.js"
],
"duration": 0.4455320000415668,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"shebang.js"
],
"duration": 57.309526999946684,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"shebang.js"
],
"duration": 57.83013499993831,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"shebang.js"
],
"duration": 57.15902300004382,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"shebang.js"
],
"duration": 57.02259700000286,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"shebang.js"
],
"duration": 58.27071499999147,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"shebang.js"
],
"duration": 57.98095100000501,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"shebang.js"
],
"duration": 57.998370000044815,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"shebang.js"
],
"duration": 57.83715000003576,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 0.45897699997294694,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 57.338726999936625,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 56.83685099997092,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 56.49900199996773,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 56.64081500004977,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 56.99251100001857,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 56.9668229999952,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 57.676008000038564,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 56.052998000057414,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 0.4158659999957308,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 57.49615599995013,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 56.56659000006039,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 56.90075999998953,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 57.13314499997068,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 55.64905300003011,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 57.27531599998474,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 58.581979000009596,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 57.049090999993496,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 6\n + Received + 7\n \n @@ -13,19 +13,20 @@\n const m2 = module/* B1 */{\n /* B2 */\n };\n \n =====================================output=====================================\n - const m = /*A1*/ module {\n - /*A2*/ /*A3*/\n + const m = /*A1*/ module; /*A2*/\n + {\n + /*A3*/\n /*A4*/\n export const foo = \"foo\";\n export { foo }; /*A5*/\n /*A6*/\n - }; /*A7*/ /*A8*/\n + } /*A7*/ /*A8*/\n \n - const m2 = module {\n - /* B1 */\n + const m2 = module; /* B1 */\n + {\n /* B2 */\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-blocks.js format 1`\n \n - Snapshot - 25\n + Received + 35\n \n @@ -41,57 +41,67 @@\n foo(module { export let foo = \"foo\"; });\n \n let m = module { /* foo */ };\n \n =====================================output=====================================\n - module {\n + module;\n + {\n await 3;\n - };\n + }\n \n class B {\n #p() {\n - module {\n + module;\n + {\n class C {\n [this.#p];\n }\n - };\n + }\n }\n }\n \n - const m = module {\n + const m = module;\n + {\n export const foo = \"foo\";\n export { foo };\n - };\n + }\n \n - module {\n - export { foo };\n - };\n + module;\n + {\n + export { foo }\n + }\n \n - const m = module {};\n + const m = module;\n + {\n + }\n \n const worker = new Worker(module {\n export const foo = \"foo\";\n - });\n + })\n \n - let m = module {\n - module {\n + let m = module;\n + {\n + module;\n + {\n export let foo = \"foo\";\n - };\n - };\n + }\n + }\n \n - const m = module {\n - export const foo = \"foo\";\n - };\n + const m = module;\n + {\n + export const foo = \"foo\"\n + }\n \n - let moduleBlock = module {\n + let moduleBlock = module;\n + {\n export let y = 1;\n - };\n + }\n \n - foo(module {\n - export let foo = \"foo\";\n - });\n + foo(module { export let foo = \"foo\";\n + })\n \n - let m = module {\n + let m = module;\n + {\n /* foo */\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -13,14 +13,14 @@\n | ^^\n > 4 | foo(module { export let foo = \"foo\"; })\n | ^^\n 5 |\n =====================================output=====================================\n - let moduleBlock = module {\n + let moduleBlock = module;\n + {\n export let y = 1;\n - };\n + }\n \n - foo(module {\n - export let foo = \"foo\";\n - });\n + foo(module { export let foo = \"foo\";\n + })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nworker.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `worker.js format 1`\n \n - Snapshot - 17\n + Received + 10\n \n @@ -19,28 +19,21 @@\n \n worker.postMessage(module { export function fn() { return \"hello!\" } });\n \n =====================================output=====================================\n let worker = new Worker(module {\n - onmessage = function ({ data }) {\n + onmessage = function({data}) {\n let mod = import(data);\n postMessage(mod.fn());\n - };\n - }, { type: \"module\" });\n -\n - let worker = new Worker(\n - module {\n - onmessage = function ({ data }) {\n - let mod = import(data);\n - postMessage(mod.fn());\n - };\n - },\n - { type: \"module\", foo: \"bar\" },\n - );\n + }\n + }, {type: \"module\"});\n \n - worker.postMessage(module {\n - export function fn() {\n - return \"hello!\";\n + let worker = new Worker(module {\n + onmessage = function({data}) {\n + let mod = import(data);\n + postMessage(mod.fn());\n }\n - });\n + }, {type: \"module\", foo: \"bar\" });\n +\n + worker.postMessage(module { export function fn() { return \"hello!\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 21,
"numPendingTests": 0,
"perfStats": {
"start": 208866.68585399998,
"end": 209667.06395199994,
"runtime": 800,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 13,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/module-blocks/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.7449710000073537,
"failureMessages": [
"comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 6\n + Received + 7\n \n @@ -13,19 +13,20 @@\n const m2 = module/* B1 */{\n /* B2 */\n };\n \n =====================================output=====================================\n - const m = /*A1*/ module {\n - /*A2*/ /*A3*/\n + const m = /*A1*/ module; /*A2*/\n + {\n + /*A3*/\n /*A4*/\n export const foo = \"foo\";\n export { foo }; /*A5*/\n /*A6*/\n - }; /*A7*/ /*A8*/\n + } /*A7*/ /*A8*/\n \n - const m2 = module {\n - /* B1 */\n + const m2 = module; /* B1 */\n + {\n /* B2 */\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 1.2000700000207871,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.7967169999610633,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.692994000040926,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 59.16664899990428,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 0.8067860000301152,
"failureMessages": [
"module-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-blocks.js format 1`\n \n - Snapshot - 25\n + Received + 35\n \n @@ -41,57 +41,67 @@\n foo(module { export let foo = \"foo\"; });\n \n let m = module { /* foo */ };\n \n =====================================output=====================================\n - module {\n + module;\n + {\n await 3;\n - };\n + }\n \n class B {\n #p() {\n - module {\n + module;\n + {\n class C {\n [this.#p];\n }\n - };\n + }\n }\n }\n \n - const m = module {\n + const m = module;\n + {\n export const foo = \"foo\";\n export { foo };\n - };\n + }\n \n - module {\n - export { foo };\n - };\n + module;\n + {\n + export { foo }\n + }\n \n - const m = module {};\n + const m = module;\n + {\n + }\n \n const worker = new Worker(module {\n export const foo = \"foo\";\n - });\n + })\n \n - let m = module {\n - module {\n + let m = module;\n + {\n + module;\n + {\n export let foo = \"foo\";\n - };\n - };\n + }\n + }\n \n - const m = module {\n - export const foo = \"foo\";\n - };\n + const m = module;\n + {\n + export const foo = \"foo\"\n + }\n \n - let moduleBlock = module {\n + let moduleBlock = module;\n + {\n export let y = 1;\n - };\n + }\n \n - foo(module {\n - export let foo = \"foo\";\n - });\n + foo(module { export let foo = \"foo\";\n + })\n \n - let m = module {\n + let m = module;\n + {\n /* foo */\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 1.0109980000415817,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 0.7033130000345409,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 0.6947269999654964,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 61.367903000093065,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"non-module-blocks.js"
],
"duration": 0.49313099996652454,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"non-module-blocks.js"
],
"duration": 58.75053099996876,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"non-module-blocks.js"
],
"duration": 59.193585000000894,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"non-module-blocks.js"
],
"duration": 57.77877900004387,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"non-module-blocks.js"
],
"duration": 57.43323500000406,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 1.054719000007026,
"failureMessages": [
"range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -13,14 +13,14 @@\n | ^^\n > 4 | foo(module { export let foo = \"foo\"; })\n | ^^\n 5 |\n =====================================output=====================================\n - let moduleBlock = module {\n + let moduleBlock = module;\n + {\n export let y = 1;\n - };\n + }\n \n - foo(module {\n - export let foo = \"foo\";\n - });\n + foo(module { export let foo = \"foo\";\n + })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 1.0289920000359416,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 0.7274979999056086,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 0.7189820000203326,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 59.89039200008847,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"worker.js"
],
"duration": 0.726346000097692,
"failureMessages": [
"worker.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `worker.js format 1`\n \n - Snapshot - 17\n + Received + 10\n \n @@ -19,28 +19,21 @@\n \n worker.postMessage(module { export function fn() { return \"hello!\" } });\n \n =====================================output=====================================\n let worker = new Worker(module {\n - onmessage = function ({ data }) {\n + onmessage = function({data}) {\n let mod = import(data);\n postMessage(mod.fn());\n - };\n - }, { type: \"module\" });\n -\n - let worker = new Worker(\n - module {\n - onmessage = function ({ data }) {\n - let mod = import(data);\n - postMessage(mod.fn());\n - };\n - },\n - { type: \"module\", foo: \"bar\" },\n - );\n + }\n + }, {type: \"module\"});\n \n - worker.postMessage(module {\n - export function fn() {\n - return \"hello!\";\n + let worker = new Worker(module {\n + onmessage = function({data}) {\n + let mod = import(data);\n + postMessage(mod.fn());\n }\n - });\n + }, {type: \"module\", foo: \"bar\" });\n +\n + worker.postMessage(module { export function fn() { return \"hello!\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"worker.js"
],
"duration": 1.0972889999393374,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"worker.js"
],
"duration": 0.7723619999596849,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"worker.js"
],
"duration": 0.7510420000180602,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"worker.js"
],
"duration": 59.72403799998574,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "function-declaration-in-if.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-declaration-in-if.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n if (false) function foo(){}\n \n =====================================output=====================================\n - if (false) function foo() {}\n + if (false) function foo(){}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 24)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunction-declaration-in-while.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-declaration-in-while.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n while (false) function foo(){}\n \n =====================================output=====================================\n - while (false) function foo() {}\n + while (false) function foo(){}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 24)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 52,
"numPendingTests": 0,
"perfStats": {
"start": 209737.85198099999,
"end": 212647.52496999997,
"runtime": 2910,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 8,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/sloppy-mode/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"delete-variable.js"
],
"duration": 0.45559999998658895,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"delete-variable.js"
],
"duration": 59.66613100003451,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"delete-variable.js"
],
"duration": 58.851319000008516,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"delete-variable.js"
],
"duration": 58.56478999997489,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"delete-variable.js"
],
"duration": 57.48035399999935,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"delete-variable.js"
],
"duration": 58.62111199996434,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"delete-variable.js"
],
"duration": 59.31358399998862,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"delete-variable.js"
],
"duration": 57.3411039999919,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"delete-variable.js"
],
"duration": 58.25503500003833,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"eval-arguments-binding.js"
],
"duration": 0.5232570000225678,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"eval-arguments-binding.js"
],
"duration": 59.026665000012144,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"eval-arguments-binding.js"
],
"duration": 58.10782699997071,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"eval-arguments-binding.js"
],
"duration": 57.51998400001321,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"eval-arguments-binding.js"
],
"duration": 56.85173200001009,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"eval-arguments-binding.js"
],
"duration": 58.42801799997687,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"eval-arguments-binding.js"
],
"duration": 57.58722700004,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"eval-arguments-binding.js"
],
"duration": 58.383938000071794,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"eval-arguments-binding.js"
],
"duration": 58.85100300004706,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"eval-arguments.js"
],
"duration": 0.4278490000870079,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"eval-arguments.js"
],
"duration": 59.21585799998138,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"eval-arguments.js"
],
"duration": 58.087532000034116,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"eval-arguments.js"
],
"duration": 57.64448399993125,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"eval-arguments.js"
],
"duration": 57.452404000097886,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"eval-arguments.js"
],
"duration": 57.227901000063866,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"eval-arguments.js"
],
"duration": 58.79233900003601,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"eval-arguments.js"
],
"duration": 58.08000499999616,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"eval-arguments.js"
],
"duration": 58.042468999978155,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-declaration-in-if.js"
],
"duration": 0.5938890000106767,
"failureMessages": [
"function-declaration-in-if.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-declaration-in-if.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n if (false) function foo(){}\n \n =====================================output=====================================\n - if (false) function foo() {}\n + if (false) function foo(){}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 24)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"function-declaration-in-if.js"
],
"duration": 57.768289000028744,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-declaration-in-if.js"
],
"duration": 57.441315999953076,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function-declaration-in-if.js"
],
"duration": 57.09379600000102,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-declaration-in-if.js"
],
"duration": 57.269736999995075,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-declaration-in-if.js"
],
"duration": 57.452120999922045,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-declaration-in-if.js"
],
"duration": 57.79691300005652,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-declaration-in-if.js"
],
"duration": 59.67709100001957,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-declaration-in-if.js"
],
"duration": 58.39179399993736,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-declaration-in-while.js"
],
"duration": 0.6786370000336319,
"failureMessages": [
"function-declaration-in-while.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-declaration-in-while.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n while (false) function foo(){}\n \n =====================================output=====================================\n - while (false) function foo() {}\n + while (false) function foo(){}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 24)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"function-declaration-in-while.js"
],
"duration": 2.053673999966122,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-declaration-in-while.js"
],
"duration": 59.20972799998708,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function-declaration-in-while.js"
],
"duration": 1.1237480000127107,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-declaration-in-while.js"
],
"duration": 0.7034539999440312,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-declaration-in-while.js"
],
"duration": 0.7135320000816137,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-declaration-in-while.js"
],
"duration": 56.44663199991919,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-declaration-in-while.js"
],
"duration": 57.04219400009606,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-declaration-in-while.js"
],
"duration": 57.27324000000954,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"labeled-function-declaration.js"
],
"duration": 0.4678230000426993,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"labeled-function-declaration.js"
],
"duration": 57.32971700001508,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"labeled-function-declaration.js"
],
"duration": 58.99533399997745,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"labeled-function-declaration.js"
],
"duration": 59.08387699990999,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"labeled-function-declaration.js"
],
"duration": 56.903737999964505,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"labeled-function-declaration.js"
],
"duration": 56.631876999977976,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"labeled-function-declaration.js"
],
"duration": 58.48346500005573,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"labeled-function-declaration.js"
],
"duration": 57.392210000078194,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"labeled-function-declaration.js"
],
"duration": 57.548406999907456,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "13018.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `13018.js format 1`\n \n - Snapshot - 6\n + Received + 18\n \n @@ -13,13 +13,25 @@\n foo(a--).bar().leet();\n \n =====================================output=====================================\n foo(_a).bar().leet();\n foo(-a).bar().leet();\n - foo(+a).bar().leet();\n - foo(~a).bar().leet();\n - foo(++a).bar().leet();\n - foo(--a).bar().leet();\n - foo(a++).bar().leet();\n - foo(a--).bar().leet();\n + foo(+a)\n + .bar()\n + .leet();\n + foo(~a)\n + .bar()\n + .leet();\n + foo(++a)\n + .bar()\n + .leet();\n + foo(--a)\n + .bar()\n + .leet();\n + foo(a++)\n + .bar()\n + .leet();\n + foo(a--)\n + .bar()\n + .leet();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 25)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -9,11 +9,11 @@\n foo.a().b().c({n, o})\n foo.a().b().c(#{n, o})\n \n =====================================output=====================================\n foo.a().b().c([n, o]);\n - foo.a().b().c(#[n, o]);\n + foo.a().b().c(#[n, o])\n \n foo.a().b().c({ n, o });\n - foo.a().b().c(#{ n, o });\n + foo.a().b().c(#{n, o})\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 25)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 268,
"numPendingTests": 0,
"perfStats": {
"start": 212721.63383999997,
"end": 229083.24314600002,
"runtime": 16362,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 33,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/method-chain/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"13018.js"
],
"duration": 0.7494299999671057,
"failureMessages": [
"13018.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `13018.js format 1`\n \n - Snapshot - 6\n + Received + 18\n \n @@ -13,13 +13,25 @@\n foo(a--).bar().leet();\n \n =====================================output=====================================\n foo(_a).bar().leet();\n foo(-a).bar().leet();\n - foo(+a).bar().leet();\n - foo(~a).bar().leet();\n - foo(++a).bar().leet();\n - foo(--a).bar().leet();\n - foo(a++).bar().leet();\n - foo(a--).bar().leet();\n + foo(+a)\n + .bar()\n + .leet();\n + foo(~a)\n + .bar()\n + .leet();\n + foo(++a)\n + .bar()\n + .leet();\n + foo(--a)\n + .bar()\n + .leet();\n + foo(a++)\n + .bar()\n + .leet();\n + foo(a--)\n + .bar()\n + .leet();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 25)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"13018.js"
],
"duration": 62.32389600004535,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"13018.js"
],
"duration": 60.87351900001522,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"13018.js"
],
"duration": 59.09085999999661,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"13018.js"
],
"duration": 58.183313000015914,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"13018.js"
],
"duration": 59.756613999954425,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"13018.js"
],
"duration": 60.817321000038646,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"13018.js"
],
"duration": 58.74717799993232,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"13018.js"
],
"duration": 60.132013000082225,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"bracket_0-1.js"
],
"duration": 0.42466300004161894,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"bracket_0-1.js"
],
"duration": 57.813323999987915,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"bracket_0-1.js"
],
"duration": 59.92022299999371,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"bracket_0-1.js"
],
"duration": 58.355914999963716,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bracket_0-1.js"
],
"duration": 60.2048599999398,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bracket_0-1.js"
],
"duration": 58.610683000064455,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bracket_0-1.js"
],
"duration": 57.782887000008486,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"bracket_0-1.js"
],
"duration": 59.08794300002046,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"bracket_0-1.js"
],
"duration": 60.87288699997589,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"bracket_0.js"
],
"duration": 0.4973679999820888,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"bracket_0.js"
],
"duration": 62.7304179999046,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"bracket_0.js"
],
"duration": 60.19707999995444,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"bracket_0.js"
],
"duration": 59.46572999993805,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bracket_0.js"
],
"duration": 59.69857300003059,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bracket_0.js"
],
"duration": 60.132359999930486,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bracket_0.js"
],
"duration": 61.39362600003369,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"bracket_0.js"
],
"duration": 61.45076100004371,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"bracket_0.js"
],
"duration": 60.59282100002747,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"break-last-call.js"
],
"duration": 0.5199799999827519,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"break-last-call.js"
],
"duration": 85.57616499997675,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"break-last-call.js"
],
"duration": 63.78563599998597,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"break-last-call.js"
],
"duration": 63.839447999955155,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"break-last-call.js"
],
"duration": 63.87282800010871,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"break-last-call.js"
],
"duration": 62.55054500000551,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"break-last-call.js"
],
"duration": 65.2427130000433,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"break-last-call.js"
],
"duration": 63.19259400002193,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"break-last-call.js"
],
"duration": 65.2293940000236,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"break-last-member.js"
],
"duration": 0.47681000002194196,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"break-last-member.js"
],
"duration": 68.52430799999274,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"break-last-member.js"
],
"duration": 70.9742499999702,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"break-last-member.js"
],
"duration": 66.80599000002258,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"break-last-member.js"
],
"duration": 59.84447700006422,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"break-last-member.js"
],
"duration": 59.15417500003241,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"break-last-member.js"
],
"duration": 61.00061200000346,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"break-last-member.js"
],
"duration": 60.46628499997314,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"break-last-member.js"
],
"duration": 61.44770499994047,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"break-multiple.js"
],
"duration": 0.4330090000294149,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"break-multiple.js"
],
"duration": 58.770617000060156,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"break-multiple.js"
],
"duration": 58.958534999983385,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"break-multiple.js"
],
"duration": 59.73232399998233,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"break-multiple.js"
],
"duration": 59.16763299994636,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"break-multiple.js"
],
"duration": 59.11678199993912,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"break-multiple.js"
],
"duration": 57.454885000013746,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"break-multiple.js"
],
"duration": 58.5755750000244,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"break-multiple.js"
],
"duration": 57.85120199993253,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 0.4430370000191033,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 65.8038579999702,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 64.0216139999684,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 61.038681000005454,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 63.98666299995966,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 63.19398199999705,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 61.50169599999208,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 62.349842000054196,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 66.09387000009883,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"complex-args.js"
],
"duration": 0.43578299996443093,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"complex-args.js"
],
"duration": 59.856416999944486,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"complex-args.js"
],
"duration": 58.60466799989808,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"complex-args.js"
],
"duration": 57.68397700006608,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"complex-args.js"
],
"duration": 58.453562999959104,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"complex-args.js"
],
"duration": 57.09643500007223,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"complex-args.js"
],
"duration": 57.663592000026256,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"complex-args.js"
],
"duration": 58.9101190000074,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"complex-args.js"
],
"duration": 58.24264900002163,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"computed-merge.js"
],
"duration": 0.43356000003404915,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"computed-merge.js"
],
"duration": 62.61682900006417,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"computed-merge.js"
],
"duration": 61.4699879999971,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"computed-merge.js"
],
"duration": 61.104638000018895,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"computed-merge.js"
],
"duration": 59.776407000026666,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"computed-merge.js"
],
"duration": 60.91832699999213,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"computed-merge.js"
],
"duration": 60.26842700003181,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"computed-merge.js"
],
"duration": 59.0111259999685,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"computed-merge.js"
],
"duration": 60.11132100003306,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 0.42996300000231713,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 58.20530799997505,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 59.76081699994393,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 59.80163200001698,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 58.54251500009559,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 58.05304699996486,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 58.832473000045866,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 57.635005000047386,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 59.66493199998513,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 0.5479429999832064,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 62.596704000025056,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 62.39565500000026,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 58.96933699992951,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 58.900150000001304,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 58.193194000050426,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 59.95119299995713,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 60.58880299993325,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 60.14595599996392,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cypress.js"
],
"duration": 0.43081399996299297,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cypress.js"
],
"duration": 58.22340499993879,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cypress.js"
],
"duration": 59.94186200003605,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cypress.js"
],
"duration": 58.305232999962755,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cypress.js"
],
"duration": 58.72252099995967,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cypress.js"
],
"duration": 57.697939999983646,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cypress.js"
],
"duration": 59.201697000069544,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cypress.js"
],
"duration": 59.14712800004054,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cypress.js"
],
"duration": 59.54174800007604,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"d3.js"
],
"duration": 0.43559300003107637,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"d3.js"
],
"duration": 65.77731000003405,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"d3.js"
],
"duration": 62.750341000035405,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"d3.js"
],
"duration": 60.10631099995226,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"d3.js"
],
"duration": 59.54675700003281,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"d3.js"
],
"duration": 60.79107999999542,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"d3.js"
],
"duration": 61.24765499995556,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"d3.js"
],
"duration": 62.04940000001807,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"d3.js"
],
"duration": 62.66085999994539,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"first_long.js"
],
"duration": 0.4838440000312403,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"first_long.js"
],
"duration": 71.21016900008544,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"first_long.js"
],
"duration": 63.88302900001872,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"first_long.js"
],
"duration": 62.15355299995281,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"first_long.js"
],
"duration": 65.25068699999247,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"first_long.js"
],
"duration": 62.489329000003636,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"first_long.js"
],
"duration": 65.10414700000547,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"first_long.js"
],
"duration": 62.60366500006057,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"first_long.js"
],
"duration": 63.31908100005239,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"fluent-configuration.js"
],
"duration": 0.4164279999677092,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"fluent-configuration.js"
],
"duration": 59.55029399995692,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"fluent-configuration.js"
],
"duration": 73.49686700000893,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"fluent-configuration.js"
],
"duration": 63.69057500001509,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"fluent-configuration.js"
],
"duration": 58.625652999966405,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"fluent-configuration.js"
],
"duration": 60.58682900003623,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"fluent-configuration.js"
],
"duration": 59.78335500007961,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"fluent-configuration.js"
],
"duration": 60.31161399988923,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"fluent-configuration.js"
],
"duration": 58.878588999970816,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"inline_merge.js"
],
"duration": 0.47556799999438226,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"inline_merge.js"
],
"duration": 61.92068699991796,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"inline_merge.js"
],
"duration": 65.68423000001349,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"inline_merge.js"
],
"duration": 60.74085699999705,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"inline_merge.js"
],
"duration": 60.936541999923065,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"inline_merge.js"
],
"duration": 60.460232999990694,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"inline_merge.js"
],
"duration": 60.145040999981575,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"inline_merge.js"
],
"duration": 59.712882999912836,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"inline_merge.js"
],
"duration": 58.88275800005067,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-11298.js"
],
"duration": 0.41567600006237626,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-11298.js"
],
"duration": 59.211607999983244,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-11298.js"
],
"duration": 59.46626799996011,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-11298.js"
],
"duration": 58.15963999996893,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-11298.js"
],
"duration": 58.36527200008277,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-11298.js"
],
"duration": 58.488721999921836,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-11298.js"
],
"duration": 58.84416199999396,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-11298.js"
],
"duration": 59.99592799996026,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-11298.js"
],
"duration": 58.70857000001706,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-3594.js"
],
"duration": 0.42826899990905076,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-3594.js"
],
"duration": 61.88473500008695,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-3594.js"
],
"duration": 60.52349599997979,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-3594.js"
],
"duration": 59.02067600004375,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-3594.js"
],
"duration": 59.74464699998498,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-3594.js"
],
"duration": 57.67276500002481,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-3594.js"
],
"duration": 59.59583200002089,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-3594.js"
],
"duration": 58.83149500004947,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-3594.js"
],
"duration": 59.46077800006606,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-3621.js"
],
"duration": 0.4228199999779463,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-3621.js"
],
"duration": 62.35348100005649,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-3621.js"
],
"duration": 61.78481800004374,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-3621.js"
],
"duration": 60.69485000008717,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-3621.js"
],
"duration": 60.23715399997309,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-3621.js"
],
"duration": 59.808588000014424,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-3621.js"
],
"duration": 60.203164999955334,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-3621.js"
],
"duration": 64.28557799989358,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-3621.js"
],
"duration": 63.22474999993574,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-4125.js"
],
"duration": 0.4755170000717044,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-4125.js"
],
"duration": 135.43690500000957,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-4125.js"
],
"duration": 85.24941300007049,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-4125.js"
],
"duration": 89.83030300005339,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-4125.js"
],
"duration": 79.84985600004438,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-4125.js"
],
"duration": 77.21108699997421,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-4125.js"
],
"duration": 88.35682099999394,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-4125.js"
],
"duration": 79.55529899999965,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-4125.js"
],
"duration": 83.31957399996463,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 0.49088599998503923,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 62.32373499998357,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 62.612235999898985,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 59.83756799995899,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 62.48472900001798,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 61.76021999993827,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 61.30513700004667,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 62.21185699990019,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 61.87452499999199,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multiple-members.js"
],
"duration": 0.4402019999688491,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multiple-members.js"
],
"duration": 69.23633899993729,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multiple-members.js"
],
"duration": 62.26676899997983,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multiple-members.js"
],
"duration": 62.485398999997415,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiple-members.js"
],
"duration": 61.26898399996571,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiple-members.js"
],
"duration": 59.609533999930136,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiple-members.js"
],
"duration": 62.795520999934524,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multiple-members.js"
],
"duration": 62.66327999997884,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multiple-members.js"
],
"duration": 61.74357599997893,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object-literal.js"
],
"duration": 0.4279190000379458,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object-literal.js"
],
"duration": 59.366613999940455,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object-literal.js"
],
"duration": 59.11195900000166,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object-literal.js"
],
"duration": 59.463463999913074,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object-literal.js"
],
"duration": 58.704460000037216,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object-literal.js"
],
"duration": 60.09362100006547,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object-literal.js"
],
"duration": 59.323321999982,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object-literal.js"
],
"duration": 58.315362999914214,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object-literal.js"
],
"duration": 58.21016499993857,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"pr-7889.js"
],
"duration": 0.4523449999978766,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"pr-7889.js"
],
"duration": 61.324707000050694,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"pr-7889.js"
],
"duration": 70.55982299998868,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"pr-7889.js"
],
"duration": 59.37203700002283,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"pr-7889.js"
],
"duration": 59.49273900000844,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"pr-7889.js"
],
"duration": 59.14475899992976,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"pr-7889.js"
],
"duration": 59.923202999983914,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"pr-7889.js"
],
"duration": 59.275044000009075,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"pr-7889.js"
],
"duration": 60.01498400000855,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"short-names.js"
],
"duration": 0.4012589999474585,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"short-names.js"
],
"duration": 59.348571000038646,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"short-names.js"
],
"duration": 60.868547999998555,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"short-names.js"
],
"duration": 58.83010200003628,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"short-names.js"
],
"duration": 59.24739900010172,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"short-names.js"
],
"duration": 57.77600400010124,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"short-names.js"
],
"duration": 58.232906999997795,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"short-names.js"
],
"duration": 57.83815600001253,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"short-names.js"
],
"duration": 58.265428000013344,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"simple-args.js"
],
"duration": 0.4246330000460148,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"simple-args.js"
],
"duration": 59.39309299993329,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"simple-args.js"
],
"duration": 59.47522799996659,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"simple-args.js"
],
"duration": 58.76791399996728,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"simple-args.js"
],
"duration": 58.38696500007063,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"simple-args.js"
],
"duration": 84.66770599992014,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"simple-args.js"
],
"duration": 59.79278799996246,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"simple-args.js"
],
"duration": 58.86659700004384,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"simple-args.js"
],
"duration": 58.23045700008515,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"square_0.js"
],
"duration": 0.47904399991966784,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"square_0.js"
],
"duration": 58.7366050001001,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"square_0.js"
],
"duration": 60.94625499995891,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"square_0.js"
],
"duration": 58.417147999978624,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"square_0.js"
],
"duration": 57.95149200002197,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"square_0.js"
],
"duration": 58.865986000048,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"square_0.js"
],
"duration": 60.35889200004749,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"square_0.js"
],
"duration": 57.632903999998234,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"square_0.js"
],
"duration": 59.82568100001663,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 0.4985110000707209,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.155283999978565,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 61.35812500002794,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 58.00901599996723,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.07400000002235,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.1349329999648,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 58.847852999926545,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.10063000000082,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.97800399991684,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"this.js"
],
"duration": 0.4767509999219328,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"this.js"
],
"duration": 57.71008999994956,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"this.js"
],
"duration": 58.13545600010548,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"this.js"
],
"duration": 58.843227000092156,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"this.js"
],
"duration": 59.51050199999008,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"this.js"
],
"duration": 58.14630499994382,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"this.js"
],
"duration": 58.86727799999062,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"this.js"
],
"duration": 58.375312999938615,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"this.js"
],
"duration": 59.437168999924324,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.6266399999149144,
"failureMessages": [
"tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -9,11 +9,11 @@\n foo.a().b().c({n, o})\n foo.a().b().c(#{n, o})\n \n =====================================output=====================================\n foo.a().b().c([n, o]);\n - foo.a().b().c(#[n, o]);\n + foo.a().b().c(#[n, o])\n \n foo.a().b().c({ n, o });\n - foo.a().b().c(#{ n, o });\n + foo.a().b().c(#{n, o})\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 25)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 3.218508999911137,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.3972889999859035,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.9361680001020432,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.9083060000557452,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.2708529999945313,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 59.9337279999163,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 59.171039000037126,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 58.47522299992852,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "in_instanceof.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `in_instanceof.js format 1`\n \n - Snapshot - 43\n + Received + 43\n \n @@ -76,80 +76,80 @@\n ++x instanceof bar; // not ambiguous, because ++(x instanceof bar) is obviously invalid\n \n !!foo instanceof Bar;\n \n =====================================output=====================================\n - (!foo) in bar;\n - (!foo) in bar;\n + !foo in bar;\n + !foo in bar;\n !(foo in bar);\n - (!foo) in bar;\n + !foo in bar;\n \n - (!foo) instanceof Bar;\n - (!foo) instanceof Bar;\n + !foo instanceof Bar;\n + !foo instanceof Bar;\n !(foo instanceof Bar);\n - (!foo) instanceof Bar;\n + !foo instanceof Bar;\n \n - (~foo) in bar;\n - (~foo) in bar;\n + ~foo in bar;\n + ~foo in bar;\n ~(foo in bar);\n - (~foo) in bar;\n + ~foo in bar;\n \n - (~foo) instanceof Bar;\n - (~foo) instanceof Bar;\n + ~foo instanceof Bar;\n + ~foo instanceof Bar;\n ~(foo instanceof Bar);\n - (~foo) instanceof Bar;\n + ~foo instanceof Bar;\n \n - (+foo) in bar;\n - (+foo) in bar;\n + +foo in bar;\n + +foo in bar;\n +(foo in bar);\n - (+foo) in bar;\n + +foo in bar;\n \n - (+foo) instanceof Bar;\n - (+foo) instanceof Bar;\n + +foo instanceof Bar;\n + +foo instanceof Bar;\n +(foo instanceof Bar);\n - (+foo) instanceof Bar;\n + +foo instanceof Bar;\n \n - (-foo) in bar;\n - (-foo) in bar;\n + -foo in bar;\n + -foo in bar;\n -(foo in bar);\n - (-foo) in bar;\n + -foo in bar;\n \n - (-foo) instanceof Bar;\n - (-foo) instanceof Bar;\n + -foo instanceof Bar;\n + -foo instanceof Bar;\n -(foo instanceof Bar);\n - (-foo) instanceof Bar;\n + -foo instanceof Bar;\n \n - (void 0) in bar;\n - (void 0) in bar;\n + void 0 in bar;\n + void 0 in bar;\n void (0 in bar);\n - (void 0) in bar;\n + void 0 in bar;\n \n - (void 0) instanceof bar;\n - (void 0) instanceof bar;\n + void 0 instanceof bar;\n + void 0 instanceof bar;\n void (0 instanceof bar);\n - (void 0) instanceof bar;\n + void 0 instanceof bar;\n \n - (delete 0) in bar;\n - (delete 0) in bar;\n + delete 0 in bar;\n + delete 0 in bar;\n delete (0 in bar);\n - (delete 0) in bar;\n + delete 0 in bar;\n \n - (delete 0) instanceof bar;\n - (delete 0) instanceof bar;\n + delete 0 instanceof bar;\n + delete 0 instanceof bar;\n delete (0 instanceof bar);\n - (delete 0) instanceof bar;\n + delete 0 instanceof bar;\n \n - (typeof 0) in bar;\n - (typeof 0) in bar;\n + typeof 0 in bar;\n + typeof 0 in bar;\n typeof (0 in bar);\n - (typeof 0) in bar;\n + typeof 0 in bar;\n \n - (typeof 0) instanceof bar;\n - (typeof 0) instanceof bar;\n + typeof 0 instanceof bar;\n + typeof 0 instanceof bar;\n typeof (0 instanceof bar);\n - (typeof 0) instanceof bar;\n + typeof 0 instanceof bar;\n \n ++x instanceof bar; // not ambiguous, because ++(x instanceof bar) is obviously invalid\n \n - (!!foo) instanceof Bar;\n + !!foo instanceof Bar;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 26)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -27,21 +27,23 @@\n foo = foo || [\n // comment\n a,\n ];\n \n - foo = foo || #[\n + foo = foo || #;\n + [\n // comment\n a,\n ];\n \n foo = foo || {\n // comment\n a,\n };\n \n - foo = foo || #{\n + foo = foo || #;\n + {\n // comment\n a,\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 26)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 160,
"numPendingTests": 0,
"perfStats": {
"start": 229157.250435,
"end": 238740.74004200002,
"runtime": 9583,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 21,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/binary-expressions/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arrow.js"
],
"duration": 0.4963269999716431,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 68.8459659999935,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 64.77539999992587,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 62.36551600007806,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 62.54070100001991,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 62.91646099998616,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 63.3389699999243,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 64.42427800002042,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 64.55339899996761,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"bitwise-flags.js"
],
"duration": 0.4225089999381453,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"bitwise-flags.js"
],
"duration": 62.740853999974206,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"bitwise-flags.js"
],
"duration": 61.431009000050835,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"bitwise-flags.js"
],
"duration": 61.67806900001597,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bitwise-flags.js"
],
"duration": 60.62274100002833,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bitwise-flags.js"
],
"duration": 60.270190999959596,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bitwise-flags.js"
],
"duration": 73.5140459999675,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"bitwise-flags.js"
],
"duration": 70.15513900003862,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"bitwise-flags.js"
],
"duration": 60.51660600001924,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 0.4952240000711754,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 62.57202199997846,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 61.673106000060216,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.02976900001522,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.827231999952346,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 58.30961999995634,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.46409500006121,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.10845300008077,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 58.740763999987394,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 0.4159169999184087,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 62.814317999989726,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 61.175902000046335,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.907233999925666,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 62.08865599997807,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.302038999972865,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.75166900001932,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 61.60440599999856,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.405380000011064,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"equality.js"
],
"duration": 0.45902599999681115,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"equality.js"
],
"duration": 65.5612770000007,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"equality.js"
],
"duration": 60.01982600009069,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"equality.js"
],
"duration": 57.083262000000104,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"equality.js"
],
"duration": 58.98952800000552,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"equality.js"
],
"duration": 56.70816000003833,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"equality.js"
],
"duration": 57.91039199999068,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"equality.js"
],
"duration": 58.32697499997448,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"equality.js"
],
"duration": 57.92509199993219,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"exp.js"
],
"duration": 0.43330899998545647,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"exp.js"
],
"duration": 58.35256999998819,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"exp.js"
],
"duration": 58.89766899996903,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"exp.js"
],
"duration": 57.77428000001237,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"exp.js"
],
"duration": 58.31278200005181,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"exp.js"
],
"duration": 58.75907300005201,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"exp.js"
],
"duration": 59.95021999999881,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"exp.js"
],
"duration": 58.1513580000028,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"exp.js"
],
"duration": 59.498787000076845,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 0.4152650000760332,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 60.88181200006511,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 58.77219499996863,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 57.63154299999587,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 57.957692999974824,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 59.90755599993281,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 58.37899799994193,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 59.50124200002756,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 59.08939600002486,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"in_instanceof.js"
],
"duration": 0.9946869999403134,
"failureMessages": [
"in_instanceof.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `in_instanceof.js format 1`\n \n - Snapshot - 43\n + Received + 43\n \n @@ -76,80 +76,80 @@\n ++x instanceof bar; // not ambiguous, because ++(x instanceof bar) is obviously invalid\n \n !!foo instanceof Bar;\n \n =====================================output=====================================\n - (!foo) in bar;\n - (!foo) in bar;\n + !foo in bar;\n + !foo in bar;\n !(foo in bar);\n - (!foo) in bar;\n + !foo in bar;\n \n - (!foo) instanceof Bar;\n - (!foo) instanceof Bar;\n + !foo instanceof Bar;\n + !foo instanceof Bar;\n !(foo instanceof Bar);\n - (!foo) instanceof Bar;\n + !foo instanceof Bar;\n \n - (~foo) in bar;\n - (~foo) in bar;\n + ~foo in bar;\n + ~foo in bar;\n ~(foo in bar);\n - (~foo) in bar;\n + ~foo in bar;\n \n - (~foo) instanceof Bar;\n - (~foo) instanceof Bar;\n + ~foo instanceof Bar;\n + ~foo instanceof Bar;\n ~(foo instanceof Bar);\n - (~foo) instanceof Bar;\n + ~foo instanceof Bar;\n \n - (+foo) in bar;\n - (+foo) in bar;\n + +foo in bar;\n + +foo in bar;\n +(foo in bar);\n - (+foo) in bar;\n + +foo in bar;\n \n - (+foo) instanceof Bar;\n - (+foo) instanceof Bar;\n + +foo instanceof Bar;\n + +foo instanceof Bar;\n +(foo instanceof Bar);\n - (+foo) instanceof Bar;\n + +foo instanceof Bar;\n \n - (-foo) in bar;\n - (-foo) in bar;\n + -foo in bar;\n + -foo in bar;\n -(foo in bar);\n - (-foo) in bar;\n + -foo in bar;\n \n - (-foo) instanceof Bar;\n - (-foo) instanceof Bar;\n + -foo instanceof Bar;\n + -foo instanceof Bar;\n -(foo instanceof Bar);\n - (-foo) instanceof Bar;\n + -foo instanceof Bar;\n \n - (void 0) in bar;\n - (void 0) in bar;\n + void 0 in bar;\n + void 0 in bar;\n void (0 in bar);\n - (void 0) in bar;\n + void 0 in bar;\n \n - (void 0) instanceof bar;\n - (void 0) instanceof bar;\n + void 0 instanceof bar;\n + void 0 instanceof bar;\n void (0 instanceof bar);\n - (void 0) instanceof bar;\n + void 0 instanceof bar;\n \n - (delete 0) in bar;\n - (delete 0) in bar;\n + delete 0 in bar;\n + delete 0 in bar;\n delete (0 in bar);\n - (delete 0) in bar;\n + delete 0 in bar;\n \n - (delete 0) instanceof bar;\n - (delete 0) instanceof bar;\n + delete 0 instanceof bar;\n + delete 0 instanceof bar;\n delete (0 instanceof bar);\n - (delete 0) instanceof bar;\n + delete 0 instanceof bar;\n \n - (typeof 0) in bar;\n - (typeof 0) in bar;\n + typeof 0 in bar;\n + typeof 0 in bar;\n typeof (0 in bar);\n - (typeof 0) in bar;\n + typeof 0 in bar;\n \n - (typeof 0) instanceof bar;\n - (typeof 0) instanceof bar;\n + typeof 0 instanceof bar;\n + typeof 0 instanceof bar;\n typeof (0 instanceof bar);\n - (typeof 0) instanceof bar;\n + typeof 0 instanceof bar;\n \n ++x instanceof bar; // not ambiguous, because ++(x instanceof bar) is obviously invalid\n \n - (!!foo) instanceof Bar;\n + !!foo instanceof Bar;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 26)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"in_instanceof.js"
],
"duration": 66.02066000003833,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"in_instanceof.js"
],
"duration": 68.09309500001837,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"in_instanceof.js"
],
"duration": 59.95239999995101,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"in_instanceof.js"
],
"duration": 60.97333900001831,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"in_instanceof.js"
],
"duration": 60.85726700001396,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"in_instanceof.js"
],
"duration": 61.447763000032865,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"in_instanceof.js"
],
"duration": 62.85331499995664,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"in_instanceof.js"
],
"duration": 63.24699600005988,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"inline-jsx.js"
],
"duration": 0.4235999999800697,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"inline-jsx.js"
],
"duration": 62.99284500000067,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"inline-jsx.js"
],
"duration": 59.429077000007965,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"inline-jsx.js"
],
"duration": 59.25180900003761,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"inline-jsx.js"
],
"duration": 58.57477599999402,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"inline-jsx.js"
],
"duration": 58.707181999925524,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"inline-jsx.js"
],
"duration": 58.946301999967545,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"inline-jsx.js"
],
"duration": 58.6464210000122,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"inline-jsx.js"
],
"duration": 58.571017000009306,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"inline-object-array.js"
],
"duration": 0.4596390000078827,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"inline-object-array.js"
],
"duration": 76.98377699998673,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"inline-object-array.js"
],
"duration": 66.10559200006537,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"inline-object-array.js"
],
"duration": 63.273792000021785,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"inline-object-array.js"
],
"duration": 62.93742999993265,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"inline-object-array.js"
],
"duration": 66.51664400007576,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"inline-object-array.js"
],
"duration": 63.80759700003546,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"inline-object-array.js"
],
"duration": 64.32423999998719,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"inline-object-array.js"
],
"duration": 65.66366000007838,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx_parent.js"
],
"duration": 0.4407130000181496,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx_parent.js"
],
"duration": 88.29783399996813,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsx_parent.js"
],
"duration": 69.49796799989417,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsx_parent.js"
],
"duration": 60.77497900009621,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx_parent.js"
],
"duration": 62.767418000032194,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx_parent.js"
],
"duration": 63.243140000035055,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx_parent.js"
],
"duration": 61.50597099994775,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx_parent.js"
],
"duration": 60.28884399996605,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsx_parent.js"
],
"duration": 62.13916200003587,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"like-regexp.js"
],
"duration": 0.48105800000485033,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"like-regexp.js"
],
"duration": 58.34631299995817,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"like-regexp.js"
],
"duration": 58.516921999980696,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"like-regexp.js"
],
"duration": 58.61207300005481,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"like-regexp.js"
],
"duration": 57.85503299999982,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"like-regexp.js"
],
"duration": 57.785438999999315,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"like-regexp.js"
],
"duration": 57.118138000019826,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"like-regexp.js"
],
"duration": 58.96826900006272,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"like-regexp.js"
],
"duration": 59.07419600000139,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"math.js"
],
"duration": 0.4248430000152439,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"math.js"
],
"duration": 63.133186000050046,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"math.js"
],
"duration": 60.37697500002105,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"math.js"
],
"duration": 57.882305999984965,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"math.js"
],
"duration": 57.77051499998197,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"math.js"
],
"duration": 57.612623999943025,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"math.js"
],
"duration": 60.012074000085704,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"math.js"
],
"duration": 59.22174800001085,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"math.js"
],
"duration": 59.52005400008056,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"return.js"
],
"duration": 0.4231700000818819,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"return.js"
],
"duration": 59.41959600010887,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"return.js"
],
"duration": 60.26843799999915,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"return.js"
],
"duration": 58.36047499999404,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"return.js"
],
"duration": 58.60097000002861,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"return.js"
],
"duration": 57.6975879999809,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"return.js"
],
"duration": 60.60528899997007,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"return.js"
],
"duration": 59.9738640000578,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"return.js"
],
"duration": 60.12400300009176,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"short-right.js"
],
"duration": 0.44282599992584437,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"short-right.js"
],
"duration": 61.274872999987565,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"short-right.js"
],
"duration": 60.841247000033036,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"short-right.js"
],
"duration": 58.64645300002303,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"short-right.js"
],
"duration": 59.28046300006099,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"short-right.js"
],
"duration": 59.452424000017345,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"short-right.js"
],
"duration": 60.81369199999608,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"short-right.js"
],
"duration": 63.11976499995217,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"short-right.js"
],
"duration": 59.33497600001283,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 0.5435249999864027,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 67.26609000004828,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 61.77237499994226,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 60.04510999994818,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.34545900009107,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.80099399993196,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 61.00315900007263,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 61.54866199998651,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.51687699998729,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.6572070000693202,
"failureMessages": [
"tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -27,21 +27,23 @@\n foo = foo || [\n // comment\n a,\n ];\n \n - foo = foo || #[\n + foo = foo || #;\n + [\n // comment\n a,\n ];\n \n foo = foo || {\n // comment\n a,\n };\n \n - foo = foo || #{\n + foo = foo || #;\n + {\n // comment\n a,\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 26)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 3.6098500000080094,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 2.079342000070028,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.2568970000138506,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.1379050000105053,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.2528290000045672,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 59.5721800000174,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 58.04552699998021,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 61.952079999959096,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 0.4161369999637827,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 57.12123299995437,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 58.172852999996394,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 58.54618900001515,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 57.11646200006362,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 57.62660699989647,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 58.05594800005201,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 57.769083000021055,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 56.719791000010446,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "holes-in-args.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `holes-in-args.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -7,8 +7,11 @@\n .test()\n .test([, 0])\n .test();\n \n =====================================output=====================================\n - new Test().test().test([, 0]).test();\n + new Test()\n + .test()\n + .test([, 0])\n + .test();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-10159.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-10159.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -16,11 +16,13 @@\n {\n for (const srcPath of [123, 123_123_123, 123_123_123_1, 13_123_3123_31_43]) {\n }\n }\n {\n - for (const srcPath of [123, 123_123_123, 123_123_123_1, 13_123_3123_31_432]) {\n + for (const srcPath of [\n + 123, 123_123_123, 123_123_123_1, 13_123_3123_31_432,\n + ]) {\n }\n }\n {\n for (const srcPath of [\n 123, 123_123_123, 123_123_123_1, 13_123_3123_31_4321,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnumbers-negative.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-negative.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -18,14 +18,16 @@\n =====================================output=====================================\n const numbers1 = [\n -2017, -506252, -744011292, -7224, -70.4, -83353.6, -708.4, -174023963.52,\n -40385,\n // comment1\n - -380014, -253951682, -728, -15.84, -2058467564.56, -43, -33, -85134845,\n - -67092, -1, -78820379, -2371.6, -16, 7,\n + -380014,\n + -253951682, -728, -15.84, -2058467564.56, -43, -33, -85134845, -67092, -1,\n + -78820379, -2371.6, -16, 7,\n // comment2\n - -62454, -4282239912, -10816495.36, 0.88, -100622682, 8.8, -67087.68000000001,\n + -62454,\n + -4282239912, -10816495.36, 0.88, -100622682, 8.8, -67087.68000000001,\n -3758276, -25.5211, -54, -1184265243, -46073628, -280423.44, -41833463,\n -27961.12, -305.36, -199875.28,\n ];\n \n const numbers2 = [\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnumbers-with-holes.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-with-holes.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -36,31 +36,31 @@\n =====================================output=====================================\n const numberWithHoles1 = [\n 7234932941,\n 7234932722,\n 7234932312,\n + // comment before a hole 1\n ,\n - // comment before a hole 1\n 7234932841,\n ,\n 7234932843,\n - ,\n // comment after a hole 1\n + ,\n 7234932436,\n ];\n \n const numberWithHoles2 = [\n 0x234932941,\n 0x234932722,\n 0x234932312,\n -\n + // comment before a hole 2\n ,\n - // comment before a hole 2\n 0x234932841,\n ,\n 0x234932843,\n - ,\n // comment after a hole 2\n + ,\n +\n 0x234932436,\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnumbers-with-tricky-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-with-tricky-comments.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -14,12 +14,14 @@\n =====================================output=====================================\n const lazyCatererNumbers = [\n 1, 2, 4, 7, 11, 16, 22, 29, 37, 46, 56, 67, 79, 92, 106, 121, 137, 154, 172,\n 191, 211, 232, 254, 277, 301, 326, 352, 379, 407, 436, 466 /*block*/,\n // line\n - 497, 529, 562, 596, 631, 667, 704, 742, 781, 821, 862, 904, 947, 991, 1036,\n - 1082, 1129, 1177, 1226,\n + 497,\n + 529, 562, 596, 631, 667, 704, 742, 781, 821, 862, 904, 947, 991, 1036, 1082,\n + 1129, 1177, 1226,\n // line 2\n - 1276, 1327, 1379,\n + 1276,\n + 1327, 1379,\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -28,20 +28,20 @@\n [1, 2],\n [1, 2],\n ];\n \n a = [\n - #[1, 2],\n - #[1, 2],\n - ];\n + #[1,2],\n + #[1,2],\n + ]\n \n a = [\n { a, b },\n { a, b },\n ];\n \n a = [\n - #{ a, b },\n - #{ a, b },\n - ];\n + #{a, b},\n + #{a, b},\n + ]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 6,
"numPassingTests": 156,
"numPendingTests": 0,
"perfStats": {
"start": 238818.42028699996,
"end": 248282.65192799998,
"runtime": 9464,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 17,
"unchecked": 0,
"unmatched": 6,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrays/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"empty.js"
],
"duration": 0.5055339999962598,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 57.546941999928094,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 58.36895299993921,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 57.426319999969564,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 58.25495299999602,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 57.341324000037275,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 59.04469100001734,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 57.65455400000792,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 59.002423999947496,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"holes-in-args.js"
],
"duration": 0.6762830000370741,
"failureMessages": [
"holes-in-args.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `holes-in-args.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -7,8 +7,11 @@\n .test()\n .test([, 0])\n .test();\n \n =====================================output=====================================\n - new Test().test().test([, 0]).test();\n + new Test()\n + .test()\n + .test([, 0])\n + .test();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"holes-in-args.js"
],
"duration": 58.017660000012256,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"holes-in-args.js"
],
"duration": 57.74595000001136,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"holes-in-args.js"
],
"duration": 57.858225999982096,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"holes-in-args.js"
],
"duration": 57.488542000064626,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"holes-in-args.js"
],
"duration": 57.76178099995013,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"holes-in-args.js"
],
"duration": 58.50144000002183,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"holes-in-args.js"
],
"duration": 58.7986399999354,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"holes-in-args.js"
],
"duration": 59.059382000006735,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-10159.js"
],
"duration": 0.6040270000230521,
"failureMessages": [
"issue-10159.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-10159.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -16,11 +16,13 @@\n {\n for (const srcPath of [123, 123_123_123, 123_123_123_1, 13_123_3123_31_43]) {\n }\n }\n {\n - for (const srcPath of [123, 123_123_123, 123_123_123_1, 13_123_3123_31_432]) {\n + for (const srcPath of [\n + 123, 123_123_123, 123_123_123_1, 13_123_3123_31_432,\n + ]) {\n }\n }\n {\n for (const srcPath of [\n 123, 123_123_123, 123_123_123_1, 13_123_3123_31_4321,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-10159.js"
],
"duration": 62.41426200000569,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-10159.js"
],
"duration": 61.25921500008553,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-10159.js"
],
"duration": 57.499458000063896,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-10159.js"
],
"duration": 58.19176299998071,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-10159.js"
],
"duration": 58.13789100002032,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-10159.js"
],
"duration": 59.89232699992135,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-10159.js"
],
"duration": 58.971146999974735,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-10159.js"
],
"duration": 58.413678999990225,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"last.js"
],
"duration": 0.4304130000527948,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"last.js"
],
"duration": 57.352807000046596,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"last.js"
],
"duration": 58.0184630000731,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"last.js"
],
"duration": 56.94305100000929,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"last.js"
],
"duration": 57.20006000006106,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"last.js"
],
"duration": 58.245762999984436,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"last.js"
],
"duration": 58.11456800007727,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"last.js"
],
"duration": 57.57566500001121,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"last.js"
],
"duration": 57.309153000009246,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 0.4388399999588728,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 72.91923700005282,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 63.82220499997493,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 62.74806200002786,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 62.709738999954425,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 63.686408999958076,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 65.11265499994624,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 63.596610000007786,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 63.712770999991335,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers-in-args.js"
],
"duration": 0.4232300000730902,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numbers-in-args.js"
],
"duration": 61.76422199991066,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers-in-args.js"
],
"duration": 62.08857799996622,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers-in-args.js"
],
"duration": 59.99609999998938,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers-in-args.js"
],
"duration": 60.12566000001971,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers-in-args.js"
],
"duration": 59.230070999939926,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers-in-args.js"
],
"duration": 61.14156500005629,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers-in-args.js"
],
"duration": 61.02869700000156,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers-in-args.js"
],
"duration": 63.89559400000144,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers-in-assignment.js"
],
"duration": 0.409624999971129,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numbers-in-assignment.js"
],
"duration": 64.24069300002884,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers-in-assignment.js"
],
"duration": 60.025420999969356,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers-in-assignment.js"
],
"duration": 59.5708609999856,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers-in-assignment.js"
],
"duration": 60.41701700002886,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers-in-assignment.js"
],
"duration": 58.791397000080906,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers-in-assignment.js"
],
"duration": 61.34766299999319,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers-in-assignment.js"
],
"duration": 60.19891000003554,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers-in-assignment.js"
],
"duration": 60.541385999997146,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers-negative-comment-after-minus.js"
],
"duration": 0.4978389999596402,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numbers-negative-comment-after-minus.js"
],
"duration": 62.18215999996755,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers-negative-comment-after-minus.js"
],
"duration": 59.546429999987595,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers-negative-comment-after-minus.js"
],
"duration": 59.414197999984026,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers-negative-comment-after-minus.js"
],
"duration": 59.50038600002881,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers-negative-comment-after-minus.js"
],
"duration": 59.271879000007175,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers-negative-comment-after-minus.js"
],
"duration": 62.71030600008089,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers-negative-comment-after-minus.js"
],
"duration": 60.237721999990754,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers-negative-comment-after-minus.js"
],
"duration": 59.944844999932684,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers-negative.js"
],
"duration": 0.6476500000571832,
"failureMessages": [
"numbers-negative.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-negative.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -18,14 +18,16 @@\n =====================================output=====================================\n const numbers1 = [\n -2017, -506252, -744011292, -7224, -70.4, -83353.6, -708.4, -174023963.52,\n -40385,\n // comment1\n - -380014, -253951682, -728, -15.84, -2058467564.56, -43, -33, -85134845,\n - -67092, -1, -78820379, -2371.6, -16, 7,\n + -380014,\n + -253951682, -728, -15.84, -2058467564.56, -43, -33, -85134845, -67092, -1,\n + -78820379, -2371.6, -16, 7,\n // comment2\n - -62454, -4282239912, -10816495.36, 0.88, -100622682, 8.8, -67087.68000000001,\n + -62454,\n + -4282239912, -10816495.36, 0.88, -100622682, 8.8, -67087.68000000001,\n -3758276, -25.5211, -54, -1184265243, -46073628, -280423.44, -41833463,\n -27961.12, -305.36, -199875.28,\n ];\n \n const numbers2 = [\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"numbers-negative.js"
],
"duration": 60.95091399992816,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers-negative.js"
],
"duration": 61.22250599996187,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers-negative.js"
],
"duration": 60.53749000001699,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers-negative.js"
],
"duration": 58.940473000053316,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers-negative.js"
],
"duration": 58.68279699992854,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers-negative.js"
],
"duration": 60.67266599996947,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers-negative.js"
],
"duration": 61.692492999951355,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers-negative.js"
],
"duration": 61.02459500008263,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers-trailing-comma.js"
],
"duration": 0.4153860000660643,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numbers-trailing-comma.js"
],
"duration": 58.213528000051156,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers-trailing-comma.js"
],
"duration": 59.21527800010517,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers-trailing-comma.js"
],
"duration": 57.685641000047326,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers-trailing-comma.js"
],
"duration": 57.96963399997912,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers-trailing-comma.js"
],
"duration": 57.310651000007056,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers-trailing-comma.js"
],
"duration": 58.13227099995129,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers-trailing-comma.js"
],
"duration": 57.60885399999097,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers-trailing-comma.js"
],
"duration": 57.34124400001019,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers-with-holes.js"
],
"duration": 0.7556709999917075,
"failureMessages": [
"numbers-with-holes.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-with-holes.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -36,31 +36,31 @@\n =====================================output=====================================\n const numberWithHoles1 = [\n 7234932941,\n 7234932722,\n 7234932312,\n + // comment before a hole 1\n ,\n - // comment before a hole 1\n 7234932841,\n ,\n 7234932843,\n - ,\n // comment after a hole 1\n + ,\n 7234932436,\n ];\n \n const numberWithHoles2 = [\n 0x234932941,\n 0x234932722,\n 0x234932312,\n -\n + // comment before a hole 2\n ,\n - // comment before a hole 2\n 0x234932841,\n ,\n 0x234932843,\n - ,\n // comment after a hole 2\n + ,\n +\n 0x234932436,\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"numbers-with-holes.js"
],
"duration": 59.938425999949686,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers-with-holes.js"
],
"duration": 59.23189299996011,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers-with-holes.js"
],
"duration": 57.75988699996378,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers-with-holes.js"
],
"duration": 58.58321299997624,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers-with-holes.js"
],
"duration": 63.09351000003517,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers-with-holes.js"
],
"duration": 57.91925399994943,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers-with-holes.js"
],
"duration": 58.98038500000257,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers-with-holes.js"
],
"duration": 59.557305000023916,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers-with-trailing-comments.js"
],
"duration": 0.5036100000143051,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numbers-with-trailing-comments.js"
],
"duration": 59.25412499997765,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers-with-trailing-comments.js"
],
"duration": 59.09431900002528,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers-with-trailing-comments.js"
],
"duration": 58.44678899995051,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers-with-trailing-comments.js"
],
"duration": 58.72291899996344,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers-with-trailing-comments.js"
],
"duration": 58.86279799998738,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers-with-trailing-comments.js"
],
"duration": 59.36546500003897,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers-with-trailing-comments.js"
],
"duration": 62.36260000010952,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers-with-trailing-comments.js"
],
"duration": 58.2064900000114,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers-with-tricky-comments.js"
],
"duration": 0.6724049999611452,
"failureMessages": [
"numbers-with-tricky-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-with-tricky-comments.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -14,12 +14,14 @@\n =====================================output=====================================\n const lazyCatererNumbers = [\n 1, 2, 4, 7, 11, 16, 22, 29, 37, 46, 56, 67, 79, 92, 106, 121, 137, 154, 172,\n 191, 211, 232, 254, 277, 301, 326, 352, 379, 407, 436, 466 /*block*/,\n // line\n - 497, 529, 562, 596, 631, 667, 704, 742, 781, 821, 862, 904, 947, 991, 1036,\n - 1082, 1129, 1177, 1226,\n + 497,\n + 529, 562, 596, 631, 667, 704, 742, 781, 821, 862, 904, 947, 991, 1036, 1082,\n + 1129, 1177, 1226,\n // line 2\n - 1276, 1327, 1379,\n + 1276,\n + 1327, 1379,\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"numbers-with-tricky-comments.js"
],
"duration": 59.82976100000087,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers-with-tricky-comments.js"
],
"duration": 58.90649399999529,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers-with-tricky-comments.js"
],
"duration": 59.338472999981605,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers-with-tricky-comments.js"
],
"duration": 59.153211000026204,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers-with-tricky-comments.js"
],
"duration": 58.523652000003494,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers-with-tricky-comments.js"
],
"duration": 59.14755600003991,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers-with-tricky-comments.js"
],
"duration": 59.068325000000186,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers-with-tricky-comments.js"
],
"duration": 59.10066200001165,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers1.js"
],
"duration": 0.5010659999679774,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numbers1.js"
],
"duration": 63.88229900004808,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers1.js"
],
"duration": 60.93590399995446,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers1.js"
],
"duration": 59.807389999972656,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers1.js"
],
"duration": 62.5173749999376,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers1.js"
],
"duration": 60.125872000004165,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers1.js"
],
"duration": 60.03182800009381,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers1.js"
],
"duration": 59.90563000005204,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers1.js"
],
"duration": 82.57084299996495,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers2.js"
],
"duration": 0.46922599989920855,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numbers2.js"
],
"duration": 60.414115999941714,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers2.js"
],
"duration": 60.44205299997702,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers2.js"
],
"duration": 60.84043899993412,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers2.js"
],
"duration": 57.349319999921136,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers2.js"
],
"duration": 59.303944999934174,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers2.js"
],
"duration": 59.825858999975026,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers2.js"
],
"duration": 59.32754199998453,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers2.js"
],
"duration": 59.83392999996431,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers3.js"
],
"duration": 0.4558110000798479,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numbers3.js"
],
"duration": 70.37181400007103,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers3.js"
],
"duration": 64.97097599995323,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers3.js"
],
"duration": 61.39394199999515,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers3.js"
],
"duration": 63.297498999978416,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers3.js"
],
"duration": 61.86282799998298,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers3.js"
],
"duration": 62.11345500010066,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers3.js"
],
"duration": 61.04008399997838,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers3.js"
],
"duration": 62.98743800004013,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"preserve_empty_lines.js"
],
"duration": 0.4326479999581352,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"preserve_empty_lines.js"
],
"duration": 62.73184100002982,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"preserve_empty_lines.js"
],
"duration": 61.341562999994494,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"preserve_empty_lines.js"
],
"duration": 58.56348000001162,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"preserve_empty_lines.js"
],
"duration": 59.51717899995856,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"preserve_empty_lines.js"
],
"duration": 59.23775400000159,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"preserve_empty_lines.js"
],
"duration": 63.552060000016354,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"preserve_empty_lines.js"
],
"duration": 58.49196900008246,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"preserve_empty_lines.js"
],
"duration": 59.07729299995117,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.6598419999936596,
"failureMessages": [
"tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -28,20 +28,20 @@\n [1, 2],\n [1, 2],\n ];\n \n a = [\n - #[1, 2],\n - #[1, 2],\n - ];\n + #[1,2],\n + #[1,2],\n + ]\n \n a = [\n { a, b },\n { a, b },\n ];\n \n a = [\n - #{ a, b },\n - #{ a, b },\n - ];\n + #{a, b},\n + #{a, b},\n + ]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 3.735304999980144,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.9807489999802783,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.4181879999814555,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.9562849999638274,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.7977289999835193,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 61.28888300003018,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 59.40581699996255,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 59.140722000040114,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,11 +9,13 @@\n class C extends [] {}\n class D extends #[] {}\n \n =====================================output=====================================\n class A extends ({}) {}\n - class B extends #{} {}\n + class B extends #{}\n + {\n + }\n \n class C extends [] {}\n class D extends #[] {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 28)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 26,
"numPendingTests": 0,
"perfStats": {
"start": 248374.91834399995,
"end": 249720.953974,
"runtime": 1346,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 7,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/class-extends/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"complex.js"
],
"duration": 0.4087430000072345,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"complex.js"
],
"duration": 63.90384600008838,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"complex.js"
],
"duration": 60.09187800006475,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"complex.js"
],
"duration": 59.18872800003737,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"complex.js"
],
"duration": 59.181171000003815,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"complex.js"
],
"duration": 59.09297300002072,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"complex.js"
],
"duration": 60.17500100005418,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"complex.js"
],
"duration": 59.31875800003763,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"complex.js"
],
"duration": 59.631244000047445,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"extends.js"
],
"duration": 0.4586969999363646,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"extends.js"
],
"duration": 63.98729800002184,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"extends.js"
],
"duration": 62.6830899999477,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"extends.js"
],
"duration": 60.57701099989936,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"extends.js"
],
"duration": 59.64684100006707,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"extends.js"
],
"duration": 59.798781999968924,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"extends.js"
],
"duration": 61.37549200002104,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"extends.js"
],
"duration": 61.01692500000354,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"extends.js"
],
"duration": 62.015674000023864,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.6296059999149293,
"failureMessages": [
"tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,11 +9,13 @@\n class C extends [] {}\n class D extends #[] {}\n \n =====================================output=====================================\n class A extends ({}) {}\n - class B extends #{} {}\n + class B extends #{}\n + {\n + }\n \n class C extends [] {}\n class D extends #[] {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 28)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 2.0279860000591725,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 2.040599999949336,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.9054109998978674,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.7650090000825003,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.7475650000851601,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 58.11773199995514,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 59.2336480000522,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 57.002158000017516,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 162,
"numPendingTests": 0,
"perfStats": {
"start": 249799.07804700005,
"end": 259361.909516,
"runtime": 9563,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 18,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/trailing-comma/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"none\"}"
],
"duration": 0.4217780000763014,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.907764000003226,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.327945000026375,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"none\"}"
],
"duration": 57.274969000020064,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.265218000044115,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"none\"}"
],
"duration": 61.06394700007513,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"none\"}"
],
"duration": 56.59533700009342,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"none\"}"
],
"duration": 57.32909000001382,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"none\"}"
],
"duration": 57.65327900007833,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"none\"}"
],
"duration": 0.4314050000393763,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.58887999993749,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.78359499992803,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"none\"}"
],
"duration": 57.29071600001771,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"none\"}"
],
"duration": 57.97397799999453,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"none\"}"
],
"duration": 57.365769999916665,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.352228999952786,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.70078800001647,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.12460400001146,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"none\"}"
],
"duration": 0.43404099997133017,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"none\"}"
],
"duration": 62.15580200008117,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.56505500001367,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"none\"}"
],
"duration": 60.124774000025354,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.078237999929115,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.74152999999933,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.61316800001077,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.924612000002526,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.9681499999715,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"none\"}"
],
"duration": 0.4915079999482259,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.38746400002856,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.074982000049204,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"none\"}"
],
"duration": 57.50470800010953,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"none\"}"
],
"duration": 57.480328999925405,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"none\"}"
],
"duration": 57.63114900002256,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.642850999953225,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"none\"}"
],
"duration": 57.739606000017375,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.271879000007175,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"none\"}"
],
"duration": 0.4302139999344945,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.588017000001855,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"none\"}"
],
"duration": 60.25778400001582,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"none\"}"
],
"duration": 57.87000300001819,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"none\"}"
],
"duration": 57.58153299998958,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.68501599994488,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.8228990000207,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"none\"}"
],
"duration": 60.17003400006797,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"none\"}"
],
"duration": 62.70569899992552,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"none\"}"
],
"duration": 0.4478869999293238,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"none\"}"
],
"duration": 63.720700999954715,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"none\"}"
],
"duration": 61.02687800000422,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"none\"}"
],
"duration": 60.40210399997886,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.83093400008511,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"none\"}"
],
"duration": 60.5856850000564,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.05800399999134,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.63825100008398,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"none\"}"
],
"duration": 61.52107699995395,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.4270479999249801,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.465699999942444,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"all\"}"
],
"duration": 56.396623999928124,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.95083800004795,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"all\"}"
],
"duration": 56.97094799997285,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"all\"}"
],
"duration": 56.4936699999962,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.217489000060596,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"all\"}"
],
"duration": 56.20465400000103,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"all\"}"
],
"duration": 56.610737999901175,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.538025000016205,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.636797999963164,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.435541000100784,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.219150000019,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.71765900007449,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.654504999984056,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.23558600002434,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.750408999971114,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.52047600003425,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.4457930000498891,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.785608000005595,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.683272999944165,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.423531000036746,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.767275999998674,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.16355699999258,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.896413000067696,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"all\"}"
],
"duration": 61.128914000000805,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.91679299995303,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.4897040000651032,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"all\"}"
],
"duration": 60.1842310000211,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.24510699999519,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.39099400001578,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.34318299998995,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.49909499997739,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"all\"}"
],
"duration": 60.25238000007812,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.169304999988526,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.42210199998226,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.5185779999010265,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.855142000014894,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.88362900004722,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"all\"}"
],
"duration": 60.45583200000692,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.2171049999306,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.92151700006798,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.33868499996606,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.07086199999321,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.84470799996052,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.43204700003843755,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"all\"}"
],
"duration": 62.018742999993265,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"all\"}"
],
"duration": 60.53471500007436,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"all\"}"
],
"duration": 60.344298999989405,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"all\"}"
],
"duration": 60.86798400001135,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"all\"}"
],
"duration": 60.46365200006403,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"all\"}"
],
"duration": 60.06629600003362,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.64817500009667,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.55766599997878,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.41418399999383837,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.69698599993717,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.97733999998309,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.031941000022925,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.194075000006706,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.97793100005947,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.37718599999789,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.00546499993652,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.744003000087105,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.4275580000830814,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.67488499998581,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.33075199997984,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.98719700006768,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.516012000036426,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.05406699993182,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.181007000035606,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.82922099996358,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.00813400000334,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.46496799995657057,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"es5\"}"
],
"duration": 60.09343499992974,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"es5\"}"
],
"duration": 61.762878000037745,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.869085000013,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.45825500006322,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.59231700003147,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.26587300002575,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.14589300006628,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.56755100004375,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.4260350000113249,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.87020000000484,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.848460000008345,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.1424709999701,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.248349000001326,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.796249000006355,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.60540000000037,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.303459999966435,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.284493000013754,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.4482970000244677,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.96495399996638,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.42420000000857,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.78426899993792,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.10825000004843,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.78552599996328,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"es5\"}"
],
"duration": 60.03168199991342,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.879213999956846,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.95786099997349,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.44458100001793355,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"es5\"}"
],
"duration": 62.948076000087894,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"es5\"}"
],
"duration": 60.21964599995408,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.53552899998613,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.34115900006145,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"es5\"}"
],
"duration": 60.15993600001093,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"es5\"}"
],
"duration": 60.11717700003646,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"es5\"}"
],
"duration": 61.17708399996627,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"es5\"}"
],
"duration": 60.22389399993699,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expression.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -31,12 +31,14 @@\n =====================================output=====================================\n () => ({})``;\n ({})``;\n a = () => ({}).x;\n ({}) && a, b;\n - ({})::b, 0;\n - ({})::b()``[\"\"].c++ && 0 ? 0 : 0, 0;\n + ({}\n + ::b, 0)\n + ({}\n + ::b()``[''].c++ && 0 ? 0 : 0, 0)\n ({})(), 0;\n ({} = 0);\n ({} = 0), 1;\n \n const a1 = {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 30)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 71,
"numPendingTests": 0,
"perfStats": {
"start": 259448.322477,
"end": 263355.35389900004,
"runtime": 3907,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 13,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/objects/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"bigint-key.js"
],
"duration": 0.4490690000820905,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"bigint-key.js"
],
"duration": 1.5651429999852553,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"bigint-key.js"
],
"duration": 61.77880100009497,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"bigint-key.js"
],
"duration": 58.12946099997498,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bigint-key.js"
],
"duration": 57.5762050000485,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bigint-key.js"
],
"duration": 56.77200899994932,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bigint-key.js"
],
"duration": 57.43223899998702,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"bigint-key.js"
],
"duration": 57.75438399997074,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"bigint-key.js"
],
"duration": 58.50075999996625,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"escape-sequence-key.js"
],
"duration": 0.42556399991735816,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"escape-sequence-key.js"
],
"duration": 60.02653499995358,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"escape-sequence-key.js"
],
"duration": 59.60207300004549,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"escape-sequence-key.js"
],
"duration": 61.43984600005206,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"escape-sequence-key.js"
],
"duration": 58.84717299998738,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"escape-sequence-key.js"
],
"duration": 58.405037999968044,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"escape-sequence-key.js"
],
"duration": 57.67796100000851,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"escape-sequence-key.js"
],
"duration": 58.12687899998855,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"escape-sequence-key.js"
],
"duration": 57.41796500002965,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 0.40944499999750406,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 58.916928999940865,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 59.686203999910504,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 59.01313000009395,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 59.09788500005379,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 59.41915900004096,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 59.27976699999999,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 58.19505600002594,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 59.47109799995087,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"expression.js"
],
"duration": 0.7134119999827817,
"failureMessages": [
"expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expression.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -31,12 +31,14 @@\n =====================================output=====================================\n () => ({})``;\n ({})``;\n a = () => ({}).x;\n ({}) && a, b;\n - ({})::b, 0;\n - ({})::b()``[\"\"].c++ && 0 ? 0 : 0, 0;\n + ({}\n + ::b, 0)\n + ({}\n + ::b()``[''].c++ && 0 ? 0 : 0, 0)\n ({})(), 0;\n ({} = 0);\n ({} = 0), 1;\n \n const a1 = {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 30)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"expression.js"
],
"duration": 2.7280540000647306,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"expression.js"
],
"duration": 5.8920210000360385,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"expression.js"
],
"duration": 1.2091179999988526,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"expression.js"
],
"duration": 1.0067300000227988,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"expression.js"
],
"duration": 0.9231430001091212,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"expression.js"
],
"duration": 61.30003399995621,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"expression.js"
],
"duration": 61.64845600002445,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"expression.js"
],
"duration": 64.38387000001967,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"getter-setter.js"
],
"duration": 0.42971199995372444,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"getter-setter.js"
],
"duration": 59.45103100000415,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"getter-setter.js"
],
"duration": 59.25835100002587,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"getter-setter.js"
],
"duration": 58.29605699994136,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"getter-setter.js"
],
"duration": 58.28598500008229,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"getter-setter.js"
],
"duration": 58.473373000044376,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"getter-setter.js"
],
"duration": 58.70979100000113,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"getter-setter.js"
],
"duration": 58.85838099999819,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"getter-setter.js"
],
"duration": 57.87392699997872,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 0.42689700005576015,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 58.174706000019796,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 59.01737200003117,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 57.64017299993429,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 57.683880000025965,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 57.59332899993751,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 57.09428299998399,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 56.478395000100136,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 57.26692500000354,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 0.49444299994502217,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 58.05325800005812,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 59.243924000067636,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 58.14599999994971,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 57.77374299999792,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 57.22803200001363,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 57.545503000030294,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 59.37237200001255,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 59.05202399997506,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"right-break.js"
],
"duration": 0.49463400000240654,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"right-break.js"
],
"duration": 58.67549399996642,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"right-break.js"
],
"duration": 63.707631999976,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"right-break.js"
],
"duration": 57.29291600000579,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"right-break.js"
],
"duration": 57.70770700008143,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"right-break.js"
],
"duration": 59.33082000003196,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"right-break.js"
],
"duration": 57.33198799996171,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"right-break.js"
],
"duration": 57.87021300010383,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"right-break.js"
],
"duration": 59.35573200008366,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 4\n + Received + 6\n \n @@ -68,13 +68,14 @@\n onFiltersUpdated = () => null,\n onSelect = () => null,\n onSubmitAndDeselect = () => null,\n onCancel = () => null,\n searchFilters = null,\n - title = \"\",\n + title = '',\n items = [],\n - } = #{}) {}\n + } = #{}) {\n + }\n \n function StatelessFunctionalComponent3([\n isActive = true,\n onFiltersUpdated = () => null,\n onSelect = () => null,\n @@ -90,10 +91,11 @@\n onFiltersUpdated = () => null,\n onSelect = () => null,\n onSubmitAndDeselect = () => null,\n onCancel = () => null,\n searchFilters = null,\n - title = \"\",\n + title = '',\n items = [],\n - ] = #[]) {}\n + ] = #[]) {\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 31)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 20,
"numPendingTests": 0,
"perfStats": {
"start": 263432.963988,
"end": 264509.720991,
"runtime": 1077,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 6,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/function-single-destructuring/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"array.js"
],
"duration": 0.42845999996643513,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 72.02008499996737,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 60.09962699993048,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 60.03577099996619,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 59.79975500004366,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 61.35914600000251,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 67.10542899998836,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 0.46257400000467896,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 66.58372200001031,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 60.862852999940515,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 62.32579899998382,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 62.16188599995803,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 61.44663399993442,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 63.85348599997815,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.678847000002861,
"failureMessages": [
"tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 4\n + Received + 6\n \n @@ -68,13 +68,14 @@\n onFiltersUpdated = () => null,\n onSelect = () => null,\n onSubmitAndDeselect = () => null,\n onCancel = () => null,\n searchFilters = null,\n - title = \"\",\n + title = '',\n items = [],\n - } = #{}) {}\n + } = #{}) {\n + }\n \n function StatelessFunctionalComponent3([\n isActive = true,\n onFiltersUpdated = () => null,\n onSelect = () => null,\n @@ -90,10 +91,11 @@\n onFiltersUpdated = () => null,\n onSelect = () => null,\n onSubmitAndDeselect = () => null,\n onCancel = () => null,\n searchFilters = null,\n - title = \"\",\n + title = '',\n items = [],\n - ] = #[]) {}\n + ] = #[]) {\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 31)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 5.280940999975428,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.4130679999943823,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.1938190000364557,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.9534599999897182,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 60.73091400007252,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 61.34590499999467,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "ignore-2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore-2.js format 1`\n \n - Snapshot - 3\n + Received + 13\n \n @@ -27,21 +27,31 @@\n // #8736\n \n function HelloWorld() {\n return (\n <div\n - {...{} /*\n - // @ts-ignore */ /* prettier-ignore */}\n + {\n + ...{} /*\n + // @ts-ignore */ /* prettier-ignore */\n + }\n invalidProp=\"HelloWorld\"\n >\n test\n </div>\n );\n }\n \n a = <div {.../* prettier-ignore */ b} />;\n a = <div {...b /* prettier-ignore */} />;\n a = <div {.../* prettier-ignore */ {}} />;\n - a = <div {...{/* prettier-ignore */}} />;\n + a = (\n + <div\n + {\n + ...{\n + /* prettier-ignore */\n + }\n + }\n + />\n + );\n a = <div {...{} /* prettier-ignore */} />;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nignore.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore.js format 1`\n \n - Snapshot - 30\n + Received + 36\n \n @@ -64,62 +64,68 @@\n \n =====================================output=====================================\n function a() {\n // prettier-ignore\n var fnString =\n - '\"' + this.USE + ' ' + this.STRICT + '\";\\n' +\n + '\"' +\n + this.USE +\n + \" \" +\n + this.STRICT +\n + '\";\\n' +\n this.filterPrefix() +\n - 'var fn=' + this.generateFunction('fn', 's,l,a,i') +\n + \"var fn=\" +\n + this.generateFunction(\"fn\", \"s,l,a,i\") +\n extra +\n this.watchFns() +\n - 'return fn;';\n + \"return fn;\";\n \n // prettier-ignore\n - const identity = Matrix.create(\n - 1, 0, 0,\n - 0, 1, 0,\n - 0, 0, 0\n - );\n + const identity = Matrix.create(1, 0, 0, 0, 1, 0, 0, 0, 0);\n \n // Let's make sure that this comment doesn't interfere\n \n // prettier-ignore\n - const commentsWithPrettierIgnore = {\n - \"ewww\":\n - \"gross-formatting\",\n + const commentsWithPrettierIgnore = {\n + ewww: \"gross-formatting\",\n };\n \n function giveMeSome() {\n - a( a ); // prettier-ignore\n + a(a); // prettier-ignore\n // shouldn't I return something? :shrug:\n }\n \n // prettier-ignore\n console.error(\n - 'In order to use ' + prompt + ', you need to configure a ' +\n - 'few environment variables to be able to commit to the ' +\n - 'repository. Follow those steps to get you setup:\\n' +\n - '\\n' +\n - 'Go to https://github.com/settings/tokens/new\\n' +\n - ' - Fill \"Token description\" with \"' + prompt + ' for ' +\n - repoSlug + '\"\\n' +\n - ' - Check \"public_repo\"\\n' +\n - ' - Press \"Generate Token\"\\n' +\n - '\\n' +\n - 'In a different tab, go to https://travis-ci.org/' +\n - repoSlug + '/settings\\n' +\n - ' - Make sure \"Build only if .travis.yml is present\" is ON\\n' +\n - ' - Fill \"Name\" with \"GITHUB_USER\" and \"Value\" with the name of the ' +\n + \"In order to use \" +\n + prompt +\n + \", you need to configure a \" +\n + \"few environment variables to be able to commit to the \" +\n + \"repository. Follow those steps to get you setup:\\n\" +\n + \"\\n\" +\n + \"Go to https://github.com/settings/tokens/new\\n\" +\n + ' - Fill \"Token description\" with \"' +\n + prompt +\n + \" for \" +\n + repoSlug +\n + '\"\\n' +\n + ' - Check \"public_repo\"\\n' +\n + ' - Press \"Generate Token\"\\n' +\n + \"\\n\" +\n + \"In a different tab, go to https://travis-ci.org/\" +\n + repoSlug +\n + \"/settings\\n\" +\n + ' - Make sure \"Build only if .travis.yml is present\" is ON\\n' +\n + ' - Fill \"Name\" with \"GITHUB_USER\" and \"Value\" with the name of the ' +\n 'account you generated the token with. Press \"Add\"\\n' +\n - '\\n' +\n - 'Once this is done, commit anything to the repository to restart ' +\n - 'Travis and it should work :)'\n + \"\\n\" +\n + \"Once this is done, commit anything to the repository to restart \" +\n + \"Travis and it should work :)\",\n );\n }\n \n const response = {\n // prettier-ignore\n - '_text': 'Turn on the lights',\n + _text: \"Turn on the lights\",\n intent: \"lights\",\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-10661.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-10661.js format 1`\n \n - Snapshot - 13\n + Received + 11\n \n @@ -30,32 +30,30 @@\n .c\n )\n \n =====================================output=====================================\n verylongidentifierthatwillwrap123123123123123(\n - a.b\n - // prettier-ignore\n - // Some other comment here\n - .c,\n + // prettier-ignore\n + // Some other comment here\n + a.b.c,\n );\n \n call(\n // comment\n - a.\n - // prettier-ignore\n - b,\n + // prettier-ignore\n + a.b,\n );\n \n call(\n + // prettier-ignore\n a(\n - /*\n + /*\n this won't get formatted too,\n because the prettier-ignore comment is attached as MemberExpression leading comment\n */\n - 1,\n - 2.0000, 3\n - )\n - // prettier-ignore\n - .c,\n + 1,\n + 2.0,\n + 3,\n + ).c,\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-11077.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-11077.js format 1`\n \n - Snapshot - 7\n + Received + 4\n \n @@ -26,19 +26,16 @@\n \n =====================================output=====================================\n function HelloWorld(x) {\n // prettier-ignore\n // eslint-disable-next-line\n - (x.a |\n - x.b).call(null);\n + (x.a | x.b).call(null);\n }\n \n function HelloWorld(x) {\n // prettier-ignore\n - (\n - // eslint-disable-next-line\n - x.a |\n - x.b\n - ).call(null)\n +\n + // eslint-disable-next-line\n + (x.a | x.b).call(null);\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-9877.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-9877.js format 1`\n \n - Snapshot - 6\n + Received + 1\n \n @@ -17,15 +17,10 @@\n \n =====================================output=====================================\n export default function test() {\n return {\n matrix: // prettier-ignore\n - new Float32Array([\n - 0, 0,\n - 1, 0,\n - 1, 1,\n - 0, 1\n - ]),\n + new Float32Array([0, 0, 1, 0, 1, 1, 0, 1]),\n };\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 5,
"numPassingTests": 85,
"numPendingTests": 0,
"perfStats": {
"start": 264594.931802,
"end": 269621.589095,
"runtime": 5027,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 10,
"unchecked": 0,
"unmatched": 5,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/ignore/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"class-expression-decorator.js"
],
"duration": 0.4971689999802038,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class-expression-decorator.js"
],
"duration": 2.3054449999472126,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class-expression-decorator.js"
],
"duration": 59.68295699998271,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class-expression-decorator.js"
],
"duration": 1.1498769999016076,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-expression-decorator.js"
],
"duration": 0.7488580000353977,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-expression-decorator.js"
],
"duration": 58.37895199994091,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-expression-decorator.js"
],
"duration": 57.95390900003258,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-expression-decorator.js"
],
"duration": 57.573918999987654,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-expression-decorator.js"
],
"duration": 59.301596000092104,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"decorator.js"
],
"duration": 0.45716300001367927,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"decorator.js"
],
"duration": 60.34880499995779,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"decorator.js"
],
"duration": 64.43636099994183,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"decorator.js"
],
"duration": 1.0057879999512807,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"decorator.js"
],
"duration": 0.6573680000146851,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"decorator.js"
],
"duration": 57.627360000042245,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"decorator.js"
],
"duration": 59.01179400004912,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"decorator.js"
],
"duration": 57.720833999919705,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"decorator.js"
],
"duration": 58.68485299998429,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"ignore-2.js"
],
"duration": 0.721015999908559,
"failureMessages": [
"ignore-2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore-2.js format 1`\n \n - Snapshot - 3\n + Received + 13\n \n @@ -27,21 +27,31 @@\n // #8736\n \n function HelloWorld() {\n return (\n <div\n - {...{} /*\n - // @ts-ignore */ /* prettier-ignore */}\n + {\n + ...{} /*\n + // @ts-ignore */ /* prettier-ignore */\n + }\n invalidProp=\"HelloWorld\"\n >\n test\n </div>\n );\n }\n \n a = <div {.../* prettier-ignore */ b} />;\n a = <div {...b /* prettier-ignore */} />;\n a = <div {.../* prettier-ignore */ {}} />;\n - a = <div {...{/* prettier-ignore */}} />;\n + a = (\n + <div\n + {\n + ...{\n + /* prettier-ignore */\n + }\n + }\n + />\n + );\n a = <div {...{} /* prettier-ignore */} />;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"ignore-2.js"
],
"duration": 61.249921999988146,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"ignore-2.js"
],
"duration": 62.37048600008711,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"ignore-2.js"
],
"duration": 59.62319299997762,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"ignore-2.js"
],
"duration": 60.43627399997786,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"ignore-2.js"
],
"duration": 59.772605999954976,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"ignore-2.js"
],
"duration": 61.49103799997829,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"ignore-2.js"
],
"duration": 59.51467900001444,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"ignore-2.js"
],
"duration": 59.55845000001136,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 1.1675900000846013,
"failureMessages": [
"ignore.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore.js format 1`\n \n - Snapshot - 30\n + Received + 36\n \n @@ -64,62 +64,68 @@\n \n =====================================output=====================================\n function a() {\n // prettier-ignore\n var fnString =\n - '\"' + this.USE + ' ' + this.STRICT + '\";\\n' +\n + '\"' +\n + this.USE +\n + \" \" +\n + this.STRICT +\n + '\";\\n' +\n this.filterPrefix() +\n - 'var fn=' + this.generateFunction('fn', 's,l,a,i') +\n + \"var fn=\" +\n + this.generateFunction(\"fn\", \"s,l,a,i\") +\n extra +\n this.watchFns() +\n - 'return fn;';\n + \"return fn;\";\n \n // prettier-ignore\n - const identity = Matrix.create(\n - 1, 0, 0,\n - 0, 1, 0,\n - 0, 0, 0\n - );\n + const identity = Matrix.create(1, 0, 0, 0, 1, 0, 0, 0, 0);\n \n // Let's make sure that this comment doesn't interfere\n \n // prettier-ignore\n - const commentsWithPrettierIgnore = {\n - \"ewww\":\n - \"gross-formatting\",\n + const commentsWithPrettierIgnore = {\n + ewww: \"gross-formatting\",\n };\n \n function giveMeSome() {\n - a( a ); // prettier-ignore\n + a(a); // prettier-ignore\n // shouldn't I return something? :shrug:\n }\n \n // prettier-ignore\n console.error(\n - 'In order to use ' + prompt + ', you need to configure a ' +\n - 'few environment variables to be able to commit to the ' +\n - 'repository. Follow those steps to get you setup:\\n' +\n - '\\n' +\n - 'Go to https://github.com/settings/tokens/new\\n' +\n - ' - Fill \"Token description\" with \"' + prompt + ' for ' +\n - repoSlug + '\"\\n' +\n - ' - Check \"public_repo\"\\n' +\n - ' - Press \"Generate Token\"\\n' +\n - '\\n' +\n - 'In a different tab, go to https://travis-ci.org/' +\n - repoSlug + '/settings\\n' +\n - ' - Make sure \"Build only if .travis.yml is present\" is ON\\n' +\n - ' - Fill \"Name\" with \"GITHUB_USER\" and \"Value\" with the name of the ' +\n + \"In order to use \" +\n + prompt +\n + \", you need to configure a \" +\n + \"few environment variables to be able to commit to the \" +\n + \"repository. Follow those steps to get you setup:\\n\" +\n + \"\\n\" +\n + \"Go to https://github.com/settings/tokens/new\\n\" +\n + ' - Fill \"Token description\" with \"' +\n + prompt +\n + \" for \" +\n + repoSlug +\n + '\"\\n' +\n + ' - Check \"public_repo\"\\n' +\n + ' - Press \"Generate Token\"\\n' +\n + \"\\n\" +\n + \"In a different tab, go to https://travis-ci.org/\" +\n + repoSlug +\n + \"/settings\\n\" +\n + ' - Make sure \"Build only if .travis.yml is present\" is ON\\n' +\n + ' - Fill \"Name\" with \"GITHUB_USER\" and \"Value\" with the name of the ' +\n 'account you generated the token with. Press \"Add\"\\n' +\n - '\\n' +\n - 'Once this is done, commit anything to the repository to restart ' +\n - 'Travis and it should work :)'\n + \"\\n\" +\n + \"Once this is done, commit anything to the repository to restart \" +\n + \"Travis and it should work :)\",\n );\n }\n \n const response = {\n // prettier-ignore\n - '_text': 'Turn on the lights',\n + _text: \"Turn on the lights\",\n intent: \"lights\",\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 65.35451600002125,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 59.69142299995292,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 58.744886000058614,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 58.86300599994138,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 57.546106999972835,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 59.30974699999206,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 59.8634669999592,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 59.96450299990829,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-10661.js"
],
"duration": 0.687504000030458,
"failureMessages": [
"issue-10661.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-10661.js format 1`\n \n - Snapshot - 13\n + Received + 11\n \n @@ -30,32 +30,30 @@\n .c\n )\n \n =====================================output=====================================\n verylongidentifierthatwillwrap123123123123123(\n - a.b\n - // prettier-ignore\n - // Some other comment here\n - .c,\n + // prettier-ignore\n + // Some other comment here\n + a.b.c,\n );\n \n call(\n // comment\n - a.\n - // prettier-ignore\n - b,\n + // prettier-ignore\n + a.b,\n );\n \n call(\n + // prettier-ignore\n a(\n - /*\n + /*\n this won't get formatted too,\n because the prettier-ignore comment is attached as MemberExpression leading comment\n */\n - 1,\n - 2.0000, 3\n - )\n - // prettier-ignore\n - .c,\n + 1,\n + 2.0,\n + 3,\n + ).c,\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-10661.js"
],
"duration": 60.729051000089385,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-10661.js"
],
"duration": 60.13944299996365,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-10661.js"
],
"duration": 59.02899799996521,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-10661.js"
],
"duration": 57.76937300001737,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-10661.js"
],
"duration": 57.16477599996142,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-10661.js"
],
"duration": 58.006355999968946,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-10661.js"
],
"duration": 57.92502700001933,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-10661.js"
],
"duration": 57.9610700000776,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-11077.js"
],
"duration": 0.6766630000201985,
"failureMessages": [
"issue-11077.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-11077.js format 1`\n \n - Snapshot - 7\n + Received + 4\n \n @@ -26,19 +26,16 @@\n \n =====================================output=====================================\n function HelloWorld(x) {\n // prettier-ignore\n // eslint-disable-next-line\n - (x.a |\n - x.b).call(null);\n + (x.a | x.b).call(null);\n }\n \n function HelloWorld(x) {\n // prettier-ignore\n - (\n - // eslint-disable-next-line\n - x.a |\n - x.b\n - ).call(null)\n +\n + // eslint-disable-next-line\n + (x.a | x.b).call(null);\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-11077.js"
],
"duration": 58.68327599996701,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-11077.js"
],
"duration": 58.63432700000703,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-11077.js"
],
"duration": 57.76065800001379,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-11077.js"
],
"duration": 57.9984580000164,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-11077.js"
],
"duration": 57.04474699997809,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-11077.js"
],
"duration": 57.64304799993988,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-11077.js"
],
"duration": 57.23321199999191,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-11077.js"
],
"duration": 58.806641999981366,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-13737.js"
],
"duration": 0.4477760000154376,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-13737.js"
],
"duration": 59.98684000002686,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-13737.js"
],
"duration": 59.01988199993502,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-13737.js"
],
"duration": 58.562925999984145,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-13737.js"
],
"duration": 60.19940799998585,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-13737.js"
],
"duration": 59.357301999931224,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-13737.js"
],
"duration": 58.52126499998849,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-13737.js"
],
"duration": 58.63800700008869,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-13737.js"
],
"duration": 58.876373999984935,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-14404.js"
],
"duration": 0.4239120000274852,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-14404.js"
],
"duration": 58.6512399999192,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-14404.js"
],
"duration": 59.803392000030726,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-14404.js"
],
"duration": 58.327206999994814,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-14404.js"
],
"duration": 58.09306399989873,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-14404.js"
],
"duration": 57.18145999999251,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-14404.js"
],
"duration": 58.02976199996192,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-14404.js"
],
"duration": 57.243861999944784,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-14404.js"
],
"duration": 58.42728300008457,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-9335.js"
],
"duration": 0.4353429999900982,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-9335.js"
],
"duration": 57.32947300001979,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-9335.js"
],
"duration": 56.96109700005036,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-9335.js"
],
"duration": 58.08115400001407,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-9335.js"
],
"duration": 56.65794800000731,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-9335.js"
],
"duration": 57.597673999960534,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-9335.js"
],
"duration": 57.65866700001061,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-9335.js"
],
"duration": 56.94876200007275,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-9335.js"
],
"duration": 57.45685199997388,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-9877.js"
],
"duration": 0.6818829999538139,
"failureMessages": [
"issue-9877.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-9877.js format 1`\n \n - Snapshot - 6\n + Received + 1\n \n @@ -17,15 +17,10 @@\n \n =====================================output=====================================\n export default function test() {\n return {\n matrix: // prettier-ignore\n - new Float32Array([\n - 0, 0,\n - 1, 0,\n - 1, 1,\n - 0, 1\n - ]),\n + new Float32Array([0, 0, 1, 0, 1, 1, 0, 1]),\n };\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-9877.js"
],
"duration": 59.0480010000756,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-9877.js"
],
"duration": 58.310916000045836,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-9877.js"
],
"duration": 57.6434789999621,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-9877.js"
],
"duration": 57.764647000003606,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-9877.js"
],
"duration": 57.91095599997789,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-9877.js"
],
"duration": 57.26585300010629,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-9877.js"
],
"duration": 57.52231999998912,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-9877.js"
],
"duration": 57.77873699995689,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 30,
"numPendingTests": 0,
"perfStats": {
"start": 269697.51259600004,
"end": 271171.83330799994,
"runtime": 1474,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 12,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/classes-private-fields/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 0.39326400007121265,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 1.3079920000163838,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 0.751081999973394,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 0.7597590000368655,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 62.88882999995258,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"private_fields.js"
],
"duration": 0.45809600001666695,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private_fields.js"
],
"duration": 63.49043500004336,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private_fields.js"
],
"duration": 62.29005400009919,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private_fields.js"
],
"duration": 62.482330000028014,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"private_fields.js"
],
"duration": 66.27340499998536,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with_comments.js"
],
"duration": 0.4092040000250563,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with_comments.js"
],
"duration": 62.13515099999495,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with_comments.js"
],
"duration": 58.19856199994683,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with_comments.js"
],
"duration": 58.50600900000427,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with_comments.js"
],
"duration": 60.19396699999925,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"optional-chaining.js - {\"semi\":false}"
],
"duration": 0.42756800004281104,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"optional-chaining.js - {\"semi\":false}"
],
"duration": 1.0939019999932498,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"optional-chaining.js - {\"semi\":false}"
],
"duration": 0.7829719999572262,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"optional-chaining.js - {\"semi\":false}"
],
"duration": 0.739871000056155,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"optional-chaining.js - {\"semi\":false}"
],
"duration": 60.00058100000024,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"private_fields.js - {\"semi\":false}"
],
"duration": 0.47224199993070215,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private_fields.js - {\"semi\":false}"
],
"duration": 63.110022000037134,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private_fields.js - {\"semi\":false}"
],
"duration": 61.52644400007557,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private_fields.js - {\"semi\":false}"
],
"duration": 60.75688999996055,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"private_fields.js - {\"semi\":false}"
],
"duration": 62.554890000028536,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with_comments.js - {\"semi\":false}"
],
"duration": 0.39570900006219745,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with_comments.js - {\"semi\":false}"
],
"duration": 57.30318300006911,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with_comments.js - {\"semi\":false}"
],
"duration": 58.06730700004846,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with_comments.js - {\"semi\":false}"
],
"duration": 57.337874999968335,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with_comments.js - {\"semi\":false}"
],
"duration": 57.08340899995528,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "blank-line-between-specifiers.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `blank-line-between-specifiers.js format 1`\n \n - Snapshot - 2\n + Received + 0\n \n @@ -27,11 +27,10 @@\n \n =====================================output=====================================\n export {\n // a\n foo1,\n -\n // b\n bar1,\n baz1,\n } from \"mod\";\n \n @@ -40,11 +39,10 @@\n const baz2 = 1;\n \n export {\n // a\n foo2,\n -\n // b\n bar2,\n baz2,\n };\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nblank-line-between-specifiers.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `blank-line-between-specifiers.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 2\n + Received + 0\n \n @@ -28,11 +28,10 @@\n \n =====================================output=====================================\n export {\n // a\n foo1,\n -\n // b\n bar1,\n baz1,\n } from \"mod\";\n \n @@ -41,11 +40,10 @@\n const baz2 = 1;\n \n export {\n // a\n foo2,\n -\n // b\n bar2,\n baz2,\n };\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbracket.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bracket.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -45,8 +45,8 @@\n itGo,\n multiLine,\n andMore,\n soWeCanGetItTo80Columns,\n };\n - export {fitsIn, oneLine};\n + export { fitsIn, oneLine };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsame-local-and-exported.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `same-local-and-exported.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n export {a} from 'a';\n export {b as b} from 'b';\n export {c as /* comment */c} from 'c';\n \n =====================================output=====================================\n - export {a} from \"a\";\n - export {b as b} from \"b\";\n - export {c as /* comment */ c} from \"c\";\n + export { a } from \"a\";\n + export { b as b } from \"b\";\n + export { c as /* comment */ c } from \"c\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nundefined.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `undefined.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { undefinedExport };\n \n =====================================output=====================================\n - export {undefinedExport};\n + export { undefinedExport };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 5,
"numPassingTests": 103,
"numPendingTests": 0,
"perfStats": {
"start": 271249.370053,
"end": 277436.179924,
"runtime": 6187,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 11,
"unchecked": 0,
"unmatched": 5,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/export/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"blank-line-between-specifiers.js"
],
"duration": 0.6142270000418648,
"failureMessages": [
"blank-line-between-specifiers.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `blank-line-between-specifiers.js format 1`\n \n - Snapshot - 2\n + Received + 0\n \n @@ -27,11 +27,10 @@\n \n =====================================output=====================================\n export {\n // a\n foo1,\n -\n // b\n bar1,\n baz1,\n } from \"mod\";\n \n @@ -40,11 +39,10 @@\n const baz2 = 1;\n \n export {\n // a\n foo2,\n -\n // b\n bar2,\n baz2,\n };\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js"
],
"duration": 59.96681300003547,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js"
],
"duration": 59.96829600003548,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js"
],
"duration": 59.869407000020146,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js"
],
"duration": 61.083173000020906,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js"
],
"duration": 59.6022220000159,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js"
],
"duration": 61.078362000058405,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js"
],
"duration": 60.96288999996614,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js"
],
"duration": 59.96799999999348,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"bracket.js"
],
"duration": 0.40631899994332343,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"bracket.js"
],
"duration": 68.7082020000089,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"bracket.js"
],
"duration": 60.76821899996139,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"bracket.js"
],
"duration": 59.098108000005595,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bracket.js"
],
"duration": 59.694084999966435,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bracket.js"
],
"duration": 58.48924000002444,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bracket.js"
],
"duration": 59.457181000034325,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"bracket.js"
],
"duration": 61.45493000000715,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"bracket.js"
],
"duration": 61.490431000012904,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 0.40897300001233816,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 59.593674000003375,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 59.11487299995497,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 57.615773000055924,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 58.387147000059485,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 58.37589299993124,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 59.16622999997344,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 58.913517000037245,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 58.79488499998115,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js"
],
"duration": 0.49960199999623,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"same-local-and-exported.js"
],
"duration": 60.08023099997081,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js"
],
"duration": 60.06689300003927,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js"
],
"duration": 59.02078700007405,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js"
],
"duration": 59.342477999976836,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js"
],
"duration": 59.52792999998201,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js"
],
"duration": 60.286519999965094,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js"
],
"duration": 61.295076999929734,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js"
],
"duration": 60.380040999967605,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 0.42140599992126226,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 61.23237300000619,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 61.24014399992302,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.67628699995112,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 60.04678299999796,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 58.8310759998858,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.57924899994396,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.96784800000023,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 58.69429100002162,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"undefined.js"
],
"duration": 0.39924500009510666,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"undefined.js"
],
"duration": 58.226007999968715,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"undefined.js"
],
"duration": 57.51118700008374,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"undefined.js"
],
"duration": 1.0910770000191405,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"undefined.js"
],
"duration": 0.6954080000286922,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"undefined.js"
],
"duration": 57.874014999950305,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"undefined.js"
],
"duration": 57.79709400003776,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"undefined.js"
],
"duration": 58.19655600003898,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"undefined.js"
],
"duration": 57.462095999973826,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js - {\"bracketSpacing\":false}"
],
"duration": 0.6716540000634268,
"failureMessages": [
"blank-line-between-specifiers.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `blank-line-between-specifiers.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 2\n + Received + 0\n \n @@ -28,11 +28,10 @@\n \n =====================================output=====================================\n export {\n // a\n foo1,\n -\n // b\n bar1,\n baz1,\n } from \"mod\";\n \n @@ -41,11 +40,10 @@\n const baz2 = 1;\n \n export {\n // a\n foo2,\n -\n // b\n bar2,\n baz2,\n };\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js - {\"bracketSpacing\":false}"
],
"duration": 58.89894899993669,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js - {\"bracketSpacing\":false}"
],
"duration": 59.5448149999138,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js - {\"bracketSpacing\":false}"
],
"duration": 58.73350900004152,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js - {\"bracketSpacing\":false}"
],
"duration": 58.56890499999281,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js - {\"bracketSpacing\":false}"
],
"duration": 58.926990999956615,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js - {\"bracketSpacing\":false}"
],
"duration": 59.28068099997472,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js - {\"bracketSpacing\":false}"
],
"duration": 59.27586299995892,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js - {\"bracketSpacing\":false}"
],
"duration": 58.88494299992453,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"bracket.js - {\"bracketSpacing\":false}"
],
"duration": 0.6085060000186786,
"failureMessages": [
"bracket.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bracket.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -45,8 +45,8 @@\n itGo,\n multiLine,\n andMore,\n soWeCanGetItTo80Columns,\n };\n - export {fitsIn, oneLine};\n + export { fitsIn, oneLine };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"bracket.js - {\"bracketSpacing\":false}"
],
"duration": 60.523823000025004,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"bracket.js - {\"bracketSpacing\":false}"
],
"duration": 60.22302999999374,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"bracket.js - {\"bracketSpacing\":false}"
],
"duration": 60.22892200003844,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bracket.js - {\"bracketSpacing\":false}"
],
"duration": 65.41051399998832,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bracket.js - {\"bracketSpacing\":false}"
],
"duration": 61.66737899999134,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bracket.js - {\"bracketSpacing\":false}"
],
"duration": 59.866917000035755,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"bracket.js - {\"bracketSpacing\":false}"
],
"duration": 59.12030599999707,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"bracket.js - {\"bracketSpacing\":false}"
],
"duration": 58.4283019999275,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 0.45023000007495284,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 57.35859499999788,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 58.55374300002586,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 57.15489999996498,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 58.98923299997114,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 57.20437299995683,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 59.208737000008114,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 58.49215999990702,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 58.71328300004825,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js - {\"bracketSpacing\":false}"
],
"duration": 0.5913739999523386,
"failureMessages": [
"same-local-and-exported.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `same-local-and-exported.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n export {a} from 'a';\n export {b as b} from 'b';\n export {c as /* comment */c} from 'c';\n \n =====================================output=====================================\n - export {a} from \"a\";\n - export {b as b} from \"b\";\n - export {c as /* comment */ c} from \"c\";\n + export { a } from \"a\";\n + export { b as b } from \"b\";\n + export { c as /* comment */ c } from \"c\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"same-local-and-exported.js - {\"bracketSpacing\":false}"
],
"duration": 59.18513700005133,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js - {\"bracketSpacing\":false}"
],
"duration": 58.42311199998949,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js - {\"bracketSpacing\":false}"
],
"duration": 58.4247210000176,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js - {\"bracketSpacing\":false}"
],
"duration": 60.05585300002713,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js - {\"bracketSpacing\":false}"
],
"duration": 59.487114000017755,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js - {\"bracketSpacing\":false}"
],
"duration": 60.465205999906175,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js - {\"bracketSpacing\":false}"
],
"duration": 60.106360999983735,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js - {\"bracketSpacing\":false}"
],
"duration": 59.446626999997534,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js - {\"bracketSpacing\":false}"
],
"duration": 0.40886299998965114,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js - {\"bracketSpacing\":false}"
],
"duration": 59.16054700000677,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js - {\"bracketSpacing\":false}"
],
"duration": 59.31737099995371,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js - {\"bracketSpacing\":false}"
],
"duration": 58.74727699998766,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js - {\"bracketSpacing\":false}"
],
"duration": 60.07170499989297,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js - {\"bracketSpacing\":false}"
],
"duration": 59.42958500003442,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js - {\"bracketSpacing\":false}"
],
"duration": 58.62027900002431,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js - {\"bracketSpacing\":false}"
],
"duration": 58.8928780000424,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js - {\"bracketSpacing\":false}"
],
"duration": 58.90389700001106,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"undefined.js - {\"bracketSpacing\":false}"
],
"duration": 0.6125829999800771,
"failureMessages": [
"undefined.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `undefined.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { undefinedExport };\n \n =====================================output=====================================\n - export {undefinedExport};\n + export { undefinedExport };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"undefined.js - {\"bracketSpacing\":false}"
],
"duration": 58.69806600001175,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"undefined.js - {\"bracketSpacing\":false}"
],
"duration": 60.00074499996845,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"undefined.js - {\"bracketSpacing\":false}"
],
"duration": 1.097459000069648,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"undefined.js - {\"bracketSpacing\":false}"
],
"duration": 0.6887950000818819,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"undefined.js - {\"bracketSpacing\":false}"
],
"duration": 58.40074900002219,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"undefined.js - {\"bracketSpacing\":false}"
],
"duration": 58.47990699997172,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"undefined.js - {\"bracketSpacing\":false}"
],
"duration": 58.84522100002505,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"undefined.js - {\"bracketSpacing\":false}"
],
"duration": 56.967291999957524,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 45,
"numPendingTests": 0,
"perfStats": {
"start": 277524.047206,
"end": 279867.525938,
"runtime": 2343,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 10,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/regex/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"d-flag.js"
],
"duration": 0.41412299999501556,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"d-flag.js"
],
"duration": 57.554313000058755,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"d-flag.js"
],
"duration": 57.566867000074126,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"d-flag.js"
],
"duration": 57.483266000053845,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"d-flag.js"
],
"duration": 58.67124200006947,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"d-flag.js"
],
"duration": 57.68109500000719,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"d-flag.js"
],
"duration": 57.535000000032596,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"d-flag.js"
],
"duration": 57.452091999934055,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"d-flag.js"
],
"duration": 57.80649799993262,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multiple-flags.js"
],
"duration": 0.4186720000579953,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multiple-flags.js"
],
"duration": 58.04544999997597,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multiple-flags.js"
],
"duration": 57.45326099998783,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multiple-flags.js"
],
"duration": 58.78085199999623,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiple-flags.js"
],
"duration": 57.17638399999123,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiple-flags.js"
],
"duration": 56.8452919999836,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiple-flags.js"
],
"duration": 57.19472099991981,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multiple-flags.js"
],
"duration": 56.63532400003169,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multiple-flags.js"
],
"duration": 57.494245999958366,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 0.416317000053823,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 58.0046769999899,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 58.07244300004095,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 1.5037270000902936,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 0.7349919999251142,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 0.8150209999876097,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 58.37342499999795,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 57.70745200000238,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 57.299500000081025,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 0.45455899997614324,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 58.615938999922946,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 58.955294999992475,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.383890000055544,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.92179099994246,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 58.49221099994611,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 56.01640900003258,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 56.83897100004833,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.50539700000081,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"v-flag.js"
],
"duration": 0.39966599992476404,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"v-flag.js"
],
"duration": 1.186083999928087,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"v-flag.js"
],
"duration": 56.07036000001244,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"v-flag.js"
],
"duration": 58.52305499999784,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"v-flag.js"
],
"duration": 57.17023899999913,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"v-flag.js"
],
"duration": 1.0159960000310093,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"v-flag.js"
],
"duration": 57.46863999997731,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"v-flag.js"
],
"duration": 59.075728000025265,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"v-flag.js"
],
"duration": 57.50596600002609,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "cursor-and-range.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() <|>{}<LF>\n }<LF>\n <LF>\n - let x\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-1.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n b() {}<LF>\n }<LF>\n <LF>\n - let x<LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-and-cursor-1.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <LF>\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() {<|>}<LF>\n }<LF>\n <LF>\n - let x <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncursor-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -6,10 +6,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()<LF>\n \n =====================================output=====================================\n - (function () {<CRLF>\n - return <|>15;<CRLF>\n - })();<CRLF>\n + (function () {<LF>\n + return 1<|>5;<LF>\n + })();<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncursor-and-range.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b(<|>) {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x\n + class a {<LF>\n + b() {}<LF>\n + <|>}<LF>\n + <LF>\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 7\n + Received + 5\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b() {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x<CRLF>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-and-cursor-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 8\n + Received + 5\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b(<|>) {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x <CRLF>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <|><LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncursor-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -6,10 +6,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()<LF>\n \n =====================================output=====================================\n - (function () {<CR>\n - return <|>15;<CR>\n - })();<CR>\n + (function () {<LF>\n + return <|>15;<LF>\n + })();<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncursor-and-range.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <CR>\n - <CR>\n - class a {<CR>\n - b(<|>) {}<CR>\n - }<CR>\n - <CR>\n - let x\n + class a {<LF>\n + b() <|>{}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 7\n + Received + 5\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <CR>\n - <CR>\n - class a {<CR>\n - b() {}<CR>\n - }<CR>\n - <CR>\n - let x<CR>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-and-cursor-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 8\n + Received + 5\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <CR>\n - <CR>\n - <CR>\n - class a {<CR>\n - b(<|>) {}<CR>\n - }<CR>\n - <CR>\n - let x <CR>\n + class a {<LF>\n + b() {<|>}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncursor-and-range.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() <|>{}<LF>\n }<LF>\n <LF>\n - let x\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-1.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n b() {}<LF>\n }<LF>\n <LF>\n - let x<LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-and-cursor-1.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <LF>\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() {<|>}<LF>\n }<LF>\n <LF>\n - let x <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 14,
"numPassingTests": 66,
"numPendingTests": 0,
"perfStats": {
"start": 279944.852194,
"end": 284675.854769,
"runtime": 4731,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 14,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/eol/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 0.42124599998351187,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 57.81768400000874,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 58.82542399992235,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 57.74139099998865,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 57.477334999945015,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"lf\"}"
],
"duration": 0.9272510000737384,
"failureMessages": [
"cursor-and-range.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() <|>{}<LF>\n }<LF>\n <LF>\n - let x\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"lf\"}"
],
"duration": 58.034462000010535,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"lf\"}"
],
"duration": 58.89168899995275,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"lf\"}"
],
"duration": 58.20224600005895,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"lf\"}"
],
"duration": 59.28690499998629,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 0.8497859999770299,
"failureMessages": [
"range-1.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n b() {}<LF>\n }<LF>\n <LF>\n - let x<LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 57.94477800000459,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 58.31001299992204,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 57.53195500001311,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 59.890189999947324,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 0.7536060001002625,
"failureMessages": [
"range-and-cursor-1.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <LF>\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() {<|>}<LF>\n }<LF>\n <LF>\n - let x <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 57.51390799996443,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 57.98023099999409,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 58.04868800006807,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 58.00124999997206,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 0.6437219999497756,
"failureMessages": [
"cursor-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -6,10 +6,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()<LF>\n \n =====================================output=====================================\n - (function () {<CRLF>\n - return <|>15;<CRLF>\n - })();<CRLF>\n + (function () {<LF>\n + return 1<|>5;<LF>\n + })();<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 58.00102700002026,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 58.25142099999357,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 60.342682000016794,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 61.06234500010032,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 0.7380279999924824,
"failureMessages": [
"cursor-and-range.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b(<|>) {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x\n + class a {<LF>\n + b() {}<LF>\n + <|>}<LF>\n + <LF>\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 59.035673000034876,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 59.32885399996303,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 60.011476999963634,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 58.39385500003118,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 0.7476559999631718,
"failureMessages": [
"range-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 7\n + Received + 5\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b() {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x<CRLF>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 59.7050820000004,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 60.15466399991419,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 58.703420999925584,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 59.2489999999525,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 0.8177460000151768,
"failureMessages": [
"range-and-cursor-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 8\n + Received + 5\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b(<|>) {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x <CRLF>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <|><LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 58.3202609999571,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 58.94873200007714,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 58.42048299999442,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 59.12738499999978,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 0.7048859999049455,
"failureMessages": [
"cursor-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -6,10 +6,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()<LF>\n \n =====================================output=====================================\n - (function () {<CR>\n - return <|>15;<CR>\n - })();<CR>\n + (function () {<LF>\n + return <|>15;<LF>\n + })();<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 59.902130000060424,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 58.801413999986835,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 58.4049009999726,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 59.88200500002131,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"cr\"}"
],
"duration": 0.7526450000004843,
"failureMessages": [
"cursor-and-range.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <CR>\n - <CR>\n - class a {<CR>\n - b(<|>) {}<CR>\n - }<CR>\n - <CR>\n - let x\n + class a {<LF>\n + b() <|>{}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"cr\"}"
],
"duration": 60.45444900006987,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"cr\"}"
],
"duration": 59.348525999928825,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"cr\"}"
],
"duration": 60.25733900000341,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"cr\"}"
],
"duration": 61.42667499999516,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 0.8400880000554025,
"failureMessages": [
"range-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 7\n + Received + 5\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <CR>\n - <CR>\n - class a {<CR>\n - b() {}<CR>\n - }<CR>\n - <CR>\n - let x<CR>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 59.9854940000223,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 58.59567499998957,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 59.06050599995069,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 59.57943700009491,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 0.9972619999898598,
"failureMessages": [
"range-and-cursor-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 8\n + Received + 5\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <CR>\n - <CR>\n - <CR>\n - class a {<CR>\n - b(<|>) {}<CR>\n - }<CR>\n - <CR>\n - let x <CR>\n + class a {<LF>\n + b() {<|>}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 59.59546799992677,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 59.25087300001178,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 59.16443599993363,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 58.10254300001543,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 0.44436999992467463,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 59.84410500002559,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 59.39848500001244,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 59.02814800001215,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 59.25698000006378,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"auto\"}"
],
"duration": 0.7595870000077412,
"failureMessages": [
"cursor-and-range.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() <|>{}<LF>\n }<LF>\n <LF>\n - let x\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"auto\"}"
],
"duration": 58.524978000088595,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"auto\"}"
],
"duration": 58.67170399997849,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"auto\"}"
],
"duration": 58.871684000012465,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"auto\"}"
],
"duration": 61.42828900006134,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 0.8994089999468997,
"failureMessages": [
"range-1.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n b() {}<LF>\n }<LF>\n <LF>\n - let x<LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 59.22989600000437,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 58.33247899997514,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 58.667622999986634,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 58.965629999991506,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 0.768735000048764,
"failureMessages": [
"range-and-cursor-1.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <LF>\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() {<|>}<LF>\n }<LF>\n <LF>\n - let x <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 58.620403999928385,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 59.67508600000292,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 59.40255699993577,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 59.830975999939255,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 54,
"numPendingTests": 0,
"perfStats": {
"start": 284767.019331,
"end": 287747.140966,
"runtime": 2980,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 10,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/export-star/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"export-star-as-default.js"
],
"duration": 0.5039209999376908,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export-star-as-default.js"
],
"duration": 59.761339999968186,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export-star-as-default.js"
],
"duration": 60.11674099997617,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export-star-as-default.js"
],
"duration": 58.388872999930754,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-star-as-default.js"
],
"duration": 57.50422400003299,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-star-as-default.js"
],
"duration": 58.86021900002379,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-star-as-default.js"
],
"duration": 58.93038999999408,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-star-as-default.js"
],
"duration": 57.6468439999735,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-star-as-default.js"
],
"duration": 58.6271190000698,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export-star-as-reserved-word.js"
],
"duration": 0.4670120000373572,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export-star-as-reserved-word.js"
],
"duration": 57.91046200005803,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export-star-as-reserved-word.js"
],
"duration": 58.014093000092544,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export-star-as-reserved-word.js"
],
"duration": 57.878190999967046,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-star-as-reserved-word.js"
],
"duration": 58.446870999992825,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-star-as-reserved-word.js"
],
"duration": 58.50986999995075,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-star-as-reserved-word.js"
],
"duration": 61.460628999979235,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-star-as-reserved-word.js"
],
"duration": 67.23206399998162,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-star-as-reserved-word.js"
],
"duration": 66.91335500008427,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export-star-as-string.js"
],
"duration": 0.437106000026688,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export-star-as-string.js"
],
"duration": 1.4196099999826401,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export-star-as-string.js"
],
"duration": 1.2749500001082197,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export-star-as-string.js"
],
"duration": 62.835821000044234,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-star-as-string.js"
],
"duration": 65.68977900000755,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-star-as-string.js"
],
"duration": 61.171323999995366,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-star-as-string.js"
],
"duration": 59.17806000006385,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-star-as-string.js"
],
"duration": 58.14404100005049,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-star-as-string.js"
],
"duration": 58.506478999974206,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export-star-as-string2.js"
],
"duration": 0.4981099999276921,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export-star-as-string2.js"
],
"duration": 1.4585540000116453,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export-star-as-string2.js"
],
"duration": 1.5694709999952465,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export-star-as-string2.js"
],
"duration": 58.04894999996759,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-star-as-string2.js"
],
"duration": 57.76467799989041,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-star-as-string2.js"
],
"duration": 57.36876199999824,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-star-as-string2.js"
],
"duration": 58.659754000022076,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-star-as-string2.js"
],
"duration": 59.421147000044584,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-star-as-string2.js"
],
"duration": 57.77972899994347,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export-star-as.js"
],
"duration": 0.46792399999685585,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export-star-as.js"
],
"duration": 59.64733800000977,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export-star-as.js"
],
"duration": 59.267242999980226,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export-star-as.js"
],
"duration": 58.68756099999882,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-star-as.js"
],
"duration": 58.611177999991924,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-star-as.js"
],
"duration": 58.34582000004593,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-star-as.js"
],
"duration": 58.222586999996565,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-star-as.js"
],
"duration": 58.558264999999665,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-star-as.js"
],
"duration": 58.11346400005277,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export-star.js"
],
"duration": 0.5137190000386909,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export-star.js"
],
"duration": 57.483485999982804,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export-star.js"
],
"duration": 57.72285500005819,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export-star.js"
],
"duration": 58.96922299999278,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-star.js"
],
"duration": 58.19669700006489,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-star.js"
],
"duration": 58.14234399993438,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-star.js"
],
"duration": 58.39426799991634,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-star.js"
],
"duration": 59.40694200003054,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-star.js"
],
"duration": 57.45030599995516,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "ignore.js - {\"trailingComma\":\"es5\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore.js - {\"trailingComma\":\"es5\"} format 1`\n \n - Snapshot - 7\n + Received + 7\n \n @@ -52,36 +52,36 @@\n }\n \n =====================================output=====================================\n foo = {\n // prettier-ignore\n - bar: 1,\n + bar: 1,\n };\n \n foo = {\n _: \"\",\n // prettier-ignore\n - bar: 1,\n + bar: 1,\n };\n \n /* comments */\n foo = {\n _: \"\",\n // prettier-ignore\n - bar: 1, // comment\n + bar: 1, // comment\n };\n \n foo = {\n _: \"\",\n // prettier-ignore\n - bar: 1 /* comment */,\n + bar: 1 /* comment */,\n };\n \n foo = {\n _: \"\",\n // prettier-ignore\n - bar: /* comment */ 1,\n + bar: /* comment */ 1,\n };\n \n /* SpreadElement */\n foo = {\n _: \"\",\n @@ -91,12 +91,12 @@\n \n // Nested\n foo = {\n baz: {\n // prettier-ignore\n - foo: [1, 2, 3],\n + foo: [1, 2, 3],\n },\n // prettier-ignore\n - bar: 1,\n + bar: 1,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 38)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-5678.js - {\"trailingComma\":\"es5\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-5678.js - {\"trailingComma\":\"es5\"} format 1`\n \n - Snapshot - 31\n + Received + 7\n \n @@ -62,53 +62,29 @@\n const refreshTokenPayload = {\n type: \"refreshToken\",\n sub: this._id,\n role: this.role,\n // prettier-ignore\n - exp: now + (60 * 60 * 24 * 90), // (90 days)\n + exp: now + 60 * 60 * 24 * 90, // (90 days)\n };\n \n export default {\n // prettier-ignore\n - protagonist: \" 0\\r\\n\" +\n - \"0 00\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"0 0\",\n + protagonist: \" 0\\r\\n\" + \"0 00\\r\\n\" + \"00000\\r\\n\" + \"0 0\\r\\n\" + \"0 0\",\n \n // prettier-ignore\n - wall: \"00000\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"00000\",\n + wall: \"00000\\r\\n\" + \"00000\\r\\n\" + \"00000\\r\\n\" + \"00000\\r\\n\" + \"00000\",\n \n // prettier-ignore\n - cheese: \"0\\r\\n\" +\n - \" 0\\r\\n\" +\n - \"000\\r\\n\" +\n - \"00 0\\r\\n\" +\n - \"00000\",\n + cheese: \"0\\r\\n\" + \" 0\\r\\n\" + \"000\\r\\n\" + \"00 0\\r\\n\" + \"00000\",\n \n // prettier-ignore\n - enemy: \"0 0\\r\\n\" +\n - \"00 00\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"0 0 0\\r\\n\" +\n - \"00000\",\n + enemy: \"0 0\\r\\n\" + \"00 00\\r\\n\" + \"00000\\r\\n\" + \"0 0 0\\r\\n\" + \"00000\",\n \n // prettier-ignore\n - home: \"00000\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"00000\",\n + home: \"00000\\r\\n\" + \"0 0\\r\\n\" + \"0 0\\r\\n\" + \"0 0\\r\\n\" + \"00000\",\n \n // prettier-ignore\n - dog: \"00 00\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"0 0 0\\r\\n\" +\n - \" 000 \",\n + dog: \"00 00\\r\\n\" + \"00000\\r\\n\" + \"0 0\\r\\n\" + \"0 0 0\\r\\n\" + \" 000 \",\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 38)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nignore.js - {\"trailingComma\":\"none\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore.js - {\"trailingComma\":\"none\"} format 1`\n \n - Snapshot - 7\n + Received + 7\n \n @@ -52,36 +52,36 @@\n }\n \n =====================================output=====================================\n foo = {\n // prettier-ignore\n - bar: 1\n + bar: 1\n };\n \n foo = {\n _: \"\",\n // prettier-ignore\n - bar: 1\n + bar: 1\n };\n \n /* comments */\n foo = {\n _: \"\",\n // prettier-ignore\n - bar: 1 // comment\n + bar: 1 // comment\n };\n \n foo = {\n _: \"\",\n // prettier-ignore\n - bar: 1 /* comment */\n + bar: 1 /* comment */\n };\n \n foo = {\n _: \"\",\n // prettier-ignore\n - bar: /* comment */ 1\n + bar: /* comment */ 1\n };\n \n /* SpreadElement */\n foo = {\n _: \"\",\n @@ -91,12 +91,12 @@\n \n // Nested\n foo = {\n baz: {\n // prettier-ignore\n - foo: [1, 2, 3]\n + foo: [1, 2, 3]\n },\n // prettier-ignore\n - bar: 1\n + bar: 1\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 38)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-5678.js - {\"trailingComma\":\"none\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-5678.js - {\"trailingComma\":\"none\"} format 1`\n \n - Snapshot - 31\n + Received + 7\n \n @@ -62,53 +62,29 @@\n const refreshTokenPayload = {\n type: \"refreshToken\",\n sub: this._id,\n role: this.role,\n // prettier-ignore\n - exp: now + (60 * 60 * 24 * 90) // (90 days)\n + exp: now + 60 * 60 * 24 * 90 // (90 days)\n };\n \n export default {\n // prettier-ignore\n - protagonist: \" 0\\r\\n\" +\n - \"0 00\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"0 0\",\n + protagonist: \" 0\\r\\n\" + \"0 00\\r\\n\" + \"00000\\r\\n\" + \"0 0\\r\\n\" + \"0 0\",\n \n // prettier-ignore\n - wall: \"00000\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"00000\",\n + wall: \"00000\\r\\n\" + \"00000\\r\\n\" + \"00000\\r\\n\" + \"00000\\r\\n\" + \"00000\",\n \n // prettier-ignore\n - cheese: \"0\\r\\n\" +\n - \" 0\\r\\n\" +\n - \"000\\r\\n\" +\n - \"00 0\\r\\n\" +\n - \"00000\",\n + cheese: \"0\\r\\n\" + \" 0\\r\\n\" + \"000\\r\\n\" + \"00 0\\r\\n\" + \"00000\",\n \n // prettier-ignore\n - enemy: \"0 0\\r\\n\" +\n - \"00 00\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"0 0 0\\r\\n\" +\n - \"00000\",\n + enemy: \"0 0\\r\\n\" + \"00 00\\r\\n\" + \"00000\\r\\n\" + \"0 0 0\\r\\n\" + \"00000\",\n \n // prettier-ignore\n - home: \"00000\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"00000\",\n + home: \"00000\\r\\n\" + \"0 0\\r\\n\" + \"0 0\\r\\n\" + \"0 0\\r\\n\" + \"00000\",\n \n // prettier-ignore\n - dog: \"00 00\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"0 0 0\\r\\n\" +\n - \" 000 \"\n + dog: \"00 00\\r\\n\" + \"00000\\r\\n\" + \"0 0\\r\\n\" + \"0 0 0\\r\\n\" + \" 000 \"\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 38)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nignore.js - {\"trailingComma\":\"all\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore.js - {\"trailingComma\":\"all\"} format 1`\n \n - Snapshot - 7\n + Received + 7\n \n @@ -52,36 +52,36 @@\n }\n \n =====================================output=====================================\n foo = {\n // prettier-ignore\n - bar: 1,\n + bar: 1,\n };\n \n foo = {\n _: \"\",\n // prettier-ignore\n - bar: 1,\n + bar: 1,\n };\n \n /* comments */\n foo = {\n _: \"\",\n // prettier-ignore\n - bar: 1, // comment\n + bar: 1, // comment\n };\n \n foo = {\n _: \"\",\n // prettier-ignore\n - bar: 1 /* comment */,\n + bar: 1 /* comment */,\n };\n \n foo = {\n _: \"\",\n // prettier-ignore\n - bar: /* comment */ 1,\n + bar: /* comment */ 1,\n };\n \n /* SpreadElement */\n foo = {\n _: \"\",\n @@ -91,12 +91,12 @@\n \n // Nested\n foo = {\n baz: {\n // prettier-ignore\n - foo: [1, 2, 3],\n + foo: [1, 2, 3],\n },\n // prettier-ignore\n - bar: 1,\n + bar: 1,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 38)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-5678.js - {\"trailingComma\":\"all\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-5678.js - {\"trailingComma\":\"all\"} format 1`\n \n - Snapshot - 31\n + Received + 7\n \n @@ -62,53 +62,29 @@\n const refreshTokenPayload = {\n type: \"refreshToken\",\n sub: this._id,\n role: this.role,\n // prettier-ignore\n - exp: now + (60 * 60 * 24 * 90), // (90 days)\n + exp: now + 60 * 60 * 24 * 90, // (90 days)\n };\n \n export default {\n // prettier-ignore\n - protagonist: \" 0\\r\\n\" +\n - \"0 00\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"0 0\",\n + protagonist: \" 0\\r\\n\" + \"0 00\\r\\n\" + \"00000\\r\\n\" + \"0 0\\r\\n\" + \"0 0\",\n \n // prettier-ignore\n - wall: \"00000\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"00000\",\n + wall: \"00000\\r\\n\" + \"00000\\r\\n\" + \"00000\\r\\n\" + \"00000\\r\\n\" + \"00000\",\n \n // prettier-ignore\n - cheese: \"0\\r\\n\" +\n - \" 0\\r\\n\" +\n - \"000\\r\\n\" +\n - \"00 0\\r\\n\" +\n - \"00000\",\n + cheese: \"0\\r\\n\" + \" 0\\r\\n\" + \"000\\r\\n\" + \"00 0\\r\\n\" + \"00000\",\n \n // prettier-ignore\n - enemy: \"0 0\\r\\n\" +\n - \"00 00\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"0 0 0\\r\\n\" +\n - \"00000\",\n + enemy: \"0 0\\r\\n\" + \"00 00\\r\\n\" + \"00000\\r\\n\" + \"0 0 0\\r\\n\" + \"00000\",\n \n // prettier-ignore\n - home: \"00000\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"00000\",\n + home: \"00000\\r\\n\" + \"0 0\\r\\n\" + \"0 0\\r\\n\" + \"0 0\\r\\n\" + \"00000\",\n \n // prettier-ignore\n - dog: \"00 00\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"0 0 0\\r\\n\" +\n - \" 000 \",\n + dog: \"00 00\\r\\n\" + \"00000\\r\\n\" + \"0 0\\r\\n\" + \"0 0 0\\r\\n\" + \" 000 \",\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 38)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 6,
"numPassingTests": 48,
"numPendingTests": 0,
"perfStats": {
"start": 287830.16747499997,
"end": 291167.77964100003,
"runtime": 3338,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 0,
"unchecked": 0,
"unmatched": 6,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/object-property-ignore/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.7736750000622123,
"failureMessages": [
"ignore.js - {\"trailingComma\":\"es5\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore.js - {\"trailingComma\":\"es5\"} format 1`\n \n - Snapshot - 7\n + Received + 7\n \n @@ -52,36 +52,36 @@\n }\n \n =====================================output=====================================\n foo = {\n // prettier-ignore\n - bar: 1,\n + bar: 1,\n };\n \n foo = {\n _: \"\",\n // prettier-ignore\n - bar: 1,\n + bar: 1,\n };\n \n /* comments */\n foo = {\n _: \"\",\n // prettier-ignore\n - bar: 1, // comment\n + bar: 1, // comment\n };\n \n foo = {\n _: \"\",\n // prettier-ignore\n - bar: 1 /* comment */,\n + bar: 1 /* comment */,\n };\n \n foo = {\n _: \"\",\n // prettier-ignore\n - bar: /* comment */ 1,\n + bar: /* comment */ 1,\n };\n \n /* SpreadElement */\n foo = {\n _: \"\",\n @@ -91,12 +91,12 @@\n \n // Nested\n foo = {\n baz: {\n // prettier-ignore\n - foo: [1, 2, 3],\n + foo: [1, 2, 3],\n },\n // prettier-ignore\n - bar: 1,\n + bar: 1,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 38)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"es5\"}"
],
"duration": 61.205292999977246,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"es5\"}"
],
"duration": 63.67261300003156,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"es5\"}"
],
"duration": 60.49223500001244,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"es5\"}"
],
"duration": 62.02680999995209,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"es5\"}"
],
"duration": 62.04285099997651,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"es5\"}"
],
"duration": 62.594021999975666,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"es5\"}"
],
"duration": 61.44583700003568,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"es5\"}"
],
"duration": 62.13547900004778,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.844626999925822,
"failureMessages": [
"issue-5678.js - {\"trailingComma\":\"es5\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-5678.js - {\"trailingComma\":\"es5\"} format 1`\n \n - Snapshot - 31\n + Received + 7\n \n @@ -62,53 +62,29 @@\n const refreshTokenPayload = {\n type: \"refreshToken\",\n sub: this._id,\n role: this.role,\n // prettier-ignore\n - exp: now + (60 * 60 * 24 * 90), // (90 days)\n + exp: now + 60 * 60 * 24 * 90, // (90 days)\n };\n \n export default {\n // prettier-ignore\n - protagonist: \" 0\\r\\n\" +\n - \"0 00\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"0 0\",\n + protagonist: \" 0\\r\\n\" + \"0 00\\r\\n\" + \"00000\\r\\n\" + \"0 0\\r\\n\" + \"0 0\",\n \n // prettier-ignore\n - wall: \"00000\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"00000\",\n + wall: \"00000\\r\\n\" + \"00000\\r\\n\" + \"00000\\r\\n\" + \"00000\\r\\n\" + \"00000\",\n \n // prettier-ignore\n - cheese: \"0\\r\\n\" +\n - \" 0\\r\\n\" +\n - \"000\\r\\n\" +\n - \"00 0\\r\\n\" +\n - \"00000\",\n + cheese: \"0\\r\\n\" + \" 0\\r\\n\" + \"000\\r\\n\" + \"00 0\\r\\n\" + \"00000\",\n \n // prettier-ignore\n - enemy: \"0 0\\r\\n\" +\n - \"00 00\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"0 0 0\\r\\n\" +\n - \"00000\",\n + enemy: \"0 0\\r\\n\" + \"00 00\\r\\n\" + \"00000\\r\\n\" + \"0 0 0\\r\\n\" + \"00000\",\n \n // prettier-ignore\n - home: \"00000\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"00000\",\n + home: \"00000\\r\\n\" + \"0 0\\r\\n\" + \"0 0\\r\\n\" + \"0 0\\r\\n\" + \"00000\",\n \n // prettier-ignore\n - dog: \"00 00\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"0 0 0\\r\\n\" +\n - \" 000 \",\n + dog: \"00 00\\r\\n\" + \"00000\\r\\n\" + \"0 0\\r\\n\" + \"0 0 0\\r\\n\" + \" 000 \",\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 38)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"es5\"}"
],
"duration": 63.09031399991363,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"es5\"}"
],
"duration": 61.63310700003058,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"es5\"}"
],
"duration": 60.031533000059426,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.932413000031374,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.42414000001736,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"es5\"}"
],
"duration": 60.798654000042006,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"es5\"}"
],
"duration": 60.92029799998272,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"es5\"}"
],
"duration": 61.47556099994108,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"none\"}"
],
"duration": 0.8736019999487326,
"failureMessages": [
"ignore.js - {\"trailingComma\":\"none\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore.js - {\"trailingComma\":\"none\"} format 1`\n \n - Snapshot - 7\n + Received + 7\n \n @@ -52,36 +52,36 @@\n }\n \n =====================================output=====================================\n foo = {\n // prettier-ignore\n - bar: 1\n + bar: 1\n };\n \n foo = {\n _: \"\",\n // prettier-ignore\n - bar: 1\n + bar: 1\n };\n \n /* comments */\n foo = {\n _: \"\",\n // prettier-ignore\n - bar: 1 // comment\n + bar: 1 // comment\n };\n \n foo = {\n _: \"\",\n // prettier-ignore\n - bar: 1 /* comment */\n + bar: 1 /* comment */\n };\n \n foo = {\n _: \"\",\n // prettier-ignore\n - bar: /* comment */ 1\n + bar: /* comment */ 1\n };\n \n /* SpreadElement */\n foo = {\n _: \"\",\n @@ -91,12 +91,12 @@\n \n // Nested\n foo = {\n baz: {\n // prettier-ignore\n - foo: [1, 2, 3]\n + foo: [1, 2, 3]\n },\n // prettier-ignore\n - bar: 1\n + bar: 1\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 38)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"none\"}"
],
"duration": 63.68919099995401,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"none\"}"
],
"duration": 62.213091999990866,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.99415499996394,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"none\"}"
],
"duration": 60.21888499998022,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.94475299993064,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"none\"}"
],
"duration": 62.130715999985114,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"none\"}"
],
"duration": 60.127398999989964,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"none\"}"
],
"duration": 61.285038000089116,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"none\"}"
],
"duration": 0.741654000012204,
"failureMessages": [
"issue-5678.js - {\"trailingComma\":\"none\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-5678.js - {\"trailingComma\":\"none\"} format 1`\n \n - Snapshot - 31\n + Received + 7\n \n @@ -62,53 +62,29 @@\n const refreshTokenPayload = {\n type: \"refreshToken\",\n sub: this._id,\n role: this.role,\n // prettier-ignore\n - exp: now + (60 * 60 * 24 * 90) // (90 days)\n + exp: now + 60 * 60 * 24 * 90 // (90 days)\n };\n \n export default {\n // prettier-ignore\n - protagonist: \" 0\\r\\n\" +\n - \"0 00\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"0 0\",\n + protagonist: \" 0\\r\\n\" + \"0 00\\r\\n\" + \"00000\\r\\n\" + \"0 0\\r\\n\" + \"0 0\",\n \n // prettier-ignore\n - wall: \"00000\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"00000\",\n + wall: \"00000\\r\\n\" + \"00000\\r\\n\" + \"00000\\r\\n\" + \"00000\\r\\n\" + \"00000\",\n \n // prettier-ignore\n - cheese: \"0\\r\\n\" +\n - \" 0\\r\\n\" +\n - \"000\\r\\n\" +\n - \"00 0\\r\\n\" +\n - \"00000\",\n + cheese: \"0\\r\\n\" + \" 0\\r\\n\" + \"000\\r\\n\" + \"00 0\\r\\n\" + \"00000\",\n \n // prettier-ignore\n - enemy: \"0 0\\r\\n\" +\n - \"00 00\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"0 0 0\\r\\n\" +\n - \"00000\",\n + enemy: \"0 0\\r\\n\" + \"00 00\\r\\n\" + \"00000\\r\\n\" + \"0 0 0\\r\\n\" + \"00000\",\n \n // prettier-ignore\n - home: \"00000\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"00000\",\n + home: \"00000\\r\\n\" + \"0 0\\r\\n\" + \"0 0\\r\\n\" + \"0 0\\r\\n\" + \"00000\",\n \n // prettier-ignore\n - dog: \"00 00\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"0 0 0\\r\\n\" +\n - \" 000 \"\n + dog: \"00 00\\r\\n\" + \"00000\\r\\n\" + \"0 0\\r\\n\" + \"0 0 0\\r\\n\" + \" 000 \"\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 38)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"none\"}"
],
"duration": 73.39221700001508,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"none\"}"
],
"duration": 62.19449899997562,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"none\"}"
],
"duration": 61.40464299998712,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"none\"}"
],
"duration": 60.72531300003175,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"none\"}"
],
"duration": 60.14855000004172,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"none\"}"
],
"duration": 61.304395999992266,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.81636299996171,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.326905000023544,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.763234999962151,
"failureMessages": [
"ignore.js - {\"trailingComma\":\"all\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore.js - {\"trailingComma\":\"all\"} format 1`\n \n - Snapshot - 7\n + Received + 7\n \n @@ -52,36 +52,36 @@\n }\n \n =====================================output=====================================\n foo = {\n // prettier-ignore\n - bar: 1,\n + bar: 1,\n };\n \n foo = {\n _: \"\",\n // prettier-ignore\n - bar: 1,\n + bar: 1,\n };\n \n /* comments */\n foo = {\n _: \"\",\n // prettier-ignore\n - bar: 1, // comment\n + bar: 1, // comment\n };\n \n foo = {\n _: \"\",\n // prettier-ignore\n - bar: 1 /* comment */,\n + bar: 1 /* comment */,\n };\n \n foo = {\n _: \"\",\n // prettier-ignore\n - bar: /* comment */ 1,\n + bar: /* comment */ 1,\n };\n \n /* SpreadElement */\n foo = {\n _: \"\",\n @@ -91,12 +91,12 @@\n \n // Nested\n foo = {\n baz: {\n // prettier-ignore\n - foo: [1, 2, 3],\n + foo: [1, 2, 3],\n },\n // prettier-ignore\n - bar: 1,\n + bar: 1,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 38)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"all\"}"
],
"duration": 70.9243130000541,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"all\"}"
],
"duration": 65.23825699998997,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"all\"}"
],
"duration": 61.20677299995441,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"all\"}"
],
"duration": 61.25828199996613,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"all\"}"
],
"duration": 62.595085000037216,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"all\"}"
],
"duration": 60.653237999998964,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"all\"}"
],
"duration": 61.26386399997864,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"all\"}"
],
"duration": 60.52728100004606,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.7215370000340044,
"failureMessages": [
"issue-5678.js - {\"trailingComma\":\"all\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-5678.js - {\"trailingComma\":\"all\"} format 1`\n \n - Snapshot - 31\n + Received + 7\n \n @@ -62,53 +62,29 @@\n const refreshTokenPayload = {\n type: \"refreshToken\",\n sub: this._id,\n role: this.role,\n // prettier-ignore\n - exp: now + (60 * 60 * 24 * 90), // (90 days)\n + exp: now + 60 * 60 * 24 * 90, // (90 days)\n };\n \n export default {\n // prettier-ignore\n - protagonist: \" 0\\r\\n\" +\n - \"0 00\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"0 0\",\n + protagonist: \" 0\\r\\n\" + \"0 00\\r\\n\" + \"00000\\r\\n\" + \"0 0\\r\\n\" + \"0 0\",\n \n // prettier-ignore\n - wall: \"00000\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"00000\",\n + wall: \"00000\\r\\n\" + \"00000\\r\\n\" + \"00000\\r\\n\" + \"00000\\r\\n\" + \"00000\",\n \n // prettier-ignore\n - cheese: \"0\\r\\n\" +\n - \" 0\\r\\n\" +\n - \"000\\r\\n\" +\n - \"00 0\\r\\n\" +\n - \"00000\",\n + cheese: \"0\\r\\n\" + \" 0\\r\\n\" + \"000\\r\\n\" + \"00 0\\r\\n\" + \"00000\",\n \n // prettier-ignore\n - enemy: \"0 0\\r\\n\" +\n - \"00 00\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"0 0 0\\r\\n\" +\n - \"00000\",\n + enemy: \"0 0\\r\\n\" + \"00 00\\r\\n\" + \"00000\\r\\n\" + \"0 0 0\\r\\n\" + \"00000\",\n \n // prettier-ignore\n - home: \"00000\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"00000\",\n + home: \"00000\\r\\n\" + \"0 0\\r\\n\" + \"0 0\\r\\n\" + \"0 0\\r\\n\" + \"00000\",\n \n // prettier-ignore\n - dog: \"00 00\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"0 0 0\\r\\n\" +\n - \" 000 \",\n + dog: \"00 00\\r\\n\" + \"00000\\r\\n\" + \"0 0\\r\\n\" + \"0 0 0\\r\\n\" + \" 000 \",\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 38)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"all\"}"
],
"duration": 62.58687400002964,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"all\"}"
],
"duration": 62.84128699998837,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"all\"}"
],
"duration": 62.0829509999603,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"all\"}"
],
"duration": 61.046418000012636,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"all\"}"
],
"duration": 60.82269899989478,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.386353000067174,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"all\"}"
],
"duration": 61.92693999991752,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"all\"}"
],
"duration": 62.43516300001647,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "ignore.js - {\"trailingComma\":\"es5\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore.js - {\"trailingComma\":\"es5\"} format 1`\n \n - Snapshot - 7\n + Received + 7\n \n @@ -48,33 +48,33 @@\n } = foo\n \n =====================================output=====================================\n const {\n // prettier-ignore\n - bar = 1,\n + bar = 1,\n } = foo;\n \n const {\n _,\n // prettier-ignore\n - bar2 = 1,\n + bar2 = 1,\n } = foo;\n \n /* comments */\n const {\n // prettier-ignore\n - bar3 = 1, // comment\n + bar3 = 1, // comment\n } = foo;\n \n const {\n // prettier-ignore\n - bar4 = 1 /* comment */,\n + bar4 = 1 /* comment */,\n } = foo;\n \n const {\n // prettier-ignore\n - bar5 = /* comment */ 1,\n + bar5 = /* comment */ 1,\n } = foo;\n \n /* RestElement */\n const {\n // prettier-ignore\n @@ -83,12 +83,12 @@\n \n // Nested\n const {\n baz: {\n // prettier-ignore\n - foo2 = [1, 2, 3],\n + foo2 = [1, 2, 3],\n },\n // prettier-ignore\n - bar7 = 1,\n + bar7 = 1,\n } = foo;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nignore.js - {\"trailingComma\":\"none\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore.js - {\"trailingComma\":\"none\"} format 1`\n \n - Snapshot - 7\n + Received + 7\n \n @@ -48,33 +48,33 @@\n } = foo\n \n =====================================output=====================================\n const {\n // prettier-ignore\n - bar = 1\n + bar = 1\n } = foo;\n \n const {\n _,\n // prettier-ignore\n - bar2 = 1\n + bar2 = 1\n } = foo;\n \n /* comments */\n const {\n // prettier-ignore\n - bar3 = 1 // comment\n + bar3 = 1 // comment\n } = foo;\n \n const {\n // prettier-ignore\n - bar4 = 1 /* comment */\n + bar4 = 1 /* comment */\n } = foo;\n \n const {\n // prettier-ignore\n - bar5 = /* comment */ 1\n + bar5 = /* comment */ 1\n } = foo;\n \n /* RestElement */\n const {\n // prettier-ignore\n @@ -83,12 +83,12 @@\n \n // Nested\n const {\n baz: {\n // prettier-ignore\n - foo2 = [1, 2, 3]\n + foo2 = [1, 2, 3]\n },\n // prettier-ignore\n - bar7 = 1\n + bar7 = 1\n } = foo;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nignore.js - {\"trailingComma\":\"all\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore.js - {\"trailingComma\":\"all\"} format 1`\n \n - Snapshot - 7\n + Received + 7\n \n @@ -48,33 +48,33 @@\n } = foo\n \n =====================================output=====================================\n const {\n // prettier-ignore\n - bar = 1,\n + bar = 1,\n } = foo;\n \n const {\n _,\n // prettier-ignore\n - bar2 = 1,\n + bar2 = 1,\n } = foo;\n \n /* comments */\n const {\n // prettier-ignore\n - bar3 = 1, // comment\n + bar3 = 1, // comment\n } = foo;\n \n const {\n // prettier-ignore\n - bar4 = 1 /* comment */,\n + bar4 = 1 /* comment */,\n } = foo;\n \n const {\n // prettier-ignore\n - bar5 = /* comment */ 1,\n + bar5 = /* comment */ 1,\n } = foo;\n \n /* RestElement */\n const {\n // prettier-ignore\n @@ -83,12 +83,12 @@\n \n // Nested\n const {\n baz: {\n // prettier-ignore\n - foo2 = [1, 2, 3],\n + foo2 = [1, 2, 3],\n },\n // prettier-ignore\n - bar7 = 1,\n + bar7 = 1,\n } = foo;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 3,
"numPassingTests": 24,
"numPendingTests": 0,
"perfStats": {
"start": 291283.07543499995,
"end": 292950.747466,
"runtime": 1668,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 0,
"unchecked": 0,
"unmatched": 3,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/destructuring-ignore/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.809131000074558,
"failureMessages": [
"ignore.js - {\"trailingComma\":\"es5\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore.js - {\"trailingComma\":\"es5\"} format 1`\n \n - Snapshot - 7\n + Received + 7\n \n @@ -48,33 +48,33 @@\n } = foo\n \n =====================================output=====================================\n const {\n // prettier-ignore\n - bar = 1,\n + bar = 1,\n } = foo;\n \n const {\n _,\n // prettier-ignore\n - bar2 = 1,\n + bar2 = 1,\n } = foo;\n \n /* comments */\n const {\n // prettier-ignore\n - bar3 = 1, // comment\n + bar3 = 1, // comment\n } = foo;\n \n const {\n // prettier-ignore\n - bar4 = 1 /* comment */,\n + bar4 = 1 /* comment */,\n } = foo;\n \n const {\n // prettier-ignore\n - bar5 = /* comment */ 1,\n + bar5 = /* comment */ 1,\n } = foo;\n \n /* RestElement */\n const {\n // prettier-ignore\n @@ -83,12 +83,12 @@\n \n // Nested\n const {\n baz: {\n // prettier-ignore\n - foo2 = [1, 2, 3],\n + foo2 = [1, 2, 3],\n },\n // prettier-ignore\n - bar7 = 1,\n + bar7 = 1,\n } = foo;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"es5\"}"
],
"duration": 65.82699500001036,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"es5\"}"
],
"duration": 60.69230999995489,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"es5\"}"
],
"duration": 60.926723999902606,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"es5\"}"
],
"duration": 62.330227000056766,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"es5\"}"
],
"duration": 60.624641999951564,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"es5\"}"
],
"duration": 60.64784200000577,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"es5\"}"
],
"duration": 62.05234100006055,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"es5\"}"
],
"duration": 63.58438000001479,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"none\"}"
],
"duration": 0.9484010000014678,
"failureMessages": [
"ignore.js - {\"trailingComma\":\"none\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore.js - {\"trailingComma\":\"none\"} format 1`\n \n - Snapshot - 7\n + Received + 7\n \n @@ -48,33 +48,33 @@\n } = foo\n \n =====================================output=====================================\n const {\n // prettier-ignore\n - bar = 1\n + bar = 1\n } = foo;\n \n const {\n _,\n // prettier-ignore\n - bar2 = 1\n + bar2 = 1\n } = foo;\n \n /* comments */\n const {\n // prettier-ignore\n - bar3 = 1 // comment\n + bar3 = 1 // comment\n } = foo;\n \n const {\n // prettier-ignore\n - bar4 = 1 /* comment */\n + bar4 = 1 /* comment */\n } = foo;\n \n const {\n // prettier-ignore\n - bar5 = /* comment */ 1\n + bar5 = /* comment */ 1\n } = foo;\n \n /* RestElement */\n const {\n // prettier-ignore\n @@ -83,12 +83,12 @@\n \n // Nested\n const {\n baz: {\n // prettier-ignore\n - foo2 = [1, 2, 3]\n + foo2 = [1, 2, 3]\n },\n // prettier-ignore\n - bar7 = 1\n + bar7 = 1\n } = foo;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"none\"}"
],
"duration": 63.92223499994725,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"none\"}"
],
"duration": 61.110058000078425,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"none\"}"
],
"duration": 61.15343000006396,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"none\"}"
],
"duration": 60.98671000008471,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.96090400009416,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"none\"}"
],
"duration": 60.4996889999602,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"none\"}"
],
"duration": 61.60703700000886,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"none\"}"
],
"duration": 62.08304199995473,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.702041000011377,
"failureMessages": [
"ignore.js - {\"trailingComma\":\"all\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore.js - {\"trailingComma\":\"all\"} format 1`\n \n - Snapshot - 7\n + Received + 7\n \n @@ -48,33 +48,33 @@\n } = foo\n \n =====================================output=====================================\n const {\n // prettier-ignore\n - bar = 1,\n + bar = 1,\n } = foo;\n \n const {\n _,\n // prettier-ignore\n - bar2 = 1,\n + bar2 = 1,\n } = foo;\n \n /* comments */\n const {\n // prettier-ignore\n - bar3 = 1, // comment\n + bar3 = 1, // comment\n } = foo;\n \n const {\n // prettier-ignore\n - bar4 = 1 /* comment */,\n + bar4 = 1 /* comment */,\n } = foo;\n \n const {\n // prettier-ignore\n - bar5 = /* comment */ 1,\n + bar5 = /* comment */ 1,\n } = foo;\n \n /* RestElement */\n const {\n // prettier-ignore\n @@ -83,12 +83,12 @@\n \n // Nested\n const {\n baz: {\n // prettier-ignore\n - foo2 = [1, 2, 3],\n + foo2 = [1, 2, 3],\n },\n // prettier-ignore\n - bar7 = 1,\n + bar7 = 1,\n } = foo;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"all\"}"
],
"duration": 63.6807479999261,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"all\"}"
],
"duration": 61.35726499999873,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"all\"}"
],
"duration": 61.04505200008862,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"all\"}"
],
"duration": 61.24270100006834,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.8614059999818,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"all\"}"
],
"duration": 60.65035199990962,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"all\"}"
],
"duration": 62.49316899990663,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"all\"}"
],
"duration": 62.125826000003144,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "arguments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arguments.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -6,14 +6,18 @@\n console.log(@deco class Foo {})\n console.log(@deco class {})\n \n =====================================output=====================================\n console.log(\n - @deco\n - class Foo {},\n + (\n + @deco\n + class Foo {}\n + ),\n );\n console.log(\n - @deco\n - class {},\n + (\n + @deco\n + class {}\n + ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 40)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclass-expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-expression.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -18,15 +18,19 @@\n // This is not a `ClassExpression` but `ClassDeclaration`\n @deco class Foo {}\n \n =====================================output=====================================\n const a1 =\n - @deco\n - class Foo {};\n + (\n + @deco\n + class Foo {}\n + );\n const a2 =\n - @deco\n - class {};\n + (\n + @deco\n + class {}\n + );\n \n (\n @deco\n class Foo {}\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 40)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\narguments.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arguments.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -7,14 +7,18 @@\n console.log(@deco class Foo {})\n console.log(@deco class {})\n \n =====================================output=====================================\n console.log(\n - @deco\n - class Foo {},\n + (\n + @deco\n + class Foo {}\n + ),\n )\n console.log(\n - @deco\n - class {},\n + (\n + @deco\n + class {}\n + ),\n )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 40)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclass-expression.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-expression.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -19,15 +19,19 @@\n // This is not a `ClassExpression` but `ClassDeclaration`\n @deco class Foo {}\n \n =====================================output=====================================\n const a1 =\n - @deco\n - class Foo {}\n + (\n + @deco\n + class Foo {}\n + )\n const a2 =\n - @deco\n - class {}\n + (\n + @deco\n + class {}\n + )\n \n ;(\n @deco\n class Foo {}\n )\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 40)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 68,
"numPendingTests": 0,
"perfStats": {
"start": 293032.110288,
"end": 295953.78422900004,
"runtime": 2922,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 28,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/decorators/class-expression/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arguments.js"
],
"duration": 0.7466939999721944,
"failureMessages": [
"arguments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arguments.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -6,14 +6,18 @@\n console.log(@deco class Foo {})\n console.log(@deco class {})\n \n =====================================output=====================================\n console.log(\n - @deco\n - class Foo {},\n + (\n + @deco\n + class Foo {}\n + ),\n );\n console.log(\n - @deco\n - class {},\n + (\n + @deco\n + class {}\n + ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 40)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"arguments.js"
],
"duration": 2.4195980000076815,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arguments.js"
],
"duration": 60.98034699994605,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arguments.js"
],
"duration": 1.1854029999813065,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arguments.js"
],
"duration": 0.7433380000293255,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arguments.js"
],
"duration": 58.296487000072375,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arguments.js"
],
"duration": 58.99657299998216,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arguments.js"
],
"duration": 58.31900199991651,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arguments.js"
],
"duration": 58.903862999984995,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class-expression.js"
],
"duration": 0.6489209999563172,
"failureMessages": [
"class-expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-expression.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -18,15 +18,19 @@\n // This is not a `ClassExpression` but `ClassDeclaration`\n @deco class Foo {}\n \n =====================================output=====================================\n const a1 =\n - @deco\n - class Foo {};\n + (\n + @deco\n + class Foo {}\n + );\n const a2 =\n - @deco\n - class {};\n + (\n + @deco\n + class {}\n + );\n \n (\n @deco\n class Foo {}\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 40)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"class-expression.js"
],
"duration": 4.83617000002414,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class-expression.js"
],
"duration": 62.06245600001421,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class-expression.js"
],
"duration": 1.2150380000239238,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-expression.js"
],
"duration": 0.7787439998937771,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-expression.js"
],
"duration": 60.97231300000567,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-expression.js"
],
"duration": 61.60993000003509,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-expression.js"
],
"duration": 61.4390419999836,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-expression.js"
],
"duration": 60.14855300006457,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 0.43328900006599724,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 1.8912209999980405,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 58.868871000013314,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 1.0595580000663176,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 0.7080219999188557,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 58.52350300003309,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 58.38107000000309,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 58.53796400001738,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 58.89308800001163,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"super-class.js"
],
"duration": 0.4109669999452308,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"super-class.js"
],
"duration": 1.7809750000014901,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"super-class.js"
],
"duration": 59.948320999974385,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"super-class.js"
],
"duration": 1.1542750000953674,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"super-class.js"
],
"duration": 0.7241619999986142,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"super-class.js"
],
"duration": 59.28188699996099,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"super-class.js"
],
"duration": 60.56873000005726,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"super-class.js"
],
"duration": 60.44722800003365,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"super-class.js"
],
"duration": 59.38683800003491,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"arguments.js - {\"semi\":false}"
],
"duration": 0.6348960000323132,
"failureMessages": [
"arguments.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arguments.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -7,14 +7,18 @@\n console.log(@deco class Foo {})\n console.log(@deco class {})\n \n =====================================output=====================================\n console.log(\n - @deco\n - class Foo {},\n + (\n + @deco\n + class Foo {}\n + ),\n )\n console.log(\n - @deco\n - class {},\n + (\n + @deco\n + class {}\n + ),\n )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 40)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"arguments.js - {\"semi\":false}"
],
"duration": 1.8099399999482557,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arguments.js - {\"semi\":false}"
],
"duration": 59.56735699996352,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arguments.js - {\"semi\":false}"
],
"duration": 1.168032000074163,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arguments.js - {\"semi\":false}"
],
"duration": 0.7472050000214949,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arguments.js - {\"semi\":false}"
],
"duration": 58.79161100008059,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arguments.js - {\"semi\":false}"
],
"duration": 60.98621000000276,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arguments.js - {\"semi\":false}"
],
"duration": 59.95028800005093,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arguments.js - {\"semi\":false}"
],
"duration": 59.20679700002074,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class-expression.js - {\"semi\":false}"
],
"duration": 0.6746799999382347,
"failureMessages": [
"class-expression.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-expression.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -19,15 +19,19 @@\n // This is not a `ClassExpression` but `ClassDeclaration`\n @deco class Foo {}\n \n =====================================output=====================================\n const a1 =\n - @deco\n - class Foo {}\n + (\n + @deco\n + class Foo {}\n + )\n const a2 =\n - @deco\n - class {}\n + (\n + @deco\n + class {}\n + )\n \n ;(\n @deco\n class Foo {}\n )\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 40)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"class-expression.js - {\"semi\":false}"
],
"duration": 3.718174000037834,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class-expression.js - {\"semi\":false}"
],
"duration": 66.98198200005572,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class-expression.js - {\"semi\":false}"
],
"duration": 1.156870000064373,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-expression.js - {\"semi\":false}"
],
"duration": 0.7275890000164509,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-expression.js - {\"semi\":false}"
],
"duration": 60.98976499994751,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-expression.js - {\"semi\":false}"
],
"duration": 59.67098799999803,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-expression.js - {\"semi\":false}"
],
"duration": 60.1718899999978,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-expression.js - {\"semi\":false}"
],
"duration": 60.890831999946386,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"member-expression.js - {\"semi\":false}"
],
"duration": 0.4753170000622049,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"member-expression.js - {\"semi\":false}"
],
"duration": 1.868819999974221,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"member-expression.js - {\"semi\":false}"
],
"duration": 60.84057899995241,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"member-expression.js - {\"semi\":false}"
],
"duration": 1.101606999989599,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"member-expression.js - {\"semi\":false}"
],
"duration": 0.7019210000289604,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"member-expression.js - {\"semi\":false}"
],
"duration": 60.46071800007485,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"member-expression.js - {\"semi\":false}"
],
"duration": 59.405054999981076,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"member-expression.js - {\"semi\":false}"
],
"duration": 59.965774000040255,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"member-expression.js - {\"semi\":false}"
],
"duration": 59.44708600000013,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"super-class.js - {\"semi\":false}"
],
"duration": 0.4325069999322295,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"super-class.js - {\"semi\":false}"
],
"duration": 2.089682999998331,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"super-class.js - {\"semi\":false}"
],
"duration": 62.71186999999918,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"super-class.js - {\"semi\":false}"
],
"duration": 1.102017999975942,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"super-class.js - {\"semi\":false}"
],
"duration": 0.7218379999976605,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"super-class.js - {\"semi\":false}"
],
"duration": 59.14612299995497,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"super-class.js - {\"semi\":false}"
],
"duration": 59.10335400002077,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"super-class.js - {\"semi\":false}"
],
"duration": 60.24087899993174,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"super-class.js - {\"semi\":false}"
],
"duration": 59.389716999954544,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "no-semi.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `no-semi.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -15,11 +15,11 @@\n instanceof(){}\n }\n \n =====================================output=====================================\n a;\n - ::b.c;\n + ::b.c\n \n class A {\n a = b;\n in;\n c;\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 41)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nno-semi.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `no-semi.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -16,11 +16,11 @@\n instanceof(){}\n }\n \n =====================================output=====================================\n a\n - ;::b.c\n + ::b.c\n \n class A {\n a = b;\n in\n c\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 41)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 8,
"numPendingTests": 0,
"perfStats": {
"start": 296042.255342,
"end": 296289.11203399993,
"runtime": 247,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 6,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/no-semi-babylon-extensions/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 0.6037370000267401,
"failureMessages": [
"no-semi.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `no-semi.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -15,11 +15,11 @@\n instanceof(){}\n }\n \n =====================================output=====================================\n a;\n - ::b.c;\n + ::b.c\n \n class A {\n a = b;\n in;\n c;\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 41)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 1.1373529999982566,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 0.823246999992989,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 0.7786540000233799,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 60.28326699999161,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 0.6914419999811798,
"failureMessages": [
"no-semi.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `no-semi.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -16,11 +16,11 @@\n instanceof(){}\n }\n \n =====================================output=====================================\n a\n - ;::b.c\n + ::b.c\n \n class A {\n a = b;\n in\n c\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 41)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 1.0358940000878647,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 0.737377000041306,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 0.714443999924697,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 60.890877999947406,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "await.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `await.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -9,9 +9,10 @@\n };\n \n =====================================output=====================================\n const doBothThings = async () => {\n const request = doAsyncThing();\n - return (await request)::doSyncThing();\n + return await request;\n + ::doSyncThing()\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbind_parens.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bind_parens.js format 1`\n \n - Snapshot - 33\n + Received + 65\n \n @@ -37,41 +37,73 @@\n new f(a::b);\n f[a::b];\n f[a::b()];\n \n =====================================output=====================================\n - (a || b)::c;\n - a || b::c;\n - ::obj.prop;\n - (void 0)::func();\n - (+0)::is(-0);\n - a::b.c;\n - a::(b.c());\n - a::b.c();\n - a::(b.c()());\n - a::(b.c()());\n - a::(b.c())();\n - a::(b.c().d);\n - a::(c().d.e);\n - a::(b());\n - a::(b::c());\n - a::(b()::c);\n - a::(b().c::d);\n - a::(b.c::d);\n - a::(b::c.d);\n - a::(b.c::d::e);\n - a::(b::c::d);\n - a::(b::c::d.e);\n - a::(b::c::d).e;\n - a::(void 0);\n - a::(b.c()::d.e);\n - a::(b.c::d.e);\n - a::(b.c::d.e)::f.g;\n - b.c::d.e;\n - (b.c::d).e;\n - (b::c::d).e;\n - new (a::b)();\n + a || b;\n + ::c\n + a || (b\n + ::c)\n + ::obj.prop\n + void 0;\n + ::func()\n + +0;\n + ::is(-0)\n + a:\n + :(b.c)\n + a:\n + :(b.c())\n + a:\n + :b.c()\n + a:\n + :(b.c()())\n + a:\n + :((b.c())())\n + a:\n + :(b.c())()\n + a:\n + :(b.c().d)\n + a:\n + :(c().d.e)\n + a:\n + :(b())\n + a:\n + :(b::c())\n + a:\n + :(b()::c)\n + a:\n + :(b().c::d)\n + a:\n + :(b.c::d)\n + a:\n + :(b::c.d)\n + a:\n + :(b.c::d::e)\n + a:\n + :(b::c::d)\n + a:\n + :(b::c::d.e)\n + a:\n + :((b::c::d).e)\n + a:\n + :(void 0)\n + a:\n + :(b.c()::d.e)\n + a:\n + :(b.c::d.e)\n + a:\n + :(b.c::d.e)::f.g\n + b.c;\n + ::d.e\n + (b.c\n + ::d).e\n + (b::c::d)\n + .e\n + new (a\n + ::b)()\n new f(a::b);\n - f[a::b];\n - f[a::b()];\n + f[a\n + ::b]\n + f[a\n + ::b()]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nlong_name_method.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `long_name_method.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -14,11 +14,11 @@\n }\n =====================================output=====================================\n class X {\n constructor() {\n this.testLongNameMethodAndSomethingElseLallala =\n - ::this.testLongNameMethodAndSomethingElseLallala;\n + ::this.testLongNameMethodAndSomethingElseLallala\n }\n \n testLongNameMethodAndSomethingElseLallala() {\n return true;\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmethod_chain.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `method_chain.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -28,16 +28,16 @@\n import { map } from \"rxjs/operator/map\";\n import { throttle } from \"rxjs/operator/throttle\";\n import { takeUntil } from \"rxjs/operator/takeUntil\";\n \n function test(observable) {\n - return observable\n - ::filter((data) => data.someTest)\n - ::throttle(() =>\n - interval(10)\n - ::take(1)\n - ::takeUntil(observable::filter((data) => someOtherTest)),\n - )\n - ::map(someFunction);\n + return observable;\n + ::filter(data => data.someTest)\n + ::throttle(() =>\n + interval(10)\n + ::take(1)\n + ::takeUntil(observable::filter(data => someOtherTest))\n + )\n + ::map(someFunction)\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nshort_name_method.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `short_name_method.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -13,11 +13,12 @@\n }\n }\n =====================================output=====================================\n class X {\n constructor() {\n - this.shortMethod = ::this.shortMethod;\n + this.shortMethod =\n + ::this.shortMethod\n }\n \n shortMethod() {\n return true;\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nunary.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `unary.js format 1`\n \n - Snapshot - 9\n + Received + 15\n \n @@ -17,21 +17,27 @@\n !(\n x::y // foo\n );\n \n =====================================output=====================================\n - !x::y;\n - !(x::y /* foo */);\n - !(/* foo */ x::y);\n + !x;\n + ::y\n + !(x\n + ::y /* foo */)\n + !(/* foo */ x\n + ::y)\n !(\n /* foo */\n - x::y\n - );\n + x\n + ::y\n + )\n !(\n - x::y\n + x\n + ::y\n /* foo */\n - );\n + )\n !(\n - x::y // foo\n - );\n + x\n + ::y // foo\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nawait.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `await.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -10,9 +10,10 @@\n };\n \n =====================================output=====================================\n const doBothThings = async () => {\n const request = doAsyncThing()\n - return (await request)::doSyncThing()\n + return await request\n + ::doSyncThing()\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbind_parens.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bind_parens.js - {\"semi\":false} format 1`\n \n - Snapshot - 34\n + Received + 66\n \n @@ -38,41 +38,73 @@\n new f(a::b);\n f[a::b];\n f[a::b()];\n \n =====================================output=====================================\n - ;(a || b)::c\n - a || b::c\n - ;::obj.prop\n - ;(void 0)::func()\n - ;(+0)::is(-0)\n - a::b.c\n - a::(b.c())\n - a::b.c()\n - a::(b.c()())\n - a::(b.c()())\n - a::(b.c())()\n - a::(b.c().d)\n - a::(c().d.e)\n - a::(b())\n - a::(b::c())\n - a::(b()::c)\n - a::(b().c::d)\n - a::(b.c::d)\n - a::(b::c.d)\n - a::(b.c::d::e)\n - a::(b::c::d)\n - a::(b::c::d.e)\n - a::(b::c::d).e\n - a::(void 0)\n - a::(b.c()::d.e)\n - a::(b.c::d.e)\n - a::(b.c::d.e)::f.g\n - b.c::d.e\n - ;(b.c::d).e\n - ;(b::c::d).e\n - new (a::b)()\n - new f(a::b)\n - f[a::b]\n - f[a::b()]\n + a || b\n + ::c\n + a || (b\n + ::c)\n + ::obj.prop\n + void 0\n + ::func()\n + ;+0\n + ::is(-0)\n + a:\n + :(b.c)\n + a:\n + :(b.c())\n + a:\n + :b.c()\n + a:\n + :(b.c()())\n + a:\n + :((b.c())())\n + a:\n + :(b.c())()\n + a:\n + :(b.c().d)\n + a:\n + :(c().d.e)\n + a:\n + :(b())\n + a:\n + :(b::c())\n + a:\n + :(b()::c)\n + a:\n + :(b().c::d)\n + a:\n + :(b.c::d)\n + a:\n + :(b::c.d)\n + a:\n + :(b.c::d::e)\n + a:\n + :(b::c::d)\n + a:\n + :(b::c::d.e)\n + a:\n + :((b::c::d).e)\n + a:\n + :(void 0)\n + a:\n + :(b.c()::d.e)\n + a:\n + :(b.c::d.e)\n + a:\n + :(b.c::d.e)::f.g\n + b.c\n + ::d.e\n + (b.c\n + ::d).e\n + (b::c::d)\n + .e\n + new (a\n + ::b)()\n + new f(a::b);\n + f[a\n + ::b]\n + f[a\n + ::b()]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nlong_name_method.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `long_name_method.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -15,11 +15,11 @@\n }\n =====================================output=====================================\n class X {\n constructor() {\n this.testLongNameMethodAndSomethingElseLallala =\n - ::this.testLongNameMethodAndSomethingElseLallala\n + ::this.testLongNameMethodAndSomethingElseLallala\n }\n \n testLongNameMethodAndSomethingElseLallala() {\n return true\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmethod_chain.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `method_chain.js - {\"semi\":false} format 1`\n \n - Snapshot - 7\n + Received + 7\n \n @@ -30,15 +30,15 @@\n import { throttle } from \"rxjs/operator/throttle\"\n import { takeUntil } from \"rxjs/operator/takeUntil\"\n \n function test(observable) {\n return observable\n - ::filter((data) => data.someTest)\n - ::throttle(() =>\n - interval(10)\n - ::take(1)\n - ::takeUntil(observable::filter((data) => someOtherTest)),\n - )\n - ::map(someFunction)\n + ::filter(data => data.someTest)\n + ::throttle(() =>\n + interval(10)\n + ::take(1)\n + ::takeUntil(observable::filter(data => someOtherTest))\n + )\n + ::map(someFunction)\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nshort_name_method.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `short_name_method.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -14,11 +14,12 @@\n }\n }\n =====================================output=====================================\n class X {\n constructor() {\n - this.shortMethod = ::this.shortMethod\n + this.shortMethod =\n + ::this.shortMethod\n }\n \n shortMethod() {\n return true\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nunary.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `unary.js - {\"semi\":false} format 1`\n \n - Snapshot - 6\n + Received + 12\n \n @@ -18,21 +18,27 @@\n !(\n x::y // foo\n );\n \n =====================================output=====================================\n - !x::y\n - !(x::y /* foo */)\n - !(/* foo */ x::y)\n + !x\n + ::y\n + !(x\n + ::y /* foo */)\n + !(/* foo */ x\n + ::y)\n !(\n /* foo */\n - x::y\n + x\n + ::y\n )\n !(\n - x::y\n + x\n + ::y\n /* foo */\n )\n !(\n - x::y // foo\n + x\n + ::y // foo\n )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 12,
"numPassingTests": 48,
"numPendingTests": 0,
"perfStats": {
"start": 296372.895373,
"end": 297910.56641200004,
"runtime": 1538,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 36,
"unchecked": 0,
"unmatched": 12,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/bind-expressions/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"await.js"
],
"duration": 0.6176839999388903,
"failureMessages": [
"await.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `await.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -9,9 +9,10 @@\n };\n \n =====================================output=====================================\n const doBothThings = async () => {\n const request = doAsyncThing();\n - return (await request)::doSyncThing();\n + return await request;\n + ::doSyncThing()\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 1.6150459999917075,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 0.8550869999453425,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 1.096927999984473,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 61.46323900006246,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"bind_parens.js"
],
"duration": 0.8965040000621229,
"failureMessages": [
"bind_parens.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bind_parens.js format 1`\n \n - Snapshot - 33\n + Received + 65\n \n @@ -37,41 +37,73 @@\n new f(a::b);\n f[a::b];\n f[a::b()];\n \n =====================================output=====================================\n - (a || b)::c;\n - a || b::c;\n - ::obj.prop;\n - (void 0)::func();\n - (+0)::is(-0);\n - a::b.c;\n - a::(b.c());\n - a::b.c();\n - a::(b.c()());\n - a::(b.c()());\n - a::(b.c())();\n - a::(b.c().d);\n - a::(c().d.e);\n - a::(b());\n - a::(b::c());\n - a::(b()::c);\n - a::(b().c::d);\n - a::(b.c::d);\n - a::(b::c.d);\n - a::(b.c::d::e);\n - a::(b::c::d);\n - a::(b::c::d.e);\n - a::(b::c::d).e;\n - a::(void 0);\n - a::(b.c()::d.e);\n - a::(b.c::d.e);\n - a::(b.c::d.e)::f.g;\n - b.c::d.e;\n - (b.c::d).e;\n - (b::c::d).e;\n - new (a::b)();\n + a || b;\n + ::c\n + a || (b\n + ::c)\n + ::obj.prop\n + void 0;\n + ::func()\n + +0;\n + ::is(-0)\n + a:\n + :(b.c)\n + a:\n + :(b.c())\n + a:\n + :b.c()\n + a:\n + :(b.c()())\n + a:\n + :((b.c())())\n + a:\n + :(b.c())()\n + a:\n + :(b.c().d)\n + a:\n + :(c().d.e)\n + a:\n + :(b())\n + a:\n + :(b::c())\n + a:\n + :(b()::c)\n + a:\n + :(b().c::d)\n + a:\n + :(b.c::d)\n + a:\n + :(b::c.d)\n + a:\n + :(b.c::d::e)\n + a:\n + :(b::c::d)\n + a:\n + :(b::c::d.e)\n + a:\n + :((b::c::d).e)\n + a:\n + :(void 0)\n + a:\n + :(b.c()::d.e)\n + a:\n + :(b.c::d.e)\n + a:\n + :(b.c::d.e)::f.g\n + b.c;\n + ::d.e\n + (b.c\n + ::d).e\n + (b::c::d)\n + .e\n + new (a\n + ::b)()\n new f(a::b);\n - f[a::b];\n - f[a::b()];\n + f[a\n + ::b]\n + f[a\n + ::b()]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"bind_parens.js"
],
"duration": 1.1809549999888986,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bind_parens.js"
],
"duration": 0.7394510000012815,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bind_parens.js"
],
"duration": 0.7809780000243336,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bind_parens.js"
],
"duration": 65.26163800002541,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"long_name_method.js"
],
"duration": 0.6763430000282824,
"failureMessages": [
"long_name_method.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `long_name_method.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -14,11 +14,11 @@\n }\n =====================================output=====================================\n class X {\n constructor() {\n this.testLongNameMethodAndSomethingElseLallala =\n - ::this.testLongNameMethodAndSomethingElseLallala;\n + ::this.testLongNameMethodAndSomethingElseLallala\n }\n \n testLongNameMethodAndSomethingElseLallala() {\n return true;\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"long_name_method.js"
],
"duration": 1.2395849999738857,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"long_name_method.js"
],
"duration": 0.8352799999993294,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"long_name_method.js"
],
"duration": 0.8263729999307543,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"long_name_method.js"
],
"duration": 61.1167129999958,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"method_chain.js"
],
"duration": 0.6130949999205768,
"failureMessages": [
"method_chain.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `method_chain.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -28,16 +28,16 @@\n import { map } from \"rxjs/operator/map\";\n import { throttle } from \"rxjs/operator/throttle\";\n import { takeUntil } from \"rxjs/operator/takeUntil\";\n \n function test(observable) {\n - return observable\n - ::filter((data) => data.someTest)\n - ::throttle(() =>\n - interval(10)\n - ::take(1)\n - ::takeUntil(observable::filter((data) => someOtherTest)),\n - )\n - ::map(someFunction);\n + return observable;\n + ::filter(data => data.someTest)\n + ::throttle(() =>\n + interval(10)\n + ::take(1)\n + ::takeUntil(observable::filter(data => someOtherTest))\n + )\n + ::map(someFunction)\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"method_chain.js"
],
"duration": 1.28784500004258,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"method_chain.js"
],
"duration": 0.9071430000476539,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"method_chain.js"
],
"duration": 1.1248800000175834,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"method_chain.js"
],
"duration": 62.82591100002173,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"short_name_method.js"
],
"duration": 0.7147450000047684,
"failureMessages": [
"short_name_method.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `short_name_method.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -13,11 +13,12 @@\n }\n }\n =====================================output=====================================\n class X {\n constructor() {\n - this.shortMethod = ::this.shortMethod;\n + this.shortMethod =\n + ::this.shortMethod\n }\n \n shortMethod() {\n return true;\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"short_name_method.js"
],
"duration": 1.202324999962002,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"short_name_method.js"
],
"duration": 0.8636529999785125,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"short_name_method.js"
],
"duration": 0.7954049999825656,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"short_name_method.js"
],
"duration": 60.19479099998716,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 0.627602000022307,
"failureMessages": [
"unary.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `unary.js format 1`\n \n - Snapshot - 9\n + Received + 15\n \n @@ -17,21 +17,27 @@\n !(\n x::y // foo\n );\n \n =====================================output=====================================\n - !x::y;\n - !(x::y /* foo */);\n - !(/* foo */ x::y);\n + !x;\n + ::y\n + !(x\n + ::y /* foo */)\n + !(/* foo */ x\n + ::y)\n !(\n /* foo */\n - x::y\n - );\n + x\n + ::y\n + )\n !(\n - x::y\n + x\n + ::y\n /* foo */\n - );\n + )\n !(\n - x::y // foo\n - );\n + x\n + ::y // foo\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 1.0238620000891387,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 0.7094949999591336,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 0.7020910000428557,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 62.53936599998269,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"await.js - {\"semi\":false}"
],
"duration": 0.6945159999886528,
"failureMessages": [
"await.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `await.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -10,9 +10,10 @@\n };\n \n =====================================output=====================================\n const doBothThings = async () => {\n const request = doAsyncThing()\n - return (await request)::doSyncThing()\n + return await request\n + ::doSyncThing()\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"await.js - {\"semi\":false}"
],
"duration": 1.2210800000466406,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"await.js - {\"semi\":false}"
],
"duration": 0.8213140000589192,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"await.js - {\"semi\":false}"
],
"duration": 0.7958360000047833,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"await.js - {\"semi\":false}"
],
"duration": 60.614604000002146,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"bind_parens.js - {\"semi\":false}"
],
"duration": 0.9344839999685064,
"failureMessages": [
"bind_parens.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bind_parens.js - {\"semi\":false} format 1`\n \n - Snapshot - 34\n + Received + 66\n \n @@ -38,41 +38,73 @@\n new f(a::b);\n f[a::b];\n f[a::b()];\n \n =====================================output=====================================\n - ;(a || b)::c\n - a || b::c\n - ;::obj.prop\n - ;(void 0)::func()\n - ;(+0)::is(-0)\n - a::b.c\n - a::(b.c())\n - a::b.c()\n - a::(b.c()())\n - a::(b.c()())\n - a::(b.c())()\n - a::(b.c().d)\n - a::(c().d.e)\n - a::(b())\n - a::(b::c())\n - a::(b()::c)\n - a::(b().c::d)\n - a::(b.c::d)\n - a::(b::c.d)\n - a::(b.c::d::e)\n - a::(b::c::d)\n - a::(b::c::d.e)\n - a::(b::c::d).e\n - a::(void 0)\n - a::(b.c()::d.e)\n - a::(b.c::d.e)\n - a::(b.c::d.e)::f.g\n - b.c::d.e\n - ;(b.c::d).e\n - ;(b::c::d).e\n - new (a::b)()\n - new f(a::b)\n - f[a::b]\n - f[a::b()]\n + a || b\n + ::c\n + a || (b\n + ::c)\n + ::obj.prop\n + void 0\n + ::func()\n + ;+0\n + ::is(-0)\n + a:\n + :(b.c)\n + a:\n + :(b.c())\n + a:\n + :b.c()\n + a:\n + :(b.c()())\n + a:\n + :((b.c())())\n + a:\n + :(b.c())()\n + a:\n + :(b.c().d)\n + a:\n + :(c().d.e)\n + a:\n + :(b())\n + a:\n + :(b::c())\n + a:\n + :(b()::c)\n + a:\n + :(b().c::d)\n + a:\n + :(b.c::d)\n + a:\n + :(b::c.d)\n + a:\n + :(b.c::d::e)\n + a:\n + :(b::c::d)\n + a:\n + :(b::c::d.e)\n + a:\n + :((b::c::d).e)\n + a:\n + :(void 0)\n + a:\n + :(b.c()::d.e)\n + a:\n + :(b.c::d.e)\n + a:\n + :(b.c::d.e)::f.g\n + b.c\n + ::d.e\n + (b.c\n + ::d).e\n + (b::c::d)\n + .e\n + new (a\n + ::b)()\n + new f(a::b);\n + f[a\n + ::b]\n + f[a\n + ::b()]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"bind_parens.js - {\"semi\":false}"
],
"duration": 1.1009560000384226,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bind_parens.js - {\"semi\":false}"
],
"duration": 0.7797359999967739,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bind_parens.js - {\"semi\":false}"
],
"duration": 0.7179599999217317,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bind_parens.js - {\"semi\":false}"
],
"duration": 66.2508309999248,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"long_name_method.js - {\"semi\":false}"
],
"duration": 0.6687389999860898,
"failureMessages": [
"long_name_method.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `long_name_method.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -15,11 +15,11 @@\n }\n =====================================output=====================================\n class X {\n constructor() {\n this.testLongNameMethodAndSomethingElseLallala =\n - ::this.testLongNameMethodAndSomethingElseLallala\n + ::this.testLongNameMethodAndSomethingElseLallala\n }\n \n testLongNameMethodAndSomethingElseLallala() {\n return true\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"long_name_method.js - {\"semi\":false}"
],
"duration": 1.1806750000687316,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"long_name_method.js - {\"semi\":false}"
],
"duration": 0.8038609999930486,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"long_name_method.js - {\"semi\":false}"
],
"duration": 0.7858279999345541,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"long_name_method.js - {\"semi\":false}"
],
"duration": 62.57083500002045,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"method_chain.js - {\"semi\":false}"
],
"duration": 0.6308779999380931,
"failureMessages": [
"method_chain.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `method_chain.js - {\"semi\":false} format 1`\n \n - Snapshot - 7\n + Received + 7\n \n @@ -30,15 +30,15 @@\n import { throttle } from \"rxjs/operator/throttle\"\n import { takeUntil } from \"rxjs/operator/takeUntil\"\n \n function test(observable) {\n return observable\n - ::filter((data) => data.someTest)\n - ::throttle(() =>\n - interval(10)\n - ::take(1)\n - ::takeUntil(observable::filter((data) => someOtherTest)),\n - )\n - ::map(someFunction)\n + ::filter(data => data.someTest)\n + ::throttle(() =>\n + interval(10)\n + ::take(1)\n + ::takeUntil(observable::filter(data => someOtherTest))\n + )\n + ::map(someFunction)\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"method_chain.js - {\"semi\":false}"
],
"duration": 1.191876000026241,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"method_chain.js - {\"semi\":false}"
],
"duration": 0.8461709999246523,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"method_chain.js - {\"semi\":false}"
],
"duration": 0.8313329999800771,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"method_chain.js - {\"semi\":false}"
],
"duration": 62.80764300003648,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"short_name_method.js - {\"semi\":false}"
],
"duration": 0.684588999953121,
"failureMessages": [
"short_name_method.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `short_name_method.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -14,11 +14,12 @@\n }\n }\n =====================================output=====================================\n class X {\n constructor() {\n - this.shortMethod = ::this.shortMethod\n + this.shortMethod =\n + ::this.shortMethod\n }\n \n shortMethod() {\n return true\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"short_name_method.js - {\"semi\":false}"
],
"duration": 1.1919960000086576,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"short_name_method.js - {\"semi\":false}"
],
"duration": 0.8468819999834523,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"short_name_method.js - {\"semi\":false}"
],
"duration": 0.8179470000322908,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"short_name_method.js - {\"semi\":false}"
],
"duration": 61.862306000082754,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"unary.js - {\"semi\":false}"
],
"duration": 0.6443229999858886,
"failureMessages": [
"unary.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `unary.js - {\"semi\":false} format 1`\n \n - Snapshot - 6\n + Received + 12\n \n @@ -18,21 +18,27 @@\n !(\n x::y // foo\n );\n \n =====================================output=====================================\n - !x::y\n - !(x::y /* foo */)\n - !(/* foo */ x::y)\n + !x\n + ::y\n + !(x\n + ::y /* foo */)\n + !(/* foo */ x\n + ::y)\n !(\n /* foo */\n - x::y\n + x\n + ::y\n )\n !(\n - x::y\n + x\n + ::y\n /* foo */\n )\n !(\n - x::y // foo\n + x\n + ::y // foo\n )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"unary.js - {\"semi\":false}"
],
"duration": 0.9955189999891445,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"unary.js - {\"semi\":false}"
],
"duration": 0.7260460000252351,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"unary.js - {\"semi\":false}"
],
"duration": 0.6929140000138432,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"unary.js - {\"semi\":false}"
],
"duration": 61.19268699991517,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 298002.216909,
"end": 298859.65884700004,
"runtime": 857,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 6,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/dynamic-import/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"assertions.js"
],
"duration": 0.4146040000487119,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"assertions.js"
],
"duration": 1.7254919999977574,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"assertions.js"
],
"duration": 59.2667590000201,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"assertions.js"
],
"duration": 1.14841400005389,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"assertions.js"
],
"duration": 0.8587439999682829,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"assertions.js"
],
"duration": 0.7346019999822602,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"assertions.js"
],
"duration": 58.196728999959305,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"assertions.js"
],
"duration": 58.862360000028275,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"assertions.js"
],
"duration": 59.076447000028566,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 0.49059599998872727,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.29006499995012,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 60.51175499998499,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.03562600002624,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.52328799990937,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 58.7328480000142,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.15116600005422,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.992930999957025,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.38184399995953,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "destructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -12,15 +12,17 @@\n assert(Array.isArray(rest));\n assert(rest[0] === 2);\n assert(rest[1] === 3);\n \n =====================================output=====================================\n - const [a, b] = #[1, 2];\n + const [a, b] = #;\n + [1, 2];\n assert(a === 1);\n assert(b === 2);\n \n - const [a, ...rest] = #[1, 2, 3];\n + const [a, ...rest] = #;\n + [1, 2, 3];\n assert(a === 1);\n assert(Array.isArray(rest));\n assert(rest[0] === 2);\n assert(rest[1] === 3);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsyntax.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `syntax.js format 1`\n \n - Snapshot - 3\n + Received + 7\n \n @@ -6,10 +6,14 @@\n #[]\n #[1, 2]\n #[1, 2, #{ a: 3 }]\n \n =====================================output=====================================\n - #[];\n - #[1, 2];\n - #[1, 2, #{ a: 3 }];\n + #[]\n + #[1, 2]\n + #[1, 2, #\n + {\n + a: 3;\n + }\n + ]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-trailing-comma.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-trailing-comma.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n #[1,]\n \n =====================================output=====================================\n - #[1];\n + #[1,]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -20,19 +20,21 @@\n assert(tuple4.first() === 1);\n const tuple5 = tuple4.popped();\n assert(tuple5 === #[2, 2, 3, 4]);\n \n =====================================output=====================================\n - const tuple1 = #[1, 2, 3];\n + const tuple1 = #;\n + [1, 2, 3];\n \n assert(tuple1[0] === 1);\n \n const tuple2 = tuple1.with(0, 2);\n assert(tuple1 !== tuple2);\n assert(tuple2 === #[2, 2, 3]);\n \n - const tuple3 = #[1, ...tuple2];\n + const tuple3 = #;\n + [1, ...tuple2];\n assert(tuple3 === #[1, 2, 2, 3]);\n \n const tuple4 = tuple3.pushed(4);\n assert(tuple4 === #[1, 2, 2, 3, 4]);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 21,
"numPendingTests": 0,
"perfStats": {
"start": 298944.437569,
"end": 299447.36097800004,
"runtime": 503,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 17,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/tuple/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 0.624375999905169,
"failureMessages": [
"destructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -12,15 +12,17 @@\n assert(Array.isArray(rest));\n assert(rest[0] === 2);\n assert(rest[1] === 3);\n \n =====================================output=====================================\n - const [a, b] = #[1, 2];\n + const [a, b] = #;\n + [1, 2];\n assert(a === 1);\n assert(b === 2);\n \n - const [a, ...rest] = #[1, 2, 3];\n + const [a, ...rest] = #;\n + [1, 2, 3];\n assert(a === 1);\n assert(Array.isArray(rest));\n assert(rest[0] === 2);\n assert(rest[1] === 3);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 1.0354939999524504,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 0.7188930000411347,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 0.724443000042811,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 60.485768000013195,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-tuple-holes.js"
],
"duration": 1.6048559999326244,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-tuple-holes.js"
],
"duration": 0.6801500000292435,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-tuple-holes.js"
],
"duration": 0.6332320000510663,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-tuple-holes.js"
],
"duration": 0.6425200001103804,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-tuple-holes.js"
],
"duration": 0.7537879999727011,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"syntax.js"
],
"duration": 0.7318159999558702,
"failureMessages": [
"syntax.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `syntax.js format 1`\n \n - Snapshot - 3\n + Received + 7\n \n @@ -6,10 +6,14 @@\n #[]\n #[1, 2]\n #[1, 2, #{ a: 3 }]\n \n =====================================output=====================================\n - #[];\n - #[1, 2];\n - #[1, 2, #{ a: 3 }];\n + #[]\n + #[1, 2]\n + #[1, 2, #\n + {\n + a: 3;\n + }\n + ]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"syntax.js"
],
"duration": 0.9286340000107884,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"syntax.js"
],
"duration": 0.6542009999975562,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"syntax.js"
],
"duration": 0.6565159999299794,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"syntax.js"
],
"duration": 59.944405999965966,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-trailing-comma.js"
],
"duration": 0.610149999964051,
"failureMessages": [
"tuple-trailing-comma.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-trailing-comma.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n #[1,]\n \n =====================================output=====================================\n - #[1];\n + #[1,]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-trailing-comma.js"
],
"duration": 0.9322610000381246,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple-trailing-comma.js"
],
"duration": 0.663529000012204,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple-trailing-comma.js"
],
"duration": 0.6725360000273213,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple-trailing-comma.js"
],
"duration": 61.159971999935806,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple.js"
],
"duration": 0.6430709999985993,
"failureMessages": [
"tuple.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -20,19 +20,21 @@\n assert(tuple4.first() === 1);\n const tuple5 = tuple4.popped();\n assert(tuple5 === #[2, 2, 3, 4]);\n \n =====================================output=====================================\n - const tuple1 = #[1, 2, 3];\n + const tuple1 = #;\n + [1, 2, 3];\n \n assert(tuple1[0] === 1);\n \n const tuple2 = tuple1.with(0, 2);\n assert(tuple1 !== tuple2);\n assert(tuple2 === #[2, 2, 3]);\n \n - const tuple3 = #[1, ...tuple2];\n + const tuple3 = #;\n + [1, ...tuple2];\n assert(tuple3 === #[1, 2, 2, 3]);\n \n const tuple4 = tuple3.pushed(4);\n assert(tuple4 === #[1, 2, 2, 3, 4]);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple.js"
],
"duration": 1.0212570000439882,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple.js"
],
"duration": 0.7227999999886379,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple.js"
],
"duration": 0.7371370000764728,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple.js"
],
"duration": 62.485869999974966,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "semi.js - {\"arrowParens\":\"avoid\",\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `semi.js - {\"arrowParens\":\"avoid\",\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,8 +6,8 @@\n | printWidth\n =====================================input======================================\n a => {}\n \n =====================================output=====================================\n - a => {}\n + ;a => {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 45)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 13,
"numPendingTests": 0,
"perfStats": {
"start": 299536.60744700005,
"end": 300398.14175,
"runtime": 862,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrows/semi/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"always\",\"semi\":false}"
],
"duration": 0.43620500003453344,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"always\",\"semi\":false}"
],
"duration": 61.16532400005963,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"always\",\"semi\":false}"
],
"duration": 59.57034700002987,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"always\",\"semi\":false}"
],
"duration": 59.79425200005062,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"always\",\"semi\":false}"
],
"duration": 59.56973500002641,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"always\",\"semi\":false}"
],
"duration": 60.01334500010125,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"always\",\"semi\":false}"
],
"duration": 62.461294000037014,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}"
],
"duration": 0.6451949999900535,
"failureMessages": [
"semi.js - {\"arrowParens\":\"avoid\",\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `semi.js - {\"arrowParens\":\"avoid\",\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,8 +6,8 @@\n | printWidth\n =====================================input======================================\n a => {}\n \n =====================================output=====================================\n - a => {}\n + ;a => {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 45)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}"
],
"duration": 62.77119300002232,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}"
],
"duration": 62.50330799992662,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}"
],
"duration": 66.34326300001703,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}"
],
"duration": 61.51243599993177,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}"
],
"duration": 60.268448999966495,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}"
],
"duration": 60.43641399999615,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "newline-before-arrow.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `newline-before-arrow.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -5,8 +5,10 @@\n =====================================input======================================\n async x\n => x\n \n =====================================output=====================================\n - async (x) => x;\n + async;\n + x;\n + => x\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 46)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 4,
"numPendingTests": 0,
"perfStats": {
"start": 300485.795075,
"end": 300613.37068700005,
"runtime": 128,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrows/newline-before-arrow/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"newline-before-arrow.js"
],
"duration": 0.6594710000790656,
"failureMessages": [
"newline-before-arrow.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `newline-before-arrow.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -5,8 +5,10 @@\n =====================================input======================================\n async x\n => x\n \n =====================================output=====================================\n - async (x) => x;\n + async;\n + x;\n + => x\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 46)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"newline-before-arrow.js"
],
"duration": 1.0819899999769405,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"newline-before-arrow.js"
],
"duration": 0.7299229999771342,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"newline-before-arrow.js"
],
"duration": 0.9033359999302775,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"newline-before-arrow.js"
],
"duration": 62.532710999948904,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "const.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `const.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n const [a = ((let)[0] = 1)] = 2;\n \n =====================================output=====================================\n - const [a = (let[0] = 1)] = 2;\n + const [a = ((let)[0] = 1)] = 2;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nlet.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js format 1`\n \n - Snapshot - 14\n + Received + 14\n \n @@ -110,31 +110,31 @@\n =====================================output=====================================\n let.a = 1;\n \n let.a[0] = 1;\n \n - (let)[a] = 1;\n + let[a] = 1;\n \n - (let)[a].b.c.e = 1;\n + let[a].b.c.e = 1;\n \n foo[let[a]] = 1;\n \n (let)[let[a]] = 1;\n \n - (let)[a] ??= 1;\n + let[a] ??= 1;\n \n foo = let[a];\n \n let()[a] = 1;\n \n foo(let)[a] = 1;\n \n foo(let[a])[a] = 1;\n \n - (let)[0] = 1;\n + let[0] = 1;\n \n - (let)[\"a\"] = 1;\n + let[\"a\"] = 1;\n \n let = 1;\n \n var let = 1;\n \n @@ -142,29 +142,29 @@\n \n ({ a: let[a] } = 1);\n \n alert((let[0] = 1));\n \n - ((let)[0] = 1) || 2;\n + (let[0] = 1) || 2;\n \n - ((let)[0] = 1), 2;\n + (let[0] = 1), 2;\n \n - ((let)[0] = 1) ? a : b;\n + (let[0] = 1) ? a : b;\n \n if ((let[0] = 1));\n \n while ((let[0] = 1));\n \n do {} while ((let[0] = 1));\n \n var a = (let[0] = 1);\n \n - ((let)[0] = 1) instanceof a;\n + (let[0] = 1) instanceof a;\n \n void (let[0] = 1);\n \n - ((let)[0] = 1)();\n + (let[0] = 1)();\n \n new (let[0] = 1)();\n \n ((let)[0] = 1)``;\n \n @@ -186,32 +186,32 @@\n \n function foo() {\n return (let[0] = 1);\n }\n \n - while (true) (let)[0] = 1;\n + while (true) let[0] = 1;\n \n throw (let[0] = 1);\n \n ({ foo: (let[0] = 1) });\n \n [(let[0] = 1)];\n \n - for ((let)[0] = 1; ; );\n + for (let[0] = 1; ; );\n for ((let)[0] in {});\n for ((let)[0] of []);\n \n switch ((let[0] = 1)) {\n }\n \n switch (foo) {\n case (let[0] = 1):\n }\n \n - with ((let[0] = 1));\n + with (let[0] = 1);\n \n - (let)[x].foo();\n + let[x].foo();\n \n let.let[x].foo();\n \n a = let[x].foo();\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nconst.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `const.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n const [a = ((let)[0] = 1)] = 2;\n \n =====================================output=====================================\n - const [a = (let[0] = 1)] = 2\n + const [a = ((let)[0] = 1)] = 2\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nlet.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js - {\"semi\":false} format 1`\n \n - Snapshot - 15\n + Received + 15\n \n @@ -111,31 +111,31 @@\n =====================================output=====================================\n let.a = 1\n \n let.a[0] = 1\n \n - ;(let)[a] = 1\n + let[a] = 1\n \n - ;(let)[a].b.c.e = 1\n + let[a].b.c.e = 1\n \n foo[let[a]] = 1\n \n ;(let)[let[a]] = 1\n \n - ;(let)[a] ??= 1\n + let[a] ??= 1\n \n foo = let[a]\n \n let()[a] = 1\n \n foo(let)[a] = 1\n \n foo(let[a])[a] = 1\n \n - ;(let)[0] = 1\n + let[0] = 1\n \n - ;(let)[\"a\"] = 1\n + let[\"a\"] = 1\n \n let = 1\n \n var let = 1\n \n @@ -143,31 +143,31 @@\n \n ;({ a: let[a] } = 1)\n \n alert((let[0] = 1))\n \n - ;((let)[0] = 1) || 2\n + ;(let[0] = 1) || 2\n \n - ;((let)[0] = 1), 2\n + ;(let[0] = 1), 2\n \n - ;((let)[0] = 1) ? a : b\n + ;(let[0] = 1) ? a : b\n \n if ((let[0] = 1));\n \n while ((let[0] = 1));\n \n do {} while ((let[0] = 1))\n \n var a = (let[0] = 1)\n \n - ;((let)[0] = 1) instanceof a\n + ;(let[0] = 1) instanceof a\n \n void (let[0] = 1)\n \n - ;((let)[0] = 1)()\n + ;(let[0] = 1)()\n \n - new (let[0] = 1)()\n + ;new (let[0] = 1)()\n \n ;((let)[0] = 1)``\n \n ;((let)[0] = 1).toString\n \n @@ -187,32 +187,32 @@\n \n function foo() {\n return (let[0] = 1)\n }\n \n - while (true) (let)[0] = 1\n + while (true) let[0] = 1\n \n throw (let[0] = 1)\n \n ;({ foo: (let[0] = 1) })\n \n ;[(let[0] = 1)]\n \n - for ((let)[0] = 1; ; );\n + for (let[0] = 1; ; );\n for ((let)[0] in {});\n for ((let)[0] of []);\n \n switch ((let[0] = 1)) {\n }\n \n switch (foo) {\n case (let[0] = 1):\n }\n \n - with ((let[0] = 1));\n + with (let[0] = 1);\n \n - ;(let)[x].foo()\n + let[x].foo()\n \n let.let[x].foo()\n \n a = let[x].foo()\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 24,
"numPendingTests": 0,
"perfStats": {
"start": 300701.230959,
"end": 302599.96686,
"runtime": 1899,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 0,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/identifier/parentheses/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"const.js"
],
"duration": 0.6787570000160486,
"failureMessages": [
"const.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `const.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n const [a = ((let)[0] = 1)] = 2;\n \n =====================================output=====================================\n - const [a = (let[0] = 1)] = 2;\n + const [a = ((let)[0] = 1)] = 2;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"const.js"
],
"duration": 63.706269000074826,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"const.js"
],
"duration": 62.19677799998317,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"const.js"
],
"duration": 64.62704000005033,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"const.js"
],
"duration": 63.24825199996121,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"const.js"
],
"duration": 62.597379000042565,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"const.js"
],
"duration": 63.68973300000653,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 0.8795329999411479,
"failureMessages": [
"let.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js format 1`\n \n - Snapshot - 14\n + Received + 14\n \n @@ -110,31 +110,31 @@\n =====================================output=====================================\n let.a = 1;\n \n let.a[0] = 1;\n \n - (let)[a] = 1;\n + let[a] = 1;\n \n - (let)[a].b.c.e = 1;\n + let[a].b.c.e = 1;\n \n foo[let[a]] = 1;\n \n (let)[let[a]] = 1;\n \n - (let)[a] ??= 1;\n + let[a] ??= 1;\n \n foo = let[a];\n \n let()[a] = 1;\n \n foo(let)[a] = 1;\n \n foo(let[a])[a] = 1;\n \n - (let)[0] = 1;\n + let[0] = 1;\n \n - (let)[\"a\"] = 1;\n + let[\"a\"] = 1;\n \n let = 1;\n \n var let = 1;\n \n @@ -142,29 +142,29 @@\n \n ({ a: let[a] } = 1);\n \n alert((let[0] = 1));\n \n - ((let)[0] = 1) || 2;\n + (let[0] = 1) || 2;\n \n - ((let)[0] = 1), 2;\n + (let[0] = 1), 2;\n \n - ((let)[0] = 1) ? a : b;\n + (let[0] = 1) ? a : b;\n \n if ((let[0] = 1));\n \n while ((let[0] = 1));\n \n do {} while ((let[0] = 1));\n \n var a = (let[0] = 1);\n \n - ((let)[0] = 1) instanceof a;\n + (let[0] = 1) instanceof a;\n \n void (let[0] = 1);\n \n - ((let)[0] = 1)();\n + (let[0] = 1)();\n \n new (let[0] = 1)();\n \n ((let)[0] = 1)``;\n \n @@ -186,32 +186,32 @@\n \n function foo() {\n return (let[0] = 1);\n }\n \n - while (true) (let)[0] = 1;\n + while (true) let[0] = 1;\n \n throw (let[0] = 1);\n \n ({ foo: (let[0] = 1) });\n \n [(let[0] = 1)];\n \n - for ((let)[0] = 1; ; );\n + for (let[0] = 1; ; );\n for ((let)[0] in {});\n for ((let)[0] of []);\n \n switch ((let[0] = 1)) {\n }\n \n switch (foo) {\n case (let[0] = 1):\n }\n \n - with ((let[0] = 1));\n + with (let[0] = 1);\n \n - (let)[x].foo();\n + let[x].foo();\n \n let.let[x].foo();\n \n a = let[x].foo();\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 77.83581299998332,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 71.87615399993956,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 71.67444999993313,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 70.61154800001532,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 71.81685900001321,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 76.14990299998317,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"const.js - {\"semi\":false}"
],
"duration": 0.6479899999685585,
"failureMessages": [
"const.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `const.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n const [a = ((let)[0] = 1)] = 2;\n \n =====================================output=====================================\n - const [a = (let[0] = 1)] = 2\n + const [a = ((let)[0] = 1)] = 2\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"const.js - {\"semi\":false}"
],
"duration": 63.128410000004806,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"const.js - {\"semi\":false}"
],
"duration": 61.48093700001482,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"const.js - {\"semi\":false}"
],
"duration": 61.505902000004426,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"const.js - {\"semi\":false}"
],
"duration": 62.53474999999162,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"const.js - {\"semi\":false}"
],
"duration": 60.93115700001363,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"const.js - {\"semi\":false}"
],
"duration": 61.162569000036456,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"let.js - {\"semi\":false}"
],
"duration": 0.7996630000416189,
"failureMessages": [
"let.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js - {\"semi\":false} format 1`\n \n - Snapshot - 15\n + Received + 15\n \n @@ -111,31 +111,31 @@\n =====================================output=====================================\n let.a = 1\n \n let.a[0] = 1\n \n - ;(let)[a] = 1\n + let[a] = 1\n \n - ;(let)[a].b.c.e = 1\n + let[a].b.c.e = 1\n \n foo[let[a]] = 1\n \n ;(let)[let[a]] = 1\n \n - ;(let)[a] ??= 1\n + let[a] ??= 1\n \n foo = let[a]\n \n let()[a] = 1\n \n foo(let)[a] = 1\n \n foo(let[a])[a] = 1\n \n - ;(let)[0] = 1\n + let[0] = 1\n \n - ;(let)[\"a\"] = 1\n + let[\"a\"] = 1\n \n let = 1\n \n var let = 1\n \n @@ -143,31 +143,31 @@\n \n ;({ a: let[a] } = 1)\n \n alert((let[0] = 1))\n \n - ;((let)[0] = 1) || 2\n + ;(let[0] = 1) || 2\n \n - ;((let)[0] = 1), 2\n + ;(let[0] = 1), 2\n \n - ;((let)[0] = 1) ? a : b\n + ;(let[0] = 1) ? a : b\n \n if ((let[0] = 1));\n \n while ((let[0] = 1));\n \n do {} while ((let[0] = 1))\n \n var a = (let[0] = 1)\n \n - ;((let)[0] = 1) instanceof a\n + ;(let[0] = 1) instanceof a\n \n void (let[0] = 1)\n \n - ;((let)[0] = 1)()\n + ;(let[0] = 1)()\n \n - new (let[0] = 1)()\n + ;new (let[0] = 1)()\n \n ;((let)[0] = 1)``\n \n ;((let)[0] = 1).toString\n \n @@ -187,32 +187,32 @@\n \n function foo() {\n return (let[0] = 1)\n }\n \n - while (true) (let)[0] = 1\n + while (true) let[0] = 1\n \n throw (let[0] = 1)\n \n ;({ foo: (let[0] = 1) })\n \n ;[(let[0] = 1)]\n \n - for ((let)[0] = 1; ; );\n + for (let[0] = 1; ; );\n for ((let)[0] in {});\n for ((let)[0] of []);\n \n switch ((let[0] = 1)) {\n }\n \n switch (foo) {\n case (let[0] = 1):\n }\n \n - with ((let[0] = 1));\n + with (let[0] = 1);\n \n - ;(let)[x].foo()\n + let[x].foo()\n \n let.let[x].foo()\n \n a = let[x].foo()\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"let.js - {\"semi\":false}"
],
"duration": 72.86066999996547,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"let.js - {\"semi\":false}"
],
"duration": 67.97192500007804,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"let.js - {\"semi\":false}"
],
"duration": 73.70154200005345,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"let.js - {\"semi\":false}"
],
"duration": 72.78102199989371,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"let.js - {\"semi\":false}"
],
"duration": 72.92608000000473,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"let.js - {\"semi\":false}"
],
"duration": 71.238585999934,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 10,
"numPendingTests": 0,
"perfStats": {
"start": 302689.199204,
"end": 302995.70142699993,
"runtime": 307,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 7,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/decorators-export/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"after_export.js"
],
"duration": 0.4158769999630749,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"after_export.js"
],
"duration": 0.9689289999660105,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"after_export.js"
],
"duration": 0.6736580000724643,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"after_export.js"
],
"duration": 0.6948270000284538,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"after_export.js"
],
"duration": 60.67980300006457,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"before_export.js"
],
"duration": 0.416999000008218,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"before_export.js"
],
"duration": 0.9171430000569671,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"before_export.js"
],
"duration": 0.6555249999510124,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"before_export.js"
],
"duration": 60.0060410000151,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"before_export.js"
],
"duration": 60.73484399996232,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "example.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `example.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n function f() {<LF>\n console.log(\"testing line endings\");<LF>\n }<LF>\n \n =====================================output=====================================\n - function f() {<CR>\n - console.log(\"testing line endings\");<CR>\n - }<CR>\n + function f() {<LF>\n + console.log(\"testing line endings\");<LF>\n + }<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 49)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nexample.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `example.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n function f() {<LF>\n console.log(\"testing line endings\");<LF>\n }<LF>\n \n =====================================output=====================================\n - function f() {<CRLF>\n - console.log(\"testing line endings\");<CRLF>\n - }<CRLF>\n + function f() {<LF>\n + console.log(\"testing line endings\");<LF>\n + }<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 49)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 13,
"numPendingTests": 0,
"perfStats": {
"start": 303080.29005899996,
"end": 303993.46465000004,
"runtime": 913,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/end-of-line/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"lf\"}"
],
"duration": 0.5139299998991191,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"lf\"}"
],
"duration": 60.22128800000064,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"lf\"}"
],
"duration": 60.8969779999461,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"lf\"}"
],
"duration": 60.0437029999448,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"lf\"}"
],
"duration": 60.87132700008806,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"cr\"}"
],
"duration": 0.5943500000284985,
"failureMessages": [
"example.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `example.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n function f() {<LF>\n console.log(\"testing line endings\");<LF>\n }<LF>\n \n =====================================output=====================================\n - function f() {<CR>\n - console.log(\"testing line endings\");<CR>\n - }<CR>\n + function f() {<LF>\n + console.log(\"testing line endings\");<LF>\n + }<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 49)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"cr\"}"
],
"duration": 61.56743100006133,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"cr\"}"
],
"duration": 60.62913000001572,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"cr\"}"
],
"duration": 60.730509000015445,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"cr\"}"
],
"duration": 60.10239600006025,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 0.5983680000063032,
"failureMessages": [
"example.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `example.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n function f() {<LF>\n console.log(\"testing line endings\");<LF>\n }<LF>\n \n =====================================output=====================================\n - function f() {<CRLF>\n - console.log(\"testing line endings\");<CRLF>\n - }<CRLF>\n + function f() {<LF>\n + console.log(\"testing line endings\");<LF>\n + }<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 49)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 61.73326100001577,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 62.88330899993889,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 60.764702999964356,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 60.46274900005665,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 5,
"numPendingTests": 0,
"perfStats": {
"start": 304079.081208,
"end": 304083.740939,
"runtime": 5,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 5,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/call/invalid/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"null-arguments-item.js"
],
"duration": 1.5523790000006557,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"null-arguments-item.js"
],
"duration": 0.7876009999308735,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"null-arguments-item.js"
],
"duration": 0.6739279999164864,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"null-arguments-item.js"
],
"duration": 0.6828660001046956,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"null-arguments-item.js"
],
"duration": 0.9059019999112934,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 304163.65015299997,
"end": 305332.99477399996,
"runtime": 1169,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/template-align/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"indent.js"
],
"duration": 0.41984400001820177,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 63.62203899992164,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 64.20891499996651,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 64.10355899995193,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 65.15949800005183,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 65.47984899999574,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 64.82439299998805,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 63.71592200000305,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 64.85045199992601,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":8}"
],
"duration": 0.42524400004185736,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":8}"
],
"duration": 65.7412160000531,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":8}"
],
"duration": 64.80579100002069,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":8}"
],
"duration": 63.55420199991204,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":8}"
],
"duration": 64.12941499997396,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":8}"
],
"duration": 64.67442500009201,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":8}"
],
"duration": 68.86210400005803,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":8}"
],
"duration": 68.08990200003609,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":8}"
],
"duration": 64.80746200005524,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 305419.096922,
"end": 306080.88694399997,
"runtime": 662,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 10,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/new-target/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"outside-functions.js"
],
"duration": 0.43287800007965416,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"outside-functions.js"
],
"duration": 1.3658610000275075,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"outside-functions.js"
],
"duration": 65.08622099994682,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"outside-functions.js"
],
"duration": 1.7598670000443235,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"outside-functions.js"
],
"duration": 0.8131189999403432,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"outside-functions.js"
],
"duration": 0.7451409999048337,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"outside-functions.js"
],
"duration": 66.31335499999113,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"outside-functions.js"
],
"duration": 65.32183199992869,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"outside-functions.js"
],
"duration": 66.17345300002489,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 0.6277419999241829,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 2.9203139999881387,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 66.33659299998544,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 1.6291419999906793,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 0.9739990000380203,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 1.0519839999033138,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 63.987919999985024,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 62.718912999960594,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 61.63665100000799,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 12\n + Received + 13\n \n @@ -190,15 +190,15 @@\n comment\n comment\n */\n foo\n : test\n - ? /* comment\n + ? /* comment\n comment\n comment */\n - foo\n - : bar;\n + foo\n + : bar;\n \n test ? /* comment */ foo : bar;\n \n test\n ? foo\n @@ -215,33 +215,34 @@\n comment\n comment\n comment\n A newline will be added after this comment, unfortunately – but it can be removed manually, see next statement.\n */\n - test\n - ? foo\n - : /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - bar;\n + bar;\n \n // It is at least possible to delete the extra newline that was\n // unfortunately added before the second condition above:\n test\n - ? foo /* comment\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : test\n - ? foo\n - : /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - bar;\n + bar;\n \n test ? foo : /* comment */ bar;\n \n test\n ? test /* c\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnew-ternary-examples.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-examples.js format 1`\n \n - Snapshot - 40\n + Received + 40\n \n @@ -146,50 +146,50 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessageShort =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessageWithABreak =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const typeofExample = definition.encode\n ? definition.encode(\n typeof row[field] !== \"undefined\"\n ? row[field]\n : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null,\n + ? definition.default\n + : null,\n )\n : typeof row[field] !== \"undefined\"\n - ? row[field]\n - : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null;\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null;\n \n // (the following is semantically equivalent to the above, but written in a more-confusing style – it'd be hard to grok no matter the formatting)\n const typeofExampleFlipped = definition.encode\n ? definition.encode(\n typeof row[field] === \"undefined\"\n @@ -197,14 +197,14 @@\n ? null\n : definition.default\n : row[field],\n )\n : typeof row[field] === \"undefined\"\n - ? typeof definition.default === \"undefined\"\n - ? null\n - : definition.default\n - : row[field];\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field];\n \n // JSX Examples:\n \n const typicalLongConsequentWithNullAlternate = (\n <div>\n @@ -221,37 +221,37 @@\n const reactRouterExampleJSX = (\n <div>\n {children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null}\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null}\n </div>\n );\n \n const reactRouterExampleNonJSX =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n inJSXExpressionContainer.withLongConditionals.example = (\n <div>\n {isACat() && (someReallyLongCondition || moreInThisLongCondition)\n ? someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n : someReallyLongCondition || moreInThisLongCondition\n - ? bark()\n - : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n + ? bark()\n + : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n </div>\n );\n \n inJSXExpressionContainer.withLoops.orBooleans.example = (\n <div>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnew-ternary-spec.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-spec.js format 1`\n \n - Snapshot - 29\n + Received + 29\n \n @@ -228,63 +228,63 @@\n const chainedWithLongConsequent = isCat()\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isDog()\n - ? bark()\n - : silent();\n + ? bark()\n + : silent();\n \n // nested ternary in consequent always breaks:\n const chainedWithTernaryConsequent = isCat()\n ? aNestedCondition\n ? theResult()\n : theAlternate()\n : isDog()\n - ? bark()\n - : silent();\n + ? bark()\n + : silent();\n \n // consequent and terminal alternate break:\n const consequentAndTerminalAlternateBreak = isCat()\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isDog()\n - ? bark()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + ? bark()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // multiline conditions and consequents/alternates:\n const multilineConditionsConsequentsAndAlternates =\n isAnAdorableKittyCat() && (someReallyLongCondition || moreInThisLongCondition)\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isNotAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ? bark()\n - : shortCondition()\n - ? shortConsequent()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + (someReallyLongCondition || moreInThisLongCondition)\n + ? bark()\n + : shortCondition()\n + ? shortConsequent()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // illustrating case of mostly short conditionals\n const mostlyShort =\n x === 1\n ? \"one\"\n : x === 2\n - ? \"two\"\n - : x === 3\n - ? \"three\"\n - : x === 5 &&\n - y === 7 &&\n - someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n - ? \"four\"\n - : x === 6\n - ? \"six\"\n - : \"idk\";\n + ? \"two\"\n + : x === 3\n + ? \"three\"\n + : x === 5 &&\n + y === 7 &&\n + someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n + ? \"four\"\n + : x === 6\n + ? \"six\"\n + : \"idk\";\n \n // long conditional, short consequent/alternate, not chained - do indent after ?\n const longConditional =\n bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n glimseGlyphsHazardNoopsTieTie >=\n @@ -298,20 +298,20 @@\n bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n glimseGlyphsHazardNoopsTieTie >=\n averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n ? \"foo\"\n : anotherCondition\n - ? \"bar\"\n - : \"baz\";\n + ? \"bar\"\n + : \"baz\";\n \n // As a function parameter, don't add an extra indent:\n definition.encode(\n typeof row[field] !== \"undefined\"\n ? row[field]\n : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null,\n + ? definition.default\n + : null,\n typeof row[field] === \"undefined\"\n ? typeof definition.default === \"undefined\"\n ? null\n : definition.default\n : row[field],\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npostfix-ternary-regressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `postfix-ternary-regressions.js format 1`\n \n - Snapshot - 13\n + Received + 14\n \n @@ -207,19 +207,19 @@\n // Kinda weird to have dedents to the level of \"return\" in a function.\n function foo() {\n return !linkTo\n ? false\n : typeof linkTo === \"function\"\n - ? linkTo(record, reference)\n - : linkToRecord(rootPath, sourceId, linkTo_as_string);\n + ? linkTo(record, reference)\n + : linkToRecord(rootPath, sourceId, linkTo_as_string);\n }\n function foo2() {\n return React.isValidElement(emptyText)\n ? React.cloneElement(emptyText)\n : emptyText === \"\"\n - ? \" \" // em space, forces the display of an empty line of normal height\n - : translate(emptyText, { _: emptyText });\n + ? \" \" // em space, forces the display of an empty line of normal height\n + : translate(emptyText, { _: emptyText });\n }\n \n // Function call ideally wouldnt break break\n const matchingReferencesError = isMatchingReferencesError(matchingReferences)\n ? translate(matchingReferences.error, {\n @@ -262,23 +262,24 @@\n redirectTo,\n basePath,\n payload\n ? payload.id || (payload.data ? payload.data.id : null)\n : requestPayload\n - ? requestPayload.id\n - : null,\n + ? requestPayload.id\n + : null,\n payload && payload.data\n ? payload.data\n : requestPayload && requestPayload.data\n - ? requestPayload.data\n - : null,\n + ? requestPayload.data\n + : null,\n );\n \n const delayedDataProvider = new Proxy(restProvider, {\n get: (target, name, self) =>\n - name === \"then\" // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n - ? self\n + name === \"then\"\n + ? // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n + self\n : (resource, params) =>\n new Promise((resolve) =>\n setTimeout(\n () => resolve(restProvider[name](resource, params)),\n 500,\n @@ -311,13 +312,13 @@\n }\n \n const badComments = schema.model\n ? schema\n : // If model is an array where the items schema is a referred model then we need to use that\n - schema.type === \"array\"\n - ? schema.items\n - : schema;\n + schema.type === \"array\"\n + ? schema.items\n + : schema;\n \n const anotherBadComment = refModel\n ? // If we're in a shared params file then reference the model name directly\n inSharedParamsFile\n ? refModel\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncomments.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 68\n + Received + 64\n \n @@ -127,133 +127,129 @@\n test ? test /* c\n c */? foo : bar : bar;\n \n =====================================output=====================================\n var inspect =\n - 4 === util.inspect.length ?\n - // node <= 0.8.x\n - function (v, colors) {\n - return util.inspect(v, void 0, void 0, colors);\n - }\n - // node > 0.8.x\n - : function (v, colors) {\n - return util.inspect(v, { colors: colors });\n - };\n + 4 === util.inspect.length\n + ? // node <= 0.8.x\n + function (v, colors) {\n + return util.inspect(v, void 0, void 0, colors);\n + }\n + : // node > 0.8.x\n + function (v, colors) {\n + return util.inspect(v, { colors: colors });\n + };\n \n var inspect =\n - 4 === util.inspect.length ?\n - // node <= 0.8.x\n - function (v, colors) {\n - return util.inspect(v, void 0, void 0, colors);\n - }\n - // node > 0.8.x\n - : function (v, colors) {\n - return util.inspect(v, { colors: colors });\n - };\n + 4 === util.inspect.length\n + ? // node <= 0.8.x\n + function (v, colors) {\n + return util.inspect(v, void 0, void 0, colors);\n + }\n + : // node > 0.8.x\n + function (v, colors) {\n + return util.inspect(v, { colors: colors });\n + };\n \n - const extractTextPluginOptions =\n - shouldUseRelativeAssetPaths ?\n - // Making sure that the publicPath goes back to to build folder.\n + const extractTextPluginOptions = shouldUseRelativeAssetPaths\n + ? // Making sure that the publicPath goes back to to build folder.\n { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n - const extractTextPluginOptions2 =\n - shouldUseRelativeAssetPaths ?\n - // Making sure that the publicPath goes back to to build folder.\n + const extractTextPluginOptions2 = shouldUseRelativeAssetPaths\n + ? // Making sure that the publicPath goes back to to build folder.\n { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n - const extractTextPluginOptions3 =\n - (\n - shouldUseRelativeAssetPaths // Making sure that the publicPath goes back to to build folder.\n - ) ?\n - { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n + const extractTextPluginOptions3 = shouldUseRelativeAssetPaths // Making sure that the publicPath goes back to to build folder.\n + ? { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n const { configureStore } =\n - process.env.NODE_ENV === \"production\" ?\n - require(\"./configureProdStore\") // a\n - : require(\"./configureDevStore\"); // b\n + process.env.NODE_ENV === \"production\"\n + ? require(\"./configureProdStore\") // a\n + : require(\"./configureDevStore\"); // b\n \n - (\n - test /* comment\n + test /* comment\n comment\n comment\n */\n - ) ?\n - foo\n - : bar;\n + ? foo\n + : bar;\n \n - test ?\n - /* comment\n + test\n + ? /* comment\n comment\n comment\n comment\n */\n - foo\n - : bar;\n + foo\n + : bar;\n \n - test ?\n - /* comment\n + test\n + ? /* comment\n comment\n comment\n comment\n */\n - foo\n - : test ?\n - /* comment\n + foo\n + : test\n + ? /* comment\n comment\n comment */\n - foo\n - : bar;\n + foo\n + : bar;\n \n test ? /* comment */ foo : bar;\n \n - test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n - test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n A newline will be added after this comment, unfortunately – but it can be removed manually, see next statement.\n */\n - : test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n // It is at least possible to delete the extra newline that was\n // unfortunately added before the second condition above:\n - test ?\n - foo /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n test ? foo : /* comment */ bar;\n \n - test ?\n - (\n - test /* c\n + test\n + ? test /* c\n c */\n - ) ?\n - foo\n - : bar\n - : bar;\n + ? foo\n + : bar\n + : bar;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnew-ternary-examples.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-examples.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 73\n + Received + 90\n \n @@ -144,133 +144,150 @@\n // TypeScript is here: prettier/tests/format/typescript/conditional-types/new-ternary-spec.ts\n // EXAMPLES\n // mostly taken from https://github.com/prettier/prettier/issues/9561\n \n const message =\n - i % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - : i % 3 === 0 ? \"fizz\"\n - : i % 5 === 0 ? \"buzz\"\n - : String(i);\n + i % 3 === 0 && i % 5 === 0\n + ? \"fizzbuzz\"\n + : i % 3 === 0\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessageShort =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessageWithABreak =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ?\n - \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n - const typeofExample =\n - definition.encode ?\n - definition.encode(\n - typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n - : null,\n + const typeofExample = definition.encode\n + ? definition.encode(\n + typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null,\n )\n - : typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n + : typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n : null;\n \n // (the following is semantically equivalent to the above, but written in a more-confusing style – it'd be hard to grok no matter the formatting)\n - const typeofExampleFlipped =\n - definition.encode ?\n - definition.encode(\n - typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n - : definition.default\n - : row[field],\n + const typeofExampleFlipped = definition.encode\n + ? definition.encode(\n + typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field],\n )\n - : typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n + : typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n : definition.default\n : row[field];\n \n // JSX Examples:\n \n const typicalLongConsequentWithNullAlternate = (\n <div>\n - {children && !isEmptyChildren(children) ?\n + {children && !isEmptyChildren(children) ? (\n <FooComponent\n className=\"a bunch of css classes might go here, wow so many\"\n foo={foo}\n bar={includeBar ? bar : null}\n />\n - : null}\n + ) : null}\n </div>\n );\n \n const reactRouterExampleJSX = (\n <div>\n - {children && !isEmptyChildren(children) ?\n - children\n - : props.match ?\n - component ?\n - React.createElement(component, props)\n - : render ?\n - render(props)\n - : null\n - : null}\n + {children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null}\n </div>\n );\n \n const reactRouterExampleNonJSX =\n - children && !isEmptyChildren(children) ? children\n - : props.match ?\n - component ? React.createElement(component, props)\n - : render ? render(props)\n - : null\n - : null;\n + children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n inJSXExpressionContainer.withLongConditionals.example = (\n <div>\n - {isACat() && (someReallyLongCondition || moreInThisLongCondition) ?\n - someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n - : someReallyLongCondition || moreInThisLongCondition ?\n - bark()\n - : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n + {isACat() && (someReallyLongCondition || moreInThisLongCondition)\n + ? someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n + : someReallyLongCondition || moreInThisLongCondition\n + ? bark()\n + : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n </div>\n );\n \n inJSXExpressionContainer.withLoops.orBooleans.example = (\n <div>\n - {items ?\n - items.map((item) =>\n - item.display ?\n - <Item item={item} attr=\"breaks ternary but not consequent\" />\n - : <Blank />,\n - )\n - : null}\n + {items\n + ? items.map((item) =>\n + item.display ? (\n + <Item item={item} attr=\"breaks ternary but not consequent\" />\n + ) : (\n + <Blank />\n + ),\n + )\n + : null}\n \n {showTheStuff &&\n - (foo ?\n + (foo ? (\n <Thing thing={foooooooooooooooooooooooooo} bar=\"bazzzzzz\" />\n - : <OtherThing />)}\n + ) : (\n + <OtherThing />\n + ))}\n </div>\n );\n \n inJSXExpressionContainer.withNullConditional = (\n <div>\n {isACat() ? null : <Foo />}\n {isACat() && (someReallyLongCondition || moreInThisLongCondition) ? null : (\n <Foo />\n )}\n - {(\n - isACat() &&\n - (someReallyLongCondition ||\n - moreInThisLongCondition ||\n - evenMoreInThisExtraLongConditional)\n - ) ?\n - null\n - : <Foo />}\n + {isACat() &&\n + (someReallyLongCondition ||\n + moreInThisLongCondition ||\n + evenMoreInThisExtraLongConditional) ? null : (\n + <Foo />\n + )}\n </div>\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnew-ternary-spec.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-spec.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 95\n + Received + 93\n \n @@ -206,133 +206,127 @@\n \n // remain on one line if possible:\n const short = isLoud() ? makeNoise() : silent();\n \n // next, put everything after the =\n - const lessShort =\n - isLoudReallyLoud() ? makeNoiseReallyLoudly.omgSoLoud() : silent();\n + const lessShort = isLoudReallyLoud()\n + ? makeNoiseReallyLoudly.omgSoLoud()\n + : silent();\n \n // next, indent the consequent:\n - const andIndented =\n - isLoudReallyReallyReallyReallyLoud() ?\n - makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n + const andIndented = isLoudReallyReallyReallyReallyLoud()\n + ? makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n : silent();\n \n // unless the consequent is short (less than ten characters long):\n - const shortSoCase =\n - isLoudReallyReallyReallyReallyLoud() ? silent() : (\n - makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n - );\n + const shortSoCase = isLoudReallyReallyReallyReallyLoud()\n + ? silent()\n + : makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud();\n \n // if chained, always break and put after the =\n - const chainedShort =\n - isCat() ? meow()\n - : isDog() ? bark()\n - : silent();\n + const chainedShort = isCat() ? meow() : isDog() ? bark() : silent();\n \n // when a consequent breaks in a chain:\n - const chainedWithLongConsequent =\n - isCat() ?\n - someReallyLargeExpression\n + const chainedWithLongConsequent = isCat()\n + ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : silent();\n \n // nested ternary in consequent always breaks:\n - const chainedWithTernaryConsequent =\n - isCat() ?\n - aNestedCondition ? theResult()\n + const chainedWithTernaryConsequent = isCat()\n + ? aNestedCondition\n + ? theResult()\n : theAlternate()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : silent();\n \n // consequent and terminal alternate break:\n - const consequentAndTerminalAlternateBreak =\n - isCat() ?\n - someReallyLargeExpression\n + const consequentAndTerminalAlternateBreak = isCat()\n + ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens();\n \n // multiline conditions and consequents/alternates:\n const multilineConditionsConsequentsAndAlternates =\n - (\n - isAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ) ?\n - someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens()\n - : (\n - isNotAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ) ?\n - bark()\n - : shortCondition() ? shortConsequent()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + isAnAdorableKittyCat() && (someReallyLongCondition || moreInThisLongCondition)\n + ? someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens()\n + : isNotAnAdorableKittyCat() &&\n + (someReallyLongCondition || moreInThisLongCondition)\n + ? bark()\n + : shortCondition()\n + ? shortConsequent()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // illustrating case of mostly short conditionals\n const mostlyShort =\n - x === 1 ? \"one\"\n - : x === 2 ? \"two\"\n - : x === 3 ? \"three\"\n - : (\n - x === 5 &&\n - y === 7 &&\n - someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n - ) ?\n - \"four\"\n - : x === 6 ? \"six\"\n - : \"idk\";\n + x === 1\n + ? \"one\"\n + : x === 2\n + ? \"two\"\n + : x === 3\n + ? \"three\"\n + : x === 5 &&\n + y === 7 &&\n + someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n + ? \"four\"\n + : x === 6\n + ? \"six\"\n + : \"idk\";\n \n // long conditional, short consequent/alternate, not chained - do indent after ?\n const longConditional =\n - (\n - bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n - glimseGlyphsHazardNoopsTieTie >=\n - averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n - ) ?\n - \"foo\"\n - : \"bar\";\n + bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n + glimseGlyphsHazardNoopsTieTie >=\n + averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n + ? \"foo\"\n + : \"bar\";\n \n // long conditional, short consequent/alternate, chained\n // (break on short consequents iff in chained ternary and its conditional broke)\n const longConditionalChained =\n - (\n - bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n - glimseGlyphsHazardNoopsTieTie >=\n - averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n - ) ?\n - \"foo\"\n - : anotherCondition ? \"bar\"\n - : \"baz\";\n + bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n + glimseGlyphsHazardNoopsTieTie >=\n + averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n + ? \"foo\"\n + : anotherCondition\n + ? \"bar\"\n + : \"baz\";\n \n // As a function parameter, don't add an extra indent:\n definition.encode(\n - typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n - : null,\n - typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n - : definition.default\n - : row[field],\n + typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null,\n + typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field],\n );\n \n // In a return, break and over-indent:\n const inReturn = () => {\n if (short) {\n return foo ? 1 : 2;\n }\n - return typeof row[aVeryLongFieldName] !== \"undefined\" ?\n - row[aVeryLongFieldName]\n + return typeof row[aVeryLongFieldName] !== \"undefined\"\n + ? row[aVeryLongFieldName]\n : null;\n };\n \n // Remove current JSX Mode, and replace it with this algorithm:\n // When a ternary's parent is a JSXExpressionContainer which is not in a JSXAttribute,\n @@ -344,32 +338,31 @@\n // and wrap the alternate in parens.\n \n const someJSX = (\n <div>\n Typical jsx case:\n - {showFoo ?\n - <Foo attribute=\"such and such stuff here\" />\n - : <Bar short />}\n + {showFoo ? <Foo attribute=\"such and such stuff here\" /> : <Bar short />}\n Nested, and with a non-jsx consequent is the same:\n - {component ?\n + {component ? (\n React.createElement(component, props)\n - : render ?\n + ) : render ? (\n <div>{render(props)}</div>\n - : <div>Nothing is here</div>}\n + ) : (\n + <div>Nothing is here</div>\n + )}\n As is a non-jsx consequent:\n - {showTheJSXElement ?\n - <div>the stuff</div>\n - : renderOtherStuff()}\n + {showTheJSXElement ? <div>the stuff</div> : renderOtherStuff()}\n But if the alternate breaks, add a newline before the closing curly brace:\n - {showTheThing || pleaseShowTheThing ?\n + {showTheThing || pleaseShowTheThing ? (\n <Foo attribute=\"such and such stuff here\" />\n - : <Bar\n + ) : (\n + <Bar\n attribute=\"such and such stuff here\"\n another=\"more stuff here\"\n third=\"and even more, hooray!\"\n />\n - }\n + )}\n When the consequent is `null` and the alternate breaks, hug it with parens\n to match boolean behavior:\n {!thing ? null : (\n <TheThing\n thing={thing}\n @@ -377,22 +370,27 @@\n />\n )}\n </div>\n );\n \n - ternaryWithJSXElements.hasNoSpecialCasing =\n - component ? <div>{React.createElement(component, props)}</div>\n - : render ? <div>{render(props)}</div>\n - : <div>Nothing is here</div>;\n + ternaryWithJSXElements.hasNoSpecialCasing = component ? (\n + <div>{React.createElement(component, props)}</div>\n + ) : render ? (\n + <div>{render(props)}</div>\n + ) : (\n + <div>Nothing is here</div>\n + );\n \n jsxExpressionContainer.inJSXAttribute.hasNoSpecialCasing = (\n <Foo\n withJSX={isRed ? <RedColorThing /> : <GreenColorThing />}\n withJSXBroken={\n - isRed || isSomeOtherLongCondition.thatBreaksTheLine() ?\n + isRed || isSomeOtherLongCondition.thatBreaksTheLine() ? (\n <RedColorThing />\n - : <GreenColorThing />\n + ) : (\n + <GreenColorThing />\n + )\n }\n />\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npostfix-ternary-regressions.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `postfix-ternary-regressions.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 92\n + Received + 90\n \n @@ -171,163 +171,161 @@\n : classRef()\n \n =====================================output=====================================\n // concatened string in consequent should be visually distinguishable from alternate\n // … or maybe this is okay, because the colon is enough?\n - const avatar =\n - has_ordered ?\n - \"https://marmelab.com/posters/avatar/longer-word-that-breaks-consequent-\" +\n + const avatar = has_ordered\n + ? \"https://marmelab.com/posters/avatar/longer-word-that-breaks-consequent-\" +\n numberOfCustomers +\n \".jpeg\"\n : undefined;\n \n // Similarly, in the alternate:\n - const redirectUrl =\n - pathName ? pathName : (\n - nextPathName + nextSearch ||\n - defaultAuthParams.afterLoginUrl.makeThisLongerSoItBreaks\n - );\n + const redirectUrl = pathName\n + ? pathName\n + : nextPathName + nextSearch ||\n + defaultAuthParams.afterLoginUrl.makeThisLongerSoItBreaks;\n \n // And another, more pathological case of the above:\n const isEmpty = (obj) =>\n - obj instanceof Date ? false : (\n - obj === \"\" ||\n - obj === null ||\n - obj === undefined ||\n - obj === somethingThatIsLonger ||\n - shallowEqual(obj, {})\n - );\n + obj instanceof Date\n + ? false\n + : obj === \"\" ||\n + obj === null ||\n + obj === undefined ||\n + obj === somethingThatIsLonger ||\n + shallowEqual(obj, {});\n \n // Again, this case is a bit hard to distinguish the alternate.\n const eventsFromOrders =\n - orderIds && orders ?\n - orderIds.map((id) => ({\n - type: \"order\",\n - date: orders[id].date,\n - data: orders[id],\n - }))\n - : [];\n + orderIds && orders\n + ? orderIds.map((id) => ({\n + type: \"order\",\n + date: orders[id].date,\n + data: orders[id],\n + }))\n + : [];\n \n // Kinda weird to have dedents to the level of \"return\" in a function.\n function foo() {\n - return (\n - !linkTo ? false\n - : typeof linkTo === \"function\" ? linkTo(record, reference)\n - : linkToRecord(rootPath, sourceId, linkTo_as_string)\n - );\n + return !linkTo\n + ? false\n + : typeof linkTo === \"function\"\n + ? linkTo(record, reference)\n + : linkToRecord(rootPath, sourceId, linkTo_as_string);\n }\n function foo2() {\n - return (\n - React.isValidElement(emptyText) ? React.cloneElement(emptyText)\n - : emptyText === \"\" ?\n - \" \" // em space, forces the display of an empty line of normal height\n - : translate(emptyText, { _: emptyText })\n - );\n + return React.isValidElement(emptyText)\n + ? React.cloneElement(emptyText)\n + : emptyText === \"\"\n + ? \" \" // em space, forces the display of an empty line of normal height\n + : translate(emptyText, { _: emptyText });\n }\n \n // Function call ideally wouldnt break break\n - const matchingReferencesError =\n - isMatchingReferencesError(matchingReferences) ?\n - translate(matchingReferences.error, {\n + const matchingReferencesError = isMatchingReferencesError(matchingReferences)\n + ? translate(matchingReferences.error, {\n _: matchingReferences.error,\n })\n : null;\n \n // This one is kinda confusing any way you slice it…\n const obj = {\n error:\n - (\n - matchingReferencesError &&\n - (!input.value ||\n - (input.value &&\n - selectedReferencesDataStatus === REFERENCES_STATUS_EMPTY))\n - ) ?\n - translate(\"ra.input.references.all_missing\", {\n - _: \"ra.input.references.all_missing\",\n - })\n - : null,\n + matchingReferencesError &&\n + (!input.value ||\n + (input.value && selectedReferencesDataStatus === REFERENCES_STATUS_EMPTY))\n + ? translate(\"ra.input.references.all_missing\", {\n + _: \"ra.input.references.all_missing\",\n + })\n + : null,\n };\n \n // I think we should indent after the inner || on this, and do better wtih the parens around the &&\n const obj2 = {\n warning:\n - (\n - matchingReferencesError ||\n - (input.value && selectedReferencesDataStatus !== REFERENCES_STATUS_READY)\n - ) ?\n - matchingReferencesError ||\n - translate(\"ra.input.references.many_missing\", {\n - _: \"ra.input.references.many_missing\",\n - })\n - : null,\n + matchingReferencesError ||\n + (input.value && selectedReferencesDataStatus !== REFERENCES_STATUS_READY)\n + ? matchingReferencesError ||\n + translate(\"ra.input.references.many_missing\", {\n + _: \"ra.input.references.many_missing\",\n + })\n + : null,\n };\n \n // The boolean conditions in the test should look cohesive.\n const selectedReferencesDataStatus =\n - !isEmpty(value) && typeof value === \"string\" && !pattern.test(value) ?\n - getMessage(message, { pattern }, value, values)\n - : undefined;\n + !isEmpty(value) && typeof value === \"string\" && !pattern.test(value)\n + ? getMessage(message, { pattern }, value, values)\n + : undefined;\n \n // Would be nice if these two nested ternaries didn't look like a single one.\n resolveRedirectTo(\n redirectTo,\n basePath,\n - payload ? payload.id || (payload.data ? payload.data.id : null)\n - : requestPayload ? requestPayload.id\n - : null,\n - payload && payload.data ? payload.data\n - : requestPayload && requestPayload.data ? requestPayload.data\n - : null,\n + payload\n + ? payload.id || (payload.data ? payload.data.id : null)\n + : requestPayload\n + ? requestPayload.id\n + : null,\n + payload && payload.data\n + ? payload.data\n + : requestPayload && requestPayload.data\n + ? requestPayload.data\n + : null,\n );\n \n const delayedDataProvider = new Proxy(restProvider, {\n get: (target, name, self) =>\n - (\n - name === \"then\" // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n - ) ?\n - self\n - : (resource, params) =>\n - new Promise((resolve) =>\n - setTimeout(() => resolve(restProvider[name](resource, params)), 500),\n - ),\n + name === \"then\"\n + ? // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n + self\n + : (resource, params) =>\n + new Promise((resolve) =>\n + setTimeout(\n + () => resolve(restProvider[name](resource, params)),\n + 500,\n + ),\n + ),\n });\n \n function foo4() {\n - return !match || match.length < 5 ?\n - line\n + return !match || match.length < 5\n + ? line\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo5() {\n - return !match || match.length < 5 ?\n - foo(line)\n + return !match || match.length < 5\n + ? foo(line)\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo6() {\n - return !match || match.length < 5 ?\n - linethatisverylongandbreaksthelinehooray\n + return !match || match.length < 5\n + ? linethatisverylongandbreaksthelinehooray\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo7() {\n - return !match || match.length < 5 ?\n - linethatisverylongandbreaksthelinehoorayjustabitlonger\n + return !match || match.length < 5\n + ? linethatisverylongandbreaksthelinehoorayjustabitlonger\n : match[1] + match[2] + match[3] + match[4];\n }\n \n - const badComments =\n - schema.model ? schema\n - // If model is an array where the items schema is a referred model then we need to use that\n - : schema.type === \"array\" ? schema.items\n + const badComments = schema.model\n + ? schema\n + : // If model is an array where the items schema is a referred model then we need to use that\n + schema.type === \"array\"\n + ? schema.items\n : schema;\n \n - const anotherBadComment =\n - refModel ?\n - // If we're in a shared params file then reference the model name directly\n - inSharedParamsFile ? refModel\n - // If we're not in a shared params file then reference the in-file type\n - : classRef()\n - // We don't have a model name, use the in-file name\n - : classRef();\n + const anotherBadComment = refModel\n + ? // If we're in a shared params file then reference the model name directly\n + inSharedParamsFile\n + ? refModel\n + : // If we're not in a shared params file then reference the in-file type\n + classRef()\n + : // We don't have a model name, use the in-file name\n + classRef();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 8,
"numPassingTests": 100,
"numPendingTests": 0,
"perfStats": {
"start": 306179.581877,
"end": 313620.944783,
"runtime": 7441,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 8,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/conditional/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.7661700000753626,
"failureMessages": [
"comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 12\n + Received + 13\n \n @@ -190,15 +190,15 @@\n comment\n comment\n */\n foo\n : test\n - ? /* comment\n + ? /* comment\n comment\n comment */\n - foo\n - : bar;\n + foo\n + : bar;\n \n test ? /* comment */ foo : bar;\n \n test\n ? foo\n @@ -215,33 +215,34 @@\n comment\n comment\n comment\n A newline will be added after this comment, unfortunately – but it can be removed manually, see next statement.\n */\n - test\n - ? foo\n - : /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - bar;\n + bar;\n \n // It is at least possible to delete the extra newline that was\n // unfortunately added before the second condition above:\n test\n - ? foo /* comment\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : test\n - ? foo\n - : /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - bar;\n + bar;\n \n test ? foo : /* comment */ bar;\n \n test\n ? test /* c\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 72.90465599996969,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 68.5940029999474,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 65.88089400005993,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 66.95627799991053,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 63.26067400001921,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 71.04963100003079,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 66.48965400003362,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 67.64459899999201,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"new-expression.js"
],
"duration": 0.4504909999668598,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"new-expression.js"
],
"duration": 60.225015000090934,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"new-expression.js"
],
"duration": 59.37867400003597,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"new-expression.js"
],
"duration": 60.64273099997081,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"new-expression.js"
],
"duration": 60.060952999978326,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"new-expression.js"
],
"duration": 59.36170000000857,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"new-expression.js"
],
"duration": 58.67490099999122,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"new-expression.js"
],
"duration": 59.17333699995652,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"new-expression.js"
],
"duration": 59.018696999992244,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js"
],
"duration": 1.0148650000337511,
"failureMessages": [
"new-ternary-examples.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-examples.js format 1`\n \n - Snapshot - 40\n + Received + 40\n \n @@ -146,50 +146,50 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessageShort =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessageWithABreak =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const typeofExample = definition.encode\n ? definition.encode(\n typeof row[field] !== \"undefined\"\n ? row[field]\n : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null,\n + ? definition.default\n + : null,\n )\n : typeof row[field] !== \"undefined\"\n - ? row[field]\n - : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null;\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null;\n \n // (the following is semantically equivalent to the above, but written in a more-confusing style – it'd be hard to grok no matter the formatting)\n const typeofExampleFlipped = definition.encode\n ? definition.encode(\n typeof row[field] === \"undefined\"\n @@ -197,14 +197,14 @@\n ? null\n : definition.default\n : row[field],\n )\n : typeof row[field] === \"undefined\"\n - ? typeof definition.default === \"undefined\"\n - ? null\n - : definition.default\n - : row[field];\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field];\n \n // JSX Examples:\n \n const typicalLongConsequentWithNullAlternate = (\n <div>\n @@ -221,37 +221,37 @@\n const reactRouterExampleJSX = (\n <div>\n {children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null}\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null}\n </div>\n );\n \n const reactRouterExampleNonJSX =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n inJSXExpressionContainer.withLongConditionals.example = (\n <div>\n {isACat() && (someReallyLongCondition || moreInThisLongCondition)\n ? someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n : someReallyLongCondition || moreInThisLongCondition\n - ? bark()\n - : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n + ? bark()\n + : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n </div>\n );\n \n inJSXExpressionContainer.withLoops.orBooleans.example = (\n <div>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"new-ternary-examples.js"
],
"duration": 78.42208899999969,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js"
],
"duration": 70.69285099999979,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js"
],
"duration": 69.77137299999595,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js"
],
"duration": 69.44978599995375,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js"
],
"duration": 77.80390200007241,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js"
],
"duration": 70.4071029999759,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js"
],
"duration": 70.29618199996185,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js"
],
"duration": 69.66898100008257,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js"
],
"duration": 1.1718180000316352,
"failureMessages": [
"new-ternary-spec.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-spec.js format 1`\n \n - Snapshot - 29\n + Received + 29\n \n @@ -228,63 +228,63 @@\n const chainedWithLongConsequent = isCat()\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isDog()\n - ? bark()\n - : silent();\n + ? bark()\n + : silent();\n \n // nested ternary in consequent always breaks:\n const chainedWithTernaryConsequent = isCat()\n ? aNestedCondition\n ? theResult()\n : theAlternate()\n : isDog()\n - ? bark()\n - : silent();\n + ? bark()\n + : silent();\n \n // consequent and terminal alternate break:\n const consequentAndTerminalAlternateBreak = isCat()\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isDog()\n - ? bark()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + ? bark()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // multiline conditions and consequents/alternates:\n const multilineConditionsConsequentsAndAlternates =\n isAnAdorableKittyCat() && (someReallyLongCondition || moreInThisLongCondition)\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isNotAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ? bark()\n - : shortCondition()\n - ? shortConsequent()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + (someReallyLongCondition || moreInThisLongCondition)\n + ? bark()\n + : shortCondition()\n + ? shortConsequent()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // illustrating case of mostly short conditionals\n const mostlyShort =\n x === 1\n ? \"one\"\n : x === 2\n - ? \"two\"\n - : x === 3\n - ? \"three\"\n - : x === 5 &&\n - y === 7 &&\n - someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n - ? \"four\"\n - : x === 6\n - ? \"six\"\n - : \"idk\";\n + ? \"two\"\n + : x === 3\n + ? \"three\"\n + : x === 5 &&\n + y === 7 &&\n + someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n + ? \"four\"\n + : x === 6\n + ? \"six\"\n + : \"idk\";\n \n // long conditional, short consequent/alternate, not chained - do indent after ?\n const longConditional =\n bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n glimseGlyphsHazardNoopsTieTie >=\n @@ -298,20 +298,20 @@\n bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n glimseGlyphsHazardNoopsTieTie >=\n averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n ? \"foo\"\n : anotherCondition\n - ? \"bar\"\n - : \"baz\";\n + ? \"bar\"\n + : \"baz\";\n \n // As a function parameter, don't add an extra indent:\n definition.encode(\n typeof row[field] !== \"undefined\"\n ? row[field]\n : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null,\n + ? definition.default\n + : null,\n typeof row[field] === \"undefined\"\n ? typeof definition.default === \"undefined\"\n ? null\n : definition.default\n : row[field],\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"new-ternary-spec.js"
],
"duration": 123.48976600007154,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js"
],
"duration": 86.81715299992356,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js"
],
"duration": 68.40041100000963,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js"
],
"duration": 69.96831000002567,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js"
],
"duration": 71.00780099991243,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js"
],
"duration": 69.11983500001952,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js"
],
"duration": 69.98085400008131,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js"
],
"duration": 70.59869500005152,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js"
],
"duration": 0.4365059999981895,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js"
],
"duration": 60.39536500000395,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js"
],
"duration": 60.267290999996476,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js"
],
"duration": 58.36814800009597,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js"
],
"duration": 58.734914000029676,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js"
],
"duration": 59.30510600004345,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js"
],
"duration": 60.26313600002322,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js"
],
"duration": 59.376639000023715,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js"
],
"duration": 61.611877000075765,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js"
],
"duration": 0.8988680000184104,
"failureMessages": [
"postfix-ternary-regressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `postfix-ternary-regressions.js format 1`\n \n - Snapshot - 13\n + Received + 14\n \n @@ -207,19 +207,19 @@\n // Kinda weird to have dedents to the level of \"return\" in a function.\n function foo() {\n return !linkTo\n ? false\n : typeof linkTo === \"function\"\n - ? linkTo(record, reference)\n - : linkToRecord(rootPath, sourceId, linkTo_as_string);\n + ? linkTo(record, reference)\n + : linkToRecord(rootPath, sourceId, linkTo_as_string);\n }\n function foo2() {\n return React.isValidElement(emptyText)\n ? React.cloneElement(emptyText)\n : emptyText === \"\"\n - ? \" \" // em space, forces the display of an empty line of normal height\n - : translate(emptyText, { _: emptyText });\n + ? \" \" // em space, forces the display of an empty line of normal height\n + : translate(emptyText, { _: emptyText });\n }\n \n // Function call ideally wouldnt break break\n const matchingReferencesError = isMatchingReferencesError(matchingReferences)\n ? translate(matchingReferences.error, {\n @@ -262,23 +262,24 @@\n redirectTo,\n basePath,\n payload\n ? payload.id || (payload.data ? payload.data.id : null)\n : requestPayload\n - ? requestPayload.id\n - : null,\n + ? requestPayload.id\n + : null,\n payload && payload.data\n ? payload.data\n : requestPayload && requestPayload.data\n - ? requestPayload.data\n - : null,\n + ? requestPayload.data\n + : null,\n );\n \n const delayedDataProvider = new Proxy(restProvider, {\n get: (target, name, self) =>\n - name === \"then\" // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n - ? self\n + name === \"then\"\n + ? // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n + self\n : (resource, params) =>\n new Promise((resolve) =>\n setTimeout(\n () => resolve(restProvider[name](resource, params)),\n 500,\n @@ -311,13 +312,13 @@\n }\n \n const badComments = schema.model\n ? schema\n : // If model is an array where the items schema is a referred model then we need to use that\n - schema.type === \"array\"\n - ? schema.items\n - : schema;\n + schema.type === \"array\"\n + ? schema.items\n + : schema;\n \n const anotherBadComment = refModel\n ? // If we're in a shared params file then reference the model name directly\n inSharedParamsFile\n ? refModel\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js"
],
"duration": 94.84040500002448,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js"
],
"duration": 74.15012599993497,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js"
],
"duration": 70.35225700004958,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js"
],
"duration": 71.5458290000679,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js"
],
"duration": 70.45547099993564,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js"
],
"duration": 71.81027499993797,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js"
],
"duration": 75.68645899998955,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js"
],
"duration": 71.35835399990901,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments.js - {\"experimentalTernaries\":true}"
],
"duration": 1.1205720000434667,
"failureMessages": [
"comments.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 68\n + Received + 64\n \n @@ -127,133 +127,129 @@\n test ? test /* c\n c */? foo : bar : bar;\n \n =====================================output=====================================\n var inspect =\n - 4 === util.inspect.length ?\n - // node <= 0.8.x\n - function (v, colors) {\n - return util.inspect(v, void 0, void 0, colors);\n - }\n - // node > 0.8.x\n - : function (v, colors) {\n - return util.inspect(v, { colors: colors });\n - };\n + 4 === util.inspect.length\n + ? // node <= 0.8.x\n + function (v, colors) {\n + return util.inspect(v, void 0, void 0, colors);\n + }\n + : // node > 0.8.x\n + function (v, colors) {\n + return util.inspect(v, { colors: colors });\n + };\n \n var inspect =\n - 4 === util.inspect.length ?\n - // node <= 0.8.x\n - function (v, colors) {\n - return util.inspect(v, void 0, void 0, colors);\n - }\n - // node > 0.8.x\n - : function (v, colors) {\n - return util.inspect(v, { colors: colors });\n - };\n + 4 === util.inspect.length\n + ? // node <= 0.8.x\n + function (v, colors) {\n + return util.inspect(v, void 0, void 0, colors);\n + }\n + : // node > 0.8.x\n + function (v, colors) {\n + return util.inspect(v, { colors: colors });\n + };\n \n - const extractTextPluginOptions =\n - shouldUseRelativeAssetPaths ?\n - // Making sure that the publicPath goes back to to build folder.\n + const extractTextPluginOptions = shouldUseRelativeAssetPaths\n + ? // Making sure that the publicPath goes back to to build folder.\n { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n - const extractTextPluginOptions2 =\n - shouldUseRelativeAssetPaths ?\n - // Making sure that the publicPath goes back to to build folder.\n + const extractTextPluginOptions2 = shouldUseRelativeAssetPaths\n + ? // Making sure that the publicPath goes back to to build folder.\n { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n - const extractTextPluginOptions3 =\n - (\n - shouldUseRelativeAssetPaths // Making sure that the publicPath goes back to to build folder.\n - ) ?\n - { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n + const extractTextPluginOptions3 = shouldUseRelativeAssetPaths // Making sure that the publicPath goes back to to build folder.\n + ? { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n const { configureStore } =\n - process.env.NODE_ENV === \"production\" ?\n - require(\"./configureProdStore\") // a\n - : require(\"./configureDevStore\"); // b\n + process.env.NODE_ENV === \"production\"\n + ? require(\"./configureProdStore\") // a\n + : require(\"./configureDevStore\"); // b\n \n - (\n - test /* comment\n + test /* comment\n comment\n comment\n */\n - ) ?\n - foo\n - : bar;\n + ? foo\n + : bar;\n \n - test ?\n - /* comment\n + test\n + ? /* comment\n comment\n comment\n comment\n */\n - foo\n - : bar;\n + foo\n + : bar;\n \n - test ?\n - /* comment\n + test\n + ? /* comment\n comment\n comment\n comment\n */\n - foo\n - : test ?\n - /* comment\n + foo\n + : test\n + ? /* comment\n comment\n comment */\n - foo\n - : bar;\n + foo\n + : bar;\n \n test ? /* comment */ foo : bar;\n \n - test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n - test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n A newline will be added after this comment, unfortunately – but it can be removed manually, see next statement.\n */\n - : test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n // It is at least possible to delete the extra newline that was\n // unfortunately added before the second condition above:\n - test ?\n - foo /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n test ? foo : /* comment */ bar;\n \n - test ?\n - (\n - test /* c\n + test\n + ? test /* c\n c */\n - ) ?\n - foo\n - : bar\n - : bar;\n + ? foo\n + : bar\n + : bar;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js - {\"experimentalTernaries\":true}"
],
"duration": 81.28576799994335,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js - {\"experimentalTernaries\":true}"
],
"duration": 68.212627000059,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js - {\"experimentalTernaries\":true}"
],
"duration": 64.93089200009126,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js - {\"experimentalTernaries\":true}"
],
"duration": 65.91132600000128,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js - {\"experimentalTernaries\":true}"
],
"duration": 69.41007600002922,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js - {\"experimentalTernaries\":true}"
],
"duration": 67.23208200000226,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js - {\"experimentalTernaries\":true}"
],
"duration": 67.45168900000863,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js - {\"experimentalTernaries\":true}"
],
"duration": 66.77541000000201,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"new-expression.js - {\"experimentalTernaries\":true}"
],
"duration": 0.4316259999759495,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"new-expression.js - {\"experimentalTernaries\":true}"
],
"duration": 59.1880260000471,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"new-expression.js - {\"experimentalTernaries\":true}"
],
"duration": 59.5671919999877,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"new-expression.js - {\"experimentalTernaries\":true}"
],
"duration": 59.77709300001152,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"new-expression.js - {\"experimentalTernaries\":true}"
],
"duration": 59.680278000072576,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"new-expression.js - {\"experimentalTernaries\":true}"
],
"duration": 58.77883700001985,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"new-expression.js - {\"experimentalTernaries\":true}"
],
"duration": 58.69048900005873,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"new-expression.js - {\"experimentalTernaries\":true}"
],
"duration": 59.355897999950685,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"new-expression.js - {\"experimentalTernaries\":true}"
],
"duration": 58.16443900007289,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js - {\"experimentalTernaries\":true}"
],
"duration": 1.1971850000554696,
"failureMessages": [
"new-ternary-examples.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-examples.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 73\n + Received + 90\n \n @@ -144,133 +144,150 @@\n // TypeScript is here: prettier/tests/format/typescript/conditional-types/new-ternary-spec.ts\n // EXAMPLES\n // mostly taken from https://github.com/prettier/prettier/issues/9561\n \n const message =\n - i % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - : i % 3 === 0 ? \"fizz\"\n - : i % 5 === 0 ? \"buzz\"\n - : String(i);\n + i % 3 === 0 && i % 5 === 0\n + ? \"fizzbuzz\"\n + : i % 3 === 0\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessageShort =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessageWithABreak =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ?\n - \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n - const typeofExample =\n - definition.encode ?\n - definition.encode(\n - typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n - : null,\n + const typeofExample = definition.encode\n + ? definition.encode(\n + typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null,\n )\n - : typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n + : typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n : null;\n \n // (the following is semantically equivalent to the above, but written in a more-confusing style – it'd be hard to grok no matter the formatting)\n - const typeofExampleFlipped =\n - definition.encode ?\n - definition.encode(\n - typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n - : definition.default\n - : row[field],\n + const typeofExampleFlipped = definition.encode\n + ? definition.encode(\n + typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field],\n )\n - : typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n + : typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n : definition.default\n : row[field];\n \n // JSX Examples:\n \n const typicalLongConsequentWithNullAlternate = (\n <div>\n - {children && !isEmptyChildren(children) ?\n + {children && !isEmptyChildren(children) ? (\n <FooComponent\n className=\"a bunch of css classes might go here, wow so many\"\n foo={foo}\n bar={includeBar ? bar : null}\n />\n - : null}\n + ) : null}\n </div>\n );\n \n const reactRouterExampleJSX = (\n <div>\n - {children && !isEmptyChildren(children) ?\n - children\n - : props.match ?\n - component ?\n - React.createElement(component, props)\n - : render ?\n - render(props)\n - : null\n - : null}\n + {children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null}\n </div>\n );\n \n const reactRouterExampleNonJSX =\n - children && !isEmptyChildren(children) ? children\n - : props.match ?\n - component ? React.createElement(component, props)\n - : render ? render(props)\n - : null\n - : null;\n + children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n inJSXExpressionContainer.withLongConditionals.example = (\n <div>\n - {isACat() && (someReallyLongCondition || moreInThisLongCondition) ?\n - someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n - : someReallyLongCondition || moreInThisLongCondition ?\n - bark()\n - : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n + {isACat() && (someReallyLongCondition || moreInThisLongCondition)\n + ? someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n + : someReallyLongCondition || moreInThisLongCondition\n + ? bark()\n + : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n </div>\n );\n \n inJSXExpressionContainer.withLoops.orBooleans.example = (\n <div>\n - {items ?\n - items.map((item) =>\n - item.display ?\n - <Item item={item} attr=\"breaks ternary but not consequent\" />\n - : <Blank />,\n - )\n - : null}\n + {items\n + ? items.map((item) =>\n + item.display ? (\n + <Item item={item} attr=\"breaks ternary but not consequent\" />\n + ) : (\n + <Blank />\n + ),\n + )\n + : null}\n \n {showTheStuff &&\n - (foo ?\n + (foo ? (\n <Thing thing={foooooooooooooooooooooooooo} bar=\"bazzzzzz\" />\n - : <OtherThing />)}\n + ) : (\n + <OtherThing />\n + ))}\n </div>\n );\n \n inJSXExpressionContainer.withNullConditional = (\n <div>\n {isACat() ? null : <Foo />}\n {isACat() && (someReallyLongCondition || moreInThisLongCondition) ? null : (\n <Foo />\n )}\n - {(\n - isACat() &&\n - (someReallyLongCondition ||\n - moreInThisLongCondition ||\n - evenMoreInThisExtraLongConditional)\n - ) ?\n - null\n - : <Foo />}\n + {isACat() &&\n + (someReallyLongCondition ||\n + moreInThisLongCondition ||\n + evenMoreInThisExtraLongConditional) ? null : (\n + <Foo />\n + )}\n </div>\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"new-ternary-examples.js - {\"experimentalTernaries\":true}"
],
"duration": 83.10960600001272,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js - {\"experimentalTernaries\":true}"
],
"duration": 77.94723199994769,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js - {\"experimentalTernaries\":true}"
],
"duration": 70.81834700005129,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js - {\"experimentalTernaries\":true}"
],
"duration": 75.69069900002796,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js - {\"experimentalTernaries\":true}"
],
"duration": 67.39954100002069,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js - {\"experimentalTernaries\":true}"
],
"duration": 74.9374470000621,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js - {\"experimentalTernaries\":true}"
],
"duration": 70.5743079999229,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js - {\"experimentalTernaries\":true}"
],
"duration": 70.44942100008484,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js - {\"experimentalTernaries\":true}"
],
"duration": 2.0883900000480935,
"failureMessages": [
"new-ternary-spec.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-spec.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 95\n + Received + 93\n \n @@ -206,133 +206,127 @@\n \n // remain on one line if possible:\n const short = isLoud() ? makeNoise() : silent();\n \n // next, put everything after the =\n - const lessShort =\n - isLoudReallyLoud() ? makeNoiseReallyLoudly.omgSoLoud() : silent();\n + const lessShort = isLoudReallyLoud()\n + ? makeNoiseReallyLoudly.omgSoLoud()\n + : silent();\n \n // next, indent the consequent:\n - const andIndented =\n - isLoudReallyReallyReallyReallyLoud() ?\n - makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n + const andIndented = isLoudReallyReallyReallyReallyLoud()\n + ? makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n : silent();\n \n // unless the consequent is short (less than ten characters long):\n - const shortSoCase =\n - isLoudReallyReallyReallyReallyLoud() ? silent() : (\n - makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n - );\n + const shortSoCase = isLoudReallyReallyReallyReallyLoud()\n + ? silent()\n + : makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud();\n \n // if chained, always break and put after the =\n - const chainedShort =\n - isCat() ? meow()\n - : isDog() ? bark()\n - : silent();\n + const chainedShort = isCat() ? meow() : isDog() ? bark() : silent();\n \n // when a consequent breaks in a chain:\n - const chainedWithLongConsequent =\n - isCat() ?\n - someReallyLargeExpression\n + const chainedWithLongConsequent = isCat()\n + ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : silent();\n \n // nested ternary in consequent always breaks:\n - const chainedWithTernaryConsequent =\n - isCat() ?\n - aNestedCondition ? theResult()\n + const chainedWithTernaryConsequent = isCat()\n + ? aNestedCondition\n + ? theResult()\n : theAlternate()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : silent();\n \n // consequent and terminal alternate break:\n - const consequentAndTerminalAlternateBreak =\n - isCat() ?\n - someReallyLargeExpression\n + const consequentAndTerminalAlternateBreak = isCat()\n + ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens();\n \n // multiline conditions and consequents/alternates:\n const multilineConditionsConsequentsAndAlternates =\n - (\n - isAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ) ?\n - someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens()\n - : (\n - isNotAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ) ?\n - bark()\n - : shortCondition() ? shortConsequent()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + isAnAdorableKittyCat() && (someReallyLongCondition || moreInThisLongCondition)\n + ? someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens()\n + : isNotAnAdorableKittyCat() &&\n + (someReallyLongCondition || moreInThisLongCondition)\n + ? bark()\n + : shortCondition()\n + ? shortConsequent()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // illustrating case of mostly short conditionals\n const mostlyShort =\n - x === 1 ? \"one\"\n - : x === 2 ? \"two\"\n - : x === 3 ? \"three\"\n - : (\n - x === 5 &&\n - y === 7 &&\n - someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n - ) ?\n - \"four\"\n - : x === 6 ? \"six\"\n - : \"idk\";\n + x === 1\n + ? \"one\"\n + : x === 2\n + ? \"two\"\n + : x === 3\n + ? \"three\"\n + : x === 5 &&\n + y === 7 &&\n + someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n + ? \"four\"\n + : x === 6\n + ? \"six\"\n + : \"idk\";\n \n // long conditional, short consequent/alternate, not chained - do indent after ?\n const longConditional =\n - (\n - bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n - glimseGlyphsHazardNoopsTieTie >=\n - averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n - ) ?\n - \"foo\"\n - : \"bar\";\n + bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n + glimseGlyphsHazardNoopsTieTie >=\n + averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n + ? \"foo\"\n + : \"bar\";\n \n // long conditional, short consequent/alternate, chained\n // (break on short consequents iff in chained ternary and its conditional broke)\n const longConditionalChained =\n - (\n - bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n - glimseGlyphsHazardNoopsTieTie >=\n - averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n - ) ?\n - \"foo\"\n - : anotherCondition ? \"bar\"\n - : \"baz\";\n + bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n + glimseGlyphsHazardNoopsTieTie >=\n + averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n + ? \"foo\"\n + : anotherCondition\n + ? \"bar\"\n + : \"baz\";\n \n // As a function parameter, don't add an extra indent:\n definition.encode(\n - typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n - : null,\n - typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n - : definition.default\n - : row[field],\n + typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null,\n + typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field],\n );\n \n // In a return, break and over-indent:\n const inReturn = () => {\n if (short) {\n return foo ? 1 : 2;\n }\n - return typeof row[aVeryLongFieldName] !== \"undefined\" ?\n - row[aVeryLongFieldName]\n + return typeof row[aVeryLongFieldName] !== \"undefined\"\n + ? row[aVeryLongFieldName]\n : null;\n };\n \n // Remove current JSX Mode, and replace it with this algorithm:\n // When a ternary's parent is a JSXExpressionContainer which is not in a JSXAttribute,\n @@ -344,32 +338,31 @@\n // and wrap the alternate in parens.\n \n const someJSX = (\n <div>\n Typical jsx case:\n - {showFoo ?\n - <Foo attribute=\"such and such stuff here\" />\n - : <Bar short />}\n + {showFoo ? <Foo attribute=\"such and such stuff here\" /> : <Bar short />}\n Nested, and with a non-jsx consequent is the same:\n - {component ?\n + {component ? (\n React.createElement(component, props)\n - : render ?\n + ) : render ? (\n <div>{render(props)}</div>\n - : <div>Nothing is here</div>}\n + ) : (\n + <div>Nothing is here</div>\n + )}\n As is a non-jsx consequent:\n - {showTheJSXElement ?\n - <div>the stuff</div>\n - : renderOtherStuff()}\n + {showTheJSXElement ? <div>the stuff</div> : renderOtherStuff()}\n But if the alternate breaks, add a newline before the closing curly brace:\n - {showTheThing || pleaseShowTheThing ?\n + {showTheThing || pleaseShowTheThing ? (\n <Foo attribute=\"such and such stuff here\" />\n - : <Bar\n + ) : (\n + <Bar\n attribute=\"such and such stuff here\"\n another=\"more stuff here\"\n third=\"and even more, hooray!\"\n />\n - }\n + )}\n When the consequent is `null` and the alternate breaks, hug it with parens\n to match boolean behavior:\n {!thing ? null : (\n <TheThing\n thing={thing}\n @@ -377,22 +370,27 @@\n />\n )}\n </div>\n );\n \n - ternaryWithJSXElements.hasNoSpecialCasing =\n - component ? <div>{React.createElement(component, props)}</div>\n - : render ? <div>{render(props)}</div>\n - : <div>Nothing is here</div>;\n + ternaryWithJSXElements.hasNoSpecialCasing = component ? (\n + <div>{React.createElement(component, props)}</div>\n + ) : render ? (\n + <div>{render(props)}</div>\n + ) : (\n + <div>Nothing is here</div>\n + );\n \n jsxExpressionContainer.inJSXAttribute.hasNoSpecialCasing = (\n <Foo\n withJSX={isRed ? <RedColorThing /> : <GreenColorThing />}\n withJSXBroken={\n - isRed || isSomeOtherLongCondition.thatBreaksTheLine() ?\n + isRed || isSomeOtherLongCondition.thatBreaksTheLine() ? (\n <RedColorThing />\n - : <GreenColorThing />\n + ) : (\n + <GreenColorThing />\n + )\n }\n />\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"new-ternary-spec.js - {\"experimentalTernaries\":true}"
],
"duration": 84.79986500006635,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js - {\"experimentalTernaries\":true}"
],
"duration": 74.52117099997122,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js - {\"experimentalTernaries\":true}"
],
"duration": 70.37815499992575,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js - {\"experimentalTernaries\":true}"
],
"duration": 71.70999099989422,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js - {\"experimentalTernaries\":true}"
],
"duration": 71.25273900001775,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js - {\"experimentalTernaries\":true}"
],
"duration": 71.91379100002814,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js - {\"experimentalTernaries\":true}"
],
"duration": 72.13104500004556,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js - {\"experimentalTernaries\":true}"
],
"duration": 73.11459099990316,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js - {\"experimentalTernaries\":true}"
],
"duration": 0.45113199995830655,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js - {\"experimentalTernaries\":true}"
],
"duration": 61.5638269999763,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js - {\"experimentalTernaries\":true}"
],
"duration": 59.50118600006681,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js - {\"experimentalTernaries\":true}"
],
"duration": 60.31030600005761,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js - {\"experimentalTernaries\":true}"
],
"duration": 59.578852999955416,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js - {\"experimentalTernaries\":true}"
],
"duration": 59.64665500004776,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js - {\"experimentalTernaries\":true}"
],
"duration": 61.33544100006111,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js - {\"experimentalTernaries\":true}"
],
"duration": 60.53175199998077,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js - {\"experimentalTernaries\":true}"
],
"duration": 59.77755200001411,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js - {\"experimentalTernaries\":true}"
],
"duration": 1.4278659999836236,
"failureMessages": [
"postfix-ternary-regressions.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `postfix-ternary-regressions.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 92\n + Received + 90\n \n @@ -171,163 +171,161 @@\n : classRef()\n \n =====================================output=====================================\n // concatened string in consequent should be visually distinguishable from alternate\n // … or maybe this is okay, because the colon is enough?\n - const avatar =\n - has_ordered ?\n - \"https://marmelab.com/posters/avatar/longer-word-that-breaks-consequent-\" +\n + const avatar = has_ordered\n + ? \"https://marmelab.com/posters/avatar/longer-word-that-breaks-consequent-\" +\n numberOfCustomers +\n \".jpeg\"\n : undefined;\n \n // Similarly, in the alternate:\n - const redirectUrl =\n - pathName ? pathName : (\n - nextPathName + nextSearch ||\n - defaultAuthParams.afterLoginUrl.makeThisLongerSoItBreaks\n - );\n + const redirectUrl = pathName\n + ? pathName\n + : nextPathName + nextSearch ||\n + defaultAuthParams.afterLoginUrl.makeThisLongerSoItBreaks;\n \n // And another, more pathological case of the above:\n const isEmpty = (obj) =>\n - obj instanceof Date ? false : (\n - obj === \"\" ||\n - obj === null ||\n - obj === undefined ||\n - obj === somethingThatIsLonger ||\n - shallowEqual(obj, {})\n - );\n + obj instanceof Date\n + ? false\n + : obj === \"\" ||\n + obj === null ||\n + obj === undefined ||\n + obj === somethingThatIsLonger ||\n + shallowEqual(obj, {});\n \n // Again, this case is a bit hard to distinguish the alternate.\n const eventsFromOrders =\n - orderIds && orders ?\n - orderIds.map((id) => ({\n - type: \"order\",\n - date: orders[id].date,\n - data: orders[id],\n - }))\n - : [];\n + orderIds && orders\n + ? orderIds.map((id) => ({\n + type: \"order\",\n + date: orders[id].date,\n + data: orders[id],\n + }))\n + : [];\n \n // Kinda weird to have dedents to the level of \"return\" in a function.\n function foo() {\n - return (\n - !linkTo ? false\n - : typeof linkTo === \"function\" ? linkTo(record, reference)\n - : linkToRecord(rootPath, sourceId, linkTo_as_string)\n - );\n + return !linkTo\n + ? false\n + : typeof linkTo === \"function\"\n + ? linkTo(record, reference)\n + : linkToRecord(rootPath, sourceId, linkTo_as_string);\n }\n function foo2() {\n - return (\n - React.isValidElement(emptyText) ? React.cloneElement(emptyText)\n - : emptyText === \"\" ?\n - \" \" // em space, forces the display of an empty line of normal height\n - : translate(emptyText, { _: emptyText })\n - );\n + return React.isValidElement(emptyText)\n + ? React.cloneElement(emptyText)\n + : emptyText === \"\"\n + ? \" \" // em space, forces the display of an empty line of normal height\n + : translate(emptyText, { _: emptyText });\n }\n \n // Function call ideally wouldnt break break\n - const matchingReferencesError =\n - isMatchingReferencesError(matchingReferences) ?\n - translate(matchingReferences.error, {\n + const matchingReferencesError = isMatchingReferencesError(matchingReferences)\n + ? translate(matchingReferences.error, {\n _: matchingReferences.error,\n })\n : null;\n \n // This one is kinda confusing any way you slice it…\n const obj = {\n error:\n - (\n - matchingReferencesError &&\n - (!input.value ||\n - (input.value &&\n - selectedReferencesDataStatus === REFERENCES_STATUS_EMPTY))\n - ) ?\n - translate(\"ra.input.references.all_missing\", {\n - _: \"ra.input.references.all_missing\",\n - })\n - : null,\n + matchingReferencesError &&\n + (!input.value ||\n + (input.value && selectedReferencesDataStatus === REFERENCES_STATUS_EMPTY))\n + ? translate(\"ra.input.references.all_missing\", {\n + _: \"ra.input.references.all_missing\",\n + })\n + : null,\n };\n \n // I think we should indent after the inner || on this, and do better wtih the parens around the &&\n const obj2 = {\n warning:\n - (\n - matchingReferencesError ||\n - (input.value && selectedReferencesDataStatus !== REFERENCES_STATUS_READY)\n - ) ?\n - matchingReferencesError ||\n - translate(\"ra.input.references.many_missing\", {\n - _: \"ra.input.references.many_missing\",\n - })\n - : null,\n + matchingReferencesError ||\n + (input.value && selectedReferencesDataStatus !== REFERENCES_STATUS_READY)\n + ? matchingReferencesError ||\n + translate(\"ra.input.references.many_missing\", {\n + _: \"ra.input.references.many_missing\",\n + })\n + : null,\n };\n \n // The boolean conditions in the test should look cohesive.\n const selectedReferencesDataStatus =\n - !isEmpty(value) && typeof value === \"string\" && !pattern.test(value) ?\n - getMessage(message, { pattern }, value, values)\n - : undefined;\n + !isEmpty(value) && typeof value === \"string\" && !pattern.test(value)\n + ? getMessage(message, { pattern }, value, values)\n + : undefined;\n \n // Would be nice if these two nested ternaries didn't look like a single one.\n resolveRedirectTo(\n redirectTo,\n basePath,\n - payload ? payload.id || (payload.data ? payload.data.id : null)\n - : requestPayload ? requestPayload.id\n - : null,\n - payload && payload.data ? payload.data\n - : requestPayload && requestPayload.data ? requestPayload.data\n - : null,\n + payload\n + ? payload.id || (payload.data ? payload.data.id : null)\n + : requestPayload\n + ? requestPayload.id\n + : null,\n + payload && payload.data\n + ? payload.data\n + : requestPayload && requestPayload.data\n + ? requestPayload.data\n + : null,\n );\n \n const delayedDataProvider = new Proxy(restProvider, {\n get: (target, name, self) =>\n - (\n - name === \"then\" // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n - ) ?\n - self\n - : (resource, params) =>\n - new Promise((resolve) =>\n - setTimeout(() => resolve(restProvider[name](resource, params)), 500),\n - ),\n + name === \"then\"\n + ? // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n + self\n + : (resource, params) =>\n + new Promise((resolve) =>\n + setTimeout(\n + () => resolve(restProvider[name](resource, params)),\n + 500,\n + ),\n + ),\n });\n \n function foo4() {\n - return !match || match.length < 5 ?\n - line\n + return !match || match.length < 5\n + ? line\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo5() {\n - return !match || match.length < 5 ?\n - foo(line)\n + return !match || match.length < 5\n + ? foo(line)\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo6() {\n - return !match || match.length < 5 ?\n - linethatisverylongandbreaksthelinehooray\n + return !match || match.length < 5\n + ? linethatisverylongandbreaksthelinehooray\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo7() {\n - return !match || match.length < 5 ?\n - linethatisverylongandbreaksthelinehoorayjustabitlonger\n + return !match || match.length < 5\n + ? linethatisverylongandbreaksthelinehoorayjustabitlonger\n : match[1] + match[2] + match[3] + match[4];\n }\n \n - const badComments =\n - schema.model ? schema\n - // If model is an array where the items schema is a referred model then we need to use that\n - : schema.type === \"array\" ? schema.items\n + const badComments = schema.model\n + ? schema\n + : // If model is an array where the items schema is a referred model then we need to use that\n + schema.type === \"array\"\n + ? schema.items\n : schema;\n \n - const anotherBadComment =\n - refModel ?\n - // If we're in a shared params file then reference the model name directly\n - inSharedParamsFile ? refModel\n - // If we're not in a shared params file then reference the in-file type\n - : classRef()\n - // We don't have a model name, use the in-file name\n - : classRef();\n + const anotherBadComment = refModel\n + ? // If we're in a shared params file then reference the model name directly\n + inSharedParamsFile\n + ? refModel\n + : // If we're not in a shared params file then reference the in-file type\n + classRef()\n + : // We don't have a model name, use the in-file name\n + classRef();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js - {\"experimentalTernaries\":true}"
],
"duration": 98.78267899993807,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js - {\"experimentalTernaries\":true}"
],
"duration": 77.20986000006087,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js - {\"experimentalTernaries\":true}"
],
"duration": 83.78614499990363,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js - {\"experimentalTernaries\":true}"
],
"duration": 70.55360199999996,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js - {\"experimentalTernaries\":true}"
],
"duration": 73.04283299995586,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js - {\"experimentalTernaries\":true}"
],
"duration": 72.79926600004546,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js - {\"experimentalTernaries\":true}"
],
"duration": 71.65293099998962,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js - {\"experimentalTernaries\":true}"
],
"duration": 74.01053699990734,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "brackets.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `brackets.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -25,8 +25,8 @@\n itGo,\n multiLine,\n andMore,\n soWeCanGetItTo80Columns,\n } from \".\";\n - import {fitsIn, oneLine} from \".\";\n + import { fitsIn, oneLine } from \".\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 54)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ninline.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `inline.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,11 +9,11 @@\n import a, {somethingSuperLongsomethingSuperLong2} from 'somethingSuperLongsomethingSuperLongsomethingSuperLong'\n import {a2, somethingSuperLongsomethingSuperLong3} from 'somethingSuperLongsomethingSuperLongsomethingSuperLong'\n \n =====================================output=====================================\n import somethingSuperLongsomethingSuperLong from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n - import {somethingSuperLongsomethingSuperLong1} from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n + import { somethingSuperLongsomethingSuperLong1 } from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n import a, {\n somethingSuperLongsomethingSuperLong2,\n } from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n import {\n a2,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 54)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsame-local-and-imported.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `same-local-and-imported.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n import {a} from 'a';\n import {b as b} from 'b';\n import {c as /* comment */c} from 'c';\n \n =====================================output=====================================\n - import {a} from \"a\";\n - import {b as b} from \"b\";\n - import {c as /* comment */ c} from \"c\";\n + import { a } from \"a\";\n + import { b as b } from \"b\";\n + import { c as /* comment */ c } from \"c\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 54)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 3,
"numPassingTests": 123,
"numPendingTests": 0,
"perfStats": {
"start": 313733.806863,
"end": 321443.16013399995,
"runtime": 7709,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 11,
"unchecked": 0,
"unmatched": 3,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"brackets.js"
],
"duration": 0.48694900004193187,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"brackets.js"
],
"duration": 64.13495800003875,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"brackets.js"
],
"duration": 61.210355999995954,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"brackets.js"
],
"duration": 60.470558000029996,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"brackets.js"
],
"duration": 59.94562000001315,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"brackets.js"
],
"duration": 60.05203999998048,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"brackets.js"
],
"duration": 61.51186999992933,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"brackets.js"
],
"duration": 61.18676199996844,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"brackets.js"
],
"duration": 61.364321999950334,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.5066859999205917,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 61.84646599995904,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 63.39972400001716,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 62.78608599992003,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 61.464828000054695,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 61.302694000070915,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 63.4483360000886,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 62.51025799999479,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 63.27817400009371,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty-import.js"
],
"duration": 0.4159569999901578,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty-import.js"
],
"duration": 61.89621200005058,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty-import.js"
],
"duration": 62.663469000020996,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty-import.js"
],
"duration": 61.886742000002414,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty-import.js"
],
"duration": 60.782271999982186,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty-import.js"
],
"duration": 60.24559100007173,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty-import.js"
],
"duration": 59.74920900003053,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty-import.js"
],
"duration": 60.82431100006215,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty-import.js"
],
"duration": 60.835261999978684,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 0.4405019999248907,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 61.62432400009129,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 64.58534000010695,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 64.80730099999346,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 67.87232800002676,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 63.989736999967135,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 65.6914720000932,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 62.02098099992145,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 62.704614000045694,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"long-line.js"
],
"duration": 0.4748570000519976,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"long-line.js"
],
"duration": 59.67730300000403,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"long-line.js"
],
"duration": 60.15053999994416,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"long-line.js"
],
"duration": 60.24776800000109,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"long-line.js"
],
"duration": 61.81107100006193,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"long-line.js"
],
"duration": 62.33435400004964,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"long-line.js"
],
"duration": 62.31252699997276,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"long-line.js"
],
"duration": 62.914494000026025,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"long-line.js"
],
"duration": 61.90616999997292,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multiple_standalones.js"
],
"duration": 0.4904160000151023,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multiple_standalones.js"
],
"duration": 62.60596300009638,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multiple_standalones.js"
],
"duration": 61.882742999936454,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multiple_standalones.js"
],
"duration": 60.7810270000482,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiple_standalones.js"
],
"duration": 60.10518299997784,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiple_standalones.js"
],
"duration": 61.32122100004926,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiple_standalones.js"
],
"duration": 60.073407999938354,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multiple_standalones.js"
],
"duration": 60.11407000001054,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multiple_standalones.js"
],
"duration": 61.7371179999318,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js"
],
"duration": 0.4367659999988973,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"same-local-and-imported.js"
],
"duration": 60.909896999946795,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js"
],
"duration": 59.543561000027694,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js"
],
"duration": 60.7285710000433,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js"
],
"duration": 60.474432999966666,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js"
],
"duration": 60.17444599990267,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js"
],
"duration": 59.81271199998446,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js"
],
"duration": 60.15396799996961,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js"
],
"duration": 60.30437700008042,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"brackets.js - {\"bracketSpacing\":false}"
],
"duration": 0.6169719999888912,
"failureMessages": [
"brackets.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `brackets.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -25,8 +25,8 @@\n itGo,\n multiLine,\n andMore,\n soWeCanGetItTo80Columns,\n } from \".\";\n - import {fitsIn, oneLine} from \".\";\n + import { fitsIn, oneLine } from \".\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 54)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"brackets.js - {\"bracketSpacing\":false}"
],
"duration": 60.470360000035726,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"brackets.js - {\"bracketSpacing\":false}"
],
"duration": 61.32785799994599,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"brackets.js - {\"bracketSpacing\":false}"
],
"duration": 61.47172499995213,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"brackets.js - {\"bracketSpacing\":false}"
],
"duration": 60.612881000037305,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"brackets.js - {\"bracketSpacing\":false}"
],
"duration": 60.422766999923624,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"brackets.js - {\"bracketSpacing\":false}"
],
"duration": 60.89788000006229,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"brackets.js - {\"bracketSpacing\":false}"
],
"duration": 60.40215199999511,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"brackets.js - {\"bracketSpacing\":false}"
],
"duration": 59.800427000038326,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments.js - {\"bracketSpacing\":false}"
],
"duration": 0.5387059999629855,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js - {\"bracketSpacing\":false}"
],
"duration": 61.33470699994359,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js - {\"bracketSpacing\":false}"
],
"duration": 62.14955500001088,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js - {\"bracketSpacing\":false}"
],
"duration": 60.103878000052646,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js - {\"bracketSpacing\":false}"
],
"duration": 60.74506400001701,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js - {\"bracketSpacing\":false}"
],
"duration": 60.38493199995719,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js - {\"bracketSpacing\":false}"
],
"duration": 60.199213000014424,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js - {\"bracketSpacing\":false}"
],
"duration": 60.21892399992794,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js - {\"bracketSpacing\":false}"
],
"duration": 60.11825800000224,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.4263159999391064,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty-import.js - {\"bracketSpacing\":false}"
],
"duration": 60.63323999999557,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty-import.js - {\"bracketSpacing\":false}"
],
"duration": 59.86135899997316,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty-import.js - {\"bracketSpacing\":false}"
],
"duration": 59.74540200002957,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty-import.js - {\"bracketSpacing\":false}"
],
"duration": 60.63928899995517,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty-import.js - {\"bracketSpacing\":false}"
],
"duration": 61.08540800004266,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty-import.js - {\"bracketSpacing\":false}"
],
"duration": 60.89476900000591,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty-import.js - {\"bracketSpacing\":false}"
],
"duration": 60.99005699995905,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty-import.js - {\"bracketSpacing\":false}"
],
"duration": 59.46970599994529,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"inline.js - {\"bracketSpacing\":false}"
],
"duration": 0.598437000066042,
"failureMessages": [
"inline.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `inline.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,11 +9,11 @@\n import a, {somethingSuperLongsomethingSuperLong2} from 'somethingSuperLongsomethingSuperLongsomethingSuperLong'\n import {a2, somethingSuperLongsomethingSuperLong3} from 'somethingSuperLongsomethingSuperLongsomethingSuperLong'\n \n =====================================output=====================================\n import somethingSuperLongsomethingSuperLong from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n - import {somethingSuperLongsomethingSuperLong1} from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n + import { somethingSuperLongsomethingSuperLong1 } from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n import a, {\n somethingSuperLongsomethingSuperLong2,\n } from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n import {\n a2,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 54)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"inline.js - {\"bracketSpacing\":false}"
],
"duration": 61.81485599989537,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"inline.js - {\"bracketSpacing\":false}"
],
"duration": 61.26781500002835,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"inline.js - {\"bracketSpacing\":false}"
],
"duration": 59.80479700001888,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"inline.js - {\"bracketSpacing\":false}"
],
"duration": 60.392650999943726,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"inline.js - {\"bracketSpacing\":false}"
],
"duration": 60.5299080000259,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"inline.js - {\"bracketSpacing\":false}"
],
"duration": 59.59349900006782,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"inline.js - {\"bracketSpacing\":false}"
],
"duration": 60.42143299989402,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"inline.js - {\"bracketSpacing\":false}"
],
"duration": 59.796748999971896,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"long-line.js - {\"bracketSpacing\":false}"
],
"duration": 0.41037599998526275,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"long-line.js - {\"bracketSpacing\":false}"
],
"duration": 59.98429000005126,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"long-line.js - {\"bracketSpacing\":false}"
],
"duration": 61.14582100010011,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"long-line.js - {\"bracketSpacing\":false}"
],
"duration": 60.13645800005179,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"long-line.js - {\"bracketSpacing\":false}"
],
"duration": 58.52558999997564,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"long-line.js - {\"bracketSpacing\":false}"
],
"duration": 62.22876900003757,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"long-line.js - {\"bracketSpacing\":false}"
],
"duration": 62.516025000019,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"long-line.js - {\"bracketSpacing\":false}"
],
"duration": 60.768856999929994,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"long-line.js - {\"bracketSpacing\":false}"
],
"duration": 60.945763999945484,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multiple_standalones.js - {\"bracketSpacing\":false}"
],
"duration": 0.48705999995581806,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multiple_standalones.js - {\"bracketSpacing\":false}"
],
"duration": 62.023292999947444,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multiple_standalones.js - {\"bracketSpacing\":false}"
],
"duration": 61.356151000014506,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multiple_standalones.js - {\"bracketSpacing\":false}"
],
"duration": 62.95161900005769,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiple_standalones.js - {\"bracketSpacing\":false}"
],
"duration": 60.76817000005394,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiple_standalones.js - {\"bracketSpacing\":false}"
],
"duration": 60.620668999967165,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiple_standalones.js - {\"bracketSpacing\":false}"
],
"duration": 61.21052600000985,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multiple_standalones.js - {\"bracketSpacing\":false}"
],
"duration": 61.02004400000442,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multiple_standalones.js - {\"bracketSpacing\":false}"
],
"duration": 59.18118900002446,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js - {\"bracketSpacing\":false}"
],
"duration": 0.6467170000541955,
"failureMessages": [
"same-local-and-imported.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `same-local-and-imported.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n import {a} from 'a';\n import {b as b} from 'b';\n import {c as /* comment */c} from 'c';\n \n =====================================output=====================================\n - import {a} from \"a\";\n - import {b as b} from \"b\";\n - import {c as /* comment */ c} from \"c\";\n + import { a } from \"a\";\n + import { b as b } from \"b\";\n + import { c as /* comment */ c } from \"c\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 54)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"same-local-and-imported.js - {\"bracketSpacing\":false}"
],
"duration": 61.45721500006039,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js - {\"bracketSpacing\":false}"
],
"duration": 60.358001000015065,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js - {\"bracketSpacing\":false}"
],
"duration": 59.64299199997913,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js - {\"bracketSpacing\":false}"
],
"duration": 60.03069400007371,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js - {\"bracketSpacing\":false}"
],
"duration": 59.757725000032224,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js - {\"bracketSpacing\":false}"
],
"duration": 59.36522200005129,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js - {\"bracketSpacing\":false}"
],
"duration": 60.480034000007436,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js - {\"bracketSpacing\":false}"
],
"duration": 61.08546099998057,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "object.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -6,9 +6,9 @@\n =====================================input======================================\n const obj1 = {a:1, b:2, c:3}\n const obj2 = { a:1, b:2, c:3 };\n \n =====================================output=====================================\n - const obj1 = {a: 1, b: 2, c: 3};\n - const obj2 = {a: 1, b: 2, c: 3};\n + const obj1 = { a: 1, b: 2, c: 3 };\n + const obj2 = { a: 1, b: 2, c: 3 };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 55)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 35,
"numPendingTests": 0,
"perfStats": {
"start": 321535.439064,
"end": 323747.32572399994,
"runtime": 2212,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/bracket-spacing/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"array.js"
],
"duration": 0.3975730000529438,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 61.43760199996177,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 61.30326700001024,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 61.31533400004264,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 61.61821899993811,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 60.70039899996482,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 59.77517799998168,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 61.100800000014715,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 60.95233100000769,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 0.48273199994582683,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 60.910769999958575,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 62.62580599996727,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 60.560103000025265,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 60.81849999993574,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 61.887251000036485,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 61.67919299995992,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 62.141692999983206,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 62.75835199991707,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"array.js - {\"bracketSpacing\":false}"
],
"duration": 0.4279079999541864,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"array.js - {\"bracketSpacing\":false}"
],
"duration": 62.45400300004985,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"array.js - {\"bracketSpacing\":false}"
],
"duration": 65.43022400001064,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"array.js - {\"bracketSpacing\":false}"
],
"duration": 62.15951399994083,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"array.js - {\"bracketSpacing\":false}"
],
"duration": 60.43557099997997,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"array.js - {\"bracketSpacing\":false}"
],
"duration": 60.77806099993177,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"array.js - {\"bracketSpacing\":false}"
],
"duration": 61.34392699995078,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"array.js - {\"bracketSpacing\":false}"
],
"duration": 60.73055199999362,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"array.js - {\"bracketSpacing\":false}"
],
"duration": 60.4360619999934,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object.js - {\"bracketSpacing\":false}"
],
"duration": 0.6233440000796691,
"failureMessages": [
"object.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -6,9 +6,9 @@\n =====================================input======================================\n const obj1 = {a:1, b:2, c:3}\n const obj2 = { a:1, b:2, c:3 };\n \n =====================================output=====================================\n - const obj1 = {a: 1, b: 2, c: 3};\n - const obj2 = {a: 1, b: 2, c: 3};\n + const obj1 = { a: 1, b: 2, c: 3 };\n + const obj2 = { a: 1, b: 2, c: 3 };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 55)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"object.js - {\"bracketSpacing\":false}"
],
"duration": 61.8206539999228,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object.js - {\"bracketSpacing\":false}"
],
"duration": 61.5145059999777,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object.js - {\"bracketSpacing\":false}"
],
"duration": 61.84850300010294,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object.js - {\"bracketSpacing\":false}"
],
"duration": 61.30978400004096,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object.js - {\"bracketSpacing\":false}"
],
"duration": 60.96135899994988,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object.js - {\"bracketSpacing\":false}"
],
"duration": 60.27286200004164,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object.js - {\"bracketSpacing\":false}"
],
"duration": 60.863788999966346,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object.js - {\"bracketSpacing\":false}"
],
"duration": 61.53528399998322,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "angularjs_inject.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `angularjs_inject.js format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -45,14 +45,11 @@\n \n it(\"does something really long and complicated so I have to write a very long name for the test\", inject(() => {\n // code\n }));\n \n - it(\"does something really long and complicated so I have to write a very long name for the test\", inject((\n - $fooServiceLongName,\n - $barServiceLongName,\n - ) => {\n + it(\"does something really long and complicated so I have to write a very long name for the test\", inject(($fooServiceLongName, $barServiceLongName) => {\n // code\n }));\n \n /*\n * isTestCall(parent) should only be called when parent exists\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntest_declarations.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test_declarations.js format 1`\n \n - Snapshot - 24\n + Received + 11\n \n @@ -260,39 +260,29 @@\n \n test.describe(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.parallel\n - .only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n + test.describe.parallel.only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n \n - test.describe.parallel\n - .only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n + test.describe.parallel.only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n \n - test.describe\n - .serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.serial\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe.serial\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n // Should break\n \n it.only(\n \"does something really long and complicated so I have to write a very long name for the test\",\n @@ -319,14 +309,11 @@\n xskip(\n \"does something really long and complicated so I have to write a very long name for the test\",\n () => {},\n );\n \n - test.describe.only.parallel(\n - \"does something really long and complicated so I have to write a very long name for the test\",\n - () => {},\n - );\n + test.describe.only.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe.parallel.serial(\n \"does something really long and complicated so I have to write a very long name for the testThis is a very\",\n () => {},\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nangularjs_inject.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `angularjs_inject.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -46,14 +46,11 @@\n \n it(\"does something really long and complicated so I have to write a very long name for the test\", inject(() => {\n // code\n }));\n \n - it(\"does something really long and complicated so I have to write a very long name for the test\", inject((\n - $fooServiceLongName,\n - $barServiceLongName,\n - ) => {\n + it(\"does something really long and complicated so I have to write a very long name for the test\", inject(($fooServiceLongName, $barServiceLongName) => {\n // code\n }));\n \n /*\n * isTestCall(parent) should only be called when parent exists\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntest_declarations.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test_declarations.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 24\n + Received + 11\n \n @@ -261,39 +261,29 @@\n \n test.describe(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.parallel\n - .only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n + test.describe.parallel.only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n \n - test.describe.parallel\n - .only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n + test.describe.parallel.only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n \n - test.describe\n - .serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.serial\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe.serial\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n // Should break\n \n it.only(\n \"does something really long and complicated so I have to write a very long name for the test\",\n @@ -320,14 +310,11 @@\n xskip(\n \"does something really long and complicated so I have to write a very long name for the test\",\n () => {},\n );\n \n - test.describe.only.parallel(\n - \"does something really long and complicated so I have to write a very long name for the test\",\n - () => {},\n - );\n + test.describe.only.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe.parallel.serial(\n \"does something really long and complicated so I have to write a very long name for the testThis is a very\",\n () => {},\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 122,
"numPendingTests": 0,
"perfStats": {
"start": 323842.622412,
"end": 332318.35521599994,
"runtime": 8476,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 10,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/test-declarations/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"angular_async.js"
],
"duration": 0.4019100000150502,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"angular_async.js"
],
"duration": 65.20734399999492,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"angular_async.js"
],
"duration": 64.61119500000495,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"angular_async.js"
],
"duration": 64.13424000004306,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"angular_async.js"
],
"duration": 63.56750900007319,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"angular_async.js"
],
"duration": 64.58347199996933,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"angular_async.js"
],
"duration": 64.99885500001255,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"angular_async.js"
],
"duration": 65.41908200003672,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"angular_async.js"
],
"duration": 64.06397100002505,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js"
],
"duration": 0.5138390000211075,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js"
],
"duration": 63.613884999998845,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js"
],
"duration": 65.15108699991833,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js"
],
"duration": 62.315516000031494,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js"
],
"duration": 62.90959599998314,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js"
],
"duration": 61.22704399994109,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js"
],
"duration": 63.08939099998679,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js"
],
"duration": 61.85778500000015,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js"
],
"duration": 62.59069099999033,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js"
],
"duration": 0.4886420000111684,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js"
],
"duration": 64.46951299998909,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js"
],
"duration": 62.34338499989826,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js"
],
"duration": 62.275765000027604,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js"
],
"duration": 63.30848499992862,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js"
],
"duration": 62.3014559999574,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js"
],
"duration": 62.952241999912076,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js"
],
"duration": 63.425331000005826,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js"
],
"duration": 64.63664500007872,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"angularjs_inject.js"
],
"duration": 0.635156000033021,
"failureMessages": [
"angularjs_inject.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `angularjs_inject.js format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -45,14 +45,11 @@\n \n it(\"does something really long and complicated so I have to write a very long name for the test\", inject(() => {\n // code\n }));\n \n - it(\"does something really long and complicated so I have to write a very long name for the test\", inject((\n - $fooServiceLongName,\n - $barServiceLongName,\n - ) => {\n + it(\"does something really long and complicated so I have to write a very long name for the test\", inject(($fooServiceLongName, $barServiceLongName) => {\n // code\n }));\n \n /*\n * isTestCall(parent) should only be called when parent exists\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"angularjs_inject.js"
],
"duration": 66.43962399999145,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"angularjs_inject.js"
],
"duration": 66.6280099999858,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"angularjs_inject.js"
],
"duration": 65.20621199999005,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"angularjs_inject.js"
],
"duration": 64.73438399995212,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"angularjs_inject.js"
],
"duration": 63.62020000000484,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"angularjs_inject.js"
],
"duration": 63.56294999993406,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"angularjs_inject.js"
],
"duration": 65.21636900003068,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"angularjs_inject.js"
],
"duration": 63.03029799996875,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js"
],
"duration": 0.4193139999406412,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jest-each-template-string.js"
],
"duration": 68.44227100000717,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js"
],
"duration": 66.30647899990436,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js"
],
"duration": 63.92001900007017,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js"
],
"duration": 63.96321699989494,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js"
],
"duration": 64.22748100000899,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js"
],
"duration": 64.40156399994157,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js"
],
"duration": 65.62447299994528,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js"
],
"duration": 65.3126260000281,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jest-each.js"
],
"duration": 0.5163050000555813,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jest-each.js"
],
"duration": 77.66753700003028,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jest-each.js"
],
"duration": 72.32230300002266,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jest-each.js"
],
"duration": 69.81991700001527,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jest-each.js"
],
"duration": 69.74553100008052,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jest-each.js"
],
"duration": 68.6919100000523,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jest-each.js"
],
"duration": 70.88606700010132,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jest-each.js"
],
"duration": 70.06459500000346,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jest-each.js"
],
"duration": 71.13967299996875,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test_declarations.js"
],
"duration": 1.0031850000377744,
"failureMessages": [
"test_declarations.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test_declarations.js format 1`\n \n - Snapshot - 24\n + Received + 11\n \n @@ -260,39 +260,29 @@\n \n test.describe(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.parallel\n - .only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n + test.describe.parallel.only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n \n - test.describe.parallel\n - .only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n + test.describe.parallel.only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n \n - test.describe\n - .serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.serial\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe.serial\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n // Should break\n \n it.only(\n \"does something really long and complicated so I have to write a very long name for the test\",\n @@ -319,14 +309,11 @@\n xskip(\n \"does something really long and complicated so I have to write a very long name for the test\",\n () => {},\n );\n \n - test.describe.only.parallel(\n - \"does something really long and complicated so I have to write a very long name for the test\",\n - () => {},\n - );\n + test.describe.only.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe.parallel.serial(\n \"does something really long and complicated so I have to write a very long name for the testThis is a very\",\n () => {},\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"test_declarations.js"
],
"duration": 93.9641849999316,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test_declarations.js"
],
"duration": 82.50228899996728,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test_declarations.js"
],
"duration": 74.34800999995787,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test_declarations.js"
],
"duration": 72.94862999999896,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test_declarations.js"
],
"duration": 73.42974299995694,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test_declarations.js"
],
"duration": 73.90274699998554,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test_declarations.js"
],
"duration": 74.26597899990156,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test_declarations.js"
],
"duration": 74.66697499994189,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"angular_async.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.4463740000501275,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"angular_async.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 65.32401199999731,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"angular_async.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 65.47984000004362,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"angular_async.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 63.96046800003387,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"angular_async.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 63.64844800007995,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"angular_async.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 63.744440000038594,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"angular_async.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 64.781753999996,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"angular_async.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 65.60952900000848,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"angular_async.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 65.74845499999356,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.4380589999491349,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 69.3293779999949,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 63.35418100003153,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 62.685655000037514,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 63.59639300010167,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 63.98757899994962,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 64.86399199999869,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 63.33669599995483,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 63.840397999971174,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.44191600009799004,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 63.91753200010862,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 64.48958399996627,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 63.050711999996565,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 63.52576000010595,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 63.706419999944046,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 64.02387899998575,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 63.40416399994865,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 64.99864900007378,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"angularjs_inject.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.6234740000218153,
"failureMessages": [
"angularjs_inject.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `angularjs_inject.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -46,14 +46,11 @@\n \n it(\"does something really long and complicated so I have to write a very long name for the test\", inject(() => {\n // code\n }));\n \n - it(\"does something really long and complicated so I have to write a very long name for the test\", inject((\n - $fooServiceLongName,\n - $barServiceLongName,\n - ) => {\n + it(\"does something really long and complicated so I have to write a very long name for the test\", inject(($fooServiceLongName, $barServiceLongName) => {\n // code\n }));\n \n /*\n * isTestCall(parent) should only be called when parent exists\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"angularjs_inject.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 65.13705000001937,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"angularjs_inject.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 65.79173199995421,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"angularjs_inject.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 63.92205900000408,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"angularjs_inject.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 63.757219000020996,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"angularjs_inject.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 63.22840099991299,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"angularjs_inject.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 63.50039199995808,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"angularjs_inject.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 63.3955469999928,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"angularjs_inject.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 65.4032629999565,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.42612499999813735,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jest-each-template-string.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 67.41297499998473,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 67.27366199996322,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 66.3547050000634,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 65.70827399997506,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 64.94877799996175,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 65.65179100004025,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 67.51432900002692,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 66.11029800004326,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jest-each.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.4470149999251589,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jest-each.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 76.05396399996243,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jest-each.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 72.55290400004014,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jest-each.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 69.54086199996527,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jest-each.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 68.58629000000656,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jest-each.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 69.31737499998417,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jest-each.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 71.23158899997361,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jest-each.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 71.7624229999492,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jest-each.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 78.44254300009925,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test_declarations.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.8739809999242425,
"failureMessages": [
"test_declarations.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test_declarations.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 24\n + Received + 11\n \n @@ -261,39 +261,29 @@\n \n test.describe(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.parallel\n - .only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n + test.describe.parallel.only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n \n - test.describe.parallel\n - .only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n + test.describe.parallel.only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n \n - test.describe\n - .serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.serial\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe.serial\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n // Should break\n \n it.only(\n \"does something really long and complicated so I have to write a very long name for the test\",\n @@ -320,14 +310,11 @@\n xskip(\n \"does something really long and complicated so I have to write a very long name for the test\",\n () => {},\n );\n \n - test.describe.only.parallel(\n - \"does something really long and complicated so I have to write a very long name for the test\",\n - () => {},\n - );\n + test.describe.only.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe.parallel.serial(\n \"does something really long and complicated so I have to write a very long name for the testThis is a very\",\n () => {},\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"test_declarations.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 90.40919899998698,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test_declarations.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 79.03448599996045,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test_declarations.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 71.82478399993852,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test_declarations.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 72.96393799991347,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test_declarations.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 71.16266799997538,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test_declarations.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 76.17076199990697,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test_declarations.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 73.46896199998446,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test_declarations.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 79.36817400006112,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 332450.95939499995,
"end": 333012.76597,
"runtime": 562,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/trailing-whitespace/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 0.49313099996652454,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 61.93447300000116,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 63.76726100000087,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 62.400118999998085,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 62.52105699991807,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 63.33637300005648,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 61.10562699998263,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 61.68699400010519,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 61.45353099994827,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "directive.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `directive.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -13,15 +13,15 @@\n [].forEach();\n }\n \n =====================================output=====================================\n // prettier-ignore\n - 'use strict';\n + \"use strict\";\n [].forEach();\n \n function foo() {\n // prettier-ignore\n - 'use strict';\n + \"use strict\";\n [].forEach();\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 58)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nasi.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `asi.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,8 +9,8 @@\n [1].map();\n \n =====================================output=====================================\n foo\n // prettier-ignore\n - ;[1].map();\n + ;[1].map()\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 58)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndirective.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `directive.js - {\"semi\":false} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -14,15 +14,15 @@\n [].forEach();\n }\n \n =====================================output=====================================\n // prettier-ignore\n - 'use strict';\n + \"use strict\"\n ;[].forEach()\n \n function foo() {\n // prettier-ignore\n - 'use strict';\n + \"use strict\"\n ;[].forEach()\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 58)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 3,
"numPassingTests": 33,
"numPendingTests": 0,
"perfStats": {
"start": 333102.76051500003,
"end": 335413.381857,
"runtime": 2311,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 3,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/ignore/semi/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"asi.js"
],
"duration": 0.5274050000589341,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 61.70593499997631,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 62.117592000053264,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 62.92636200005654,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 62.50004399998579,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 63.19220900000073,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 65.40529200003948,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 63.93542500003241,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 63.56982099998277,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 0.7204149999888614,
"failureMessages": [
"directive.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `directive.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -13,15 +13,15 @@\n [].forEach();\n }\n \n =====================================output=====================================\n // prettier-ignore\n - 'use strict';\n + \"use strict\";\n [].forEach();\n \n function foo() {\n // prettier-ignore\n - 'use strict';\n + \"use strict\";\n [].forEach();\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 58)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 65.61762699997053,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 64.53870000003371,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 64.48719599994365,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 63.18691799999215,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 62.82161800004542,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 63.87621000001673,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 64.54866500000935,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 63.24576000007801,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"asi.js - {\"semi\":false}"
],
"duration": 0.669660999905318,
"failureMessages": [
"asi.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `asi.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,8 +9,8 @@\n [1].map();\n \n =====================================output=====================================\n foo\n // prettier-ignore\n - ;[1].map();\n + ;[1].map()\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 58)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"asi.js - {\"semi\":false}"
],
"duration": 63.91668499994557,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"asi.js - {\"semi\":false}"
],
"duration": 64.04958999995142,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"asi.js - {\"semi\":false}"
],
"duration": 64.38399799994659,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"asi.js - {\"semi\":false}"
],
"duration": 64.33093200006988,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"asi.js - {\"semi\":false}"
],
"duration": 63.479078999953344,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"asi.js - {\"semi\":false}"
],
"duration": 64.37227600009646,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"asi.js - {\"semi\":false}"
],
"duration": 63.36524400010239,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"asi.js - {\"semi\":false}"
],
"duration": 62.417912999982946,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"directive.js - {\"semi\":false}"
],
"duration": 0.6115419999696314,
"failureMessages": [
"directive.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `directive.js - {\"semi\":false} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -14,15 +14,15 @@\n [].forEach();\n }\n \n =====================================output=====================================\n // prettier-ignore\n - 'use strict';\n + \"use strict\"\n ;[].forEach()\n \n function foo() {\n // prettier-ignore\n - 'use strict';\n + \"use strict\"\n ;[].forEach()\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 58)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"directive.js - {\"semi\":false}"
],
"duration": 64.21237799990922,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"directive.js - {\"semi\":false}"
],
"duration": 63.443290999974124,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"directive.js - {\"semi\":false}"
],
"duration": 63.30779800005257,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"directive.js - {\"semi\":false}"
],
"duration": 68.24839099997189,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"directive.js - {\"semi\":false}"
],
"duration": 71.54111700004432,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"directive.js - {\"semi\":false}"
],
"duration": 66.10385600000154,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"directive.js - {\"semi\":false}"
],
"duration": 63.42554199998267,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"directive.js - {\"semi\":false}"
],
"duration": 65.95831500005443,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 180,
"numPendingTests": 0,
"perfStats": {
"start": 335506.241018,
"end": 346454.190706,
"runtime": 10948,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 20,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/classes/keyword-property/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"async.js"
],
"duration": 0.4567130000796169,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 63.72450300003402,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 63.249062000075355,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 62.02963100001216,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 62.7480500000529,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 62.23249399999622,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 62.186391000053845,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 62.25098000001162,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 61.623932000016794,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 0.5002640000311658,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 63.59493400005158,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 63.23995100008324,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 62.319863999960944,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 61.48576199996751,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 61.7308170000324,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 61.71145800000522,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 61.96587900002487,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 61.12337999988813,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"get.js"
],
"duration": 0.4112479999894276,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"get.js"
],
"duration": 61.09116199996788,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"get.js"
],
"duration": 62.59617600007914,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"get.js"
],
"duration": 61.731297999969684,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"get.js"
],
"duration": 62.675533999921754,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"get.js"
],
"duration": 61.33522000000812,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"get.js"
],
"duration": 62.993519000010565,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"get.js"
],
"duration": 63.27095899998676,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"get.js"
],
"duration": 63.249318999936804,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 0.42108600004576147,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 64.91419699997641,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 62.614785999991,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 61.066421000054106,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 61.55561299994588,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 61.58242999995127,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 63.27611900004558,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 61.783190999994986,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 61.93735099991318,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"set.js"
],
"duration": 0.42736699990928173,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"set.js"
],
"duration": 63.30230300000403,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"set.js"
],
"duration": 63.04504300002009,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"set.js"
],
"duration": 62.21420599997509,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"set.js"
],
"duration": 62.15839600004256,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"set.js"
],
"duration": 61.520325999939814,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"set.js"
],
"duration": 62.10020800004713,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"set.js"
],
"duration": 63.18685599998571,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"set.js"
],
"duration": 63.186191000044346,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-async.js"
],
"duration": 0.4426469999598339,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-async.js"
],
"duration": 63.82621600001585,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"static-async.js"
],
"duration": 64.38011100003496,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-async.js"
],
"duration": 62.592803000006825,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-async.js"
],
"duration": 62.35844499990344,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-async.js"
],
"duration": 62.40493200009223,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-async.js"
],
"duration": 63.524776999955066,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-async.js"
],
"duration": 63.944388999952935,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-async.js"
],
"duration": 64.2070679999888,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-get.js"
],
"duration": 0.44510100001934916,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-get.js"
],
"duration": 63.652620000066236,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"static-get.js"
],
"duration": 62.075378000037745,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-get.js"
],
"duration": 61.83102099993266,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-get.js"
],
"duration": 60.723429999896325,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-get.js"
],
"duration": 60.987915999954566,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-get.js"
],
"duration": 61.40296199999284,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-get.js"
],
"duration": 61.503077999921516,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-get.js"
],
"duration": 63.1671980000101,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-set.js"
],
"duration": 0.4112479999894276,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-set.js"
],
"duration": 63.0986560001038,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"static-set.js"
],
"duration": 62.430049999966286,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-set.js"
],
"duration": 62.400273000006564,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-set.js"
],
"duration": 63.592376000015065,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-set.js"
],
"duration": 61.80550600006245,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-set.js"
],
"duration": 62.851878000074066,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-set.js"
],
"duration": 62.0703569999896,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-set.js"
],
"duration": 63.789144000038505,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-static.js"
],
"duration": 0.4326880000298843,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-static.js"
],
"duration": 64.38480300002266,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"static-static.js"
],
"duration": 62.43749000004027,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-static.js"
],
"duration": 63.758994000032544,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-static.js"
],
"duration": 63.06431499996688,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-static.js"
],
"duration": 63.74327900004573,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-static.js"
],
"duration": 62.44322400004603,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-static.js"
],
"duration": 63.311818000045605,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-static.js"
],
"duration": 115.67809099995065,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 0.4655999999959022,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 59.87350900005549,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 59.316144999931566,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 57.73535500001162,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 59.57826300000306,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 57.482299000024796,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 60.05431299994234,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 58.1050099999411,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 57.775471000000834,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"async.js - {\"semi\":false}"
],
"duration": 0.44737499998882413,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"async.js - {\"semi\":false}"
],
"duration": 76.14410499995574,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"async.js - {\"semi\":false}"
],
"duration": 60.45360299991444,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"async.js - {\"semi\":false}"
],
"duration": 59.38130399992224,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"async.js - {\"semi\":false}"
],
"duration": 57.33644799992908,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"async.js - {\"semi\":false}"
],
"duration": 59.438131999922916,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"async.js - {\"semi\":false}"
],
"duration": 62.73001999990083,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"async.js - {\"semi\":false}"
],
"duration": 62.75102500000503,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"async.js - {\"semi\":false}"
],
"duration": 60.991605999995954,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 0.4911969999084249,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 61.19317900005262,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 59.87038599990774,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 57.75833999994211,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 57.16663599992171,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 57.98150200000964,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 64.17942200007383,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 57.64906399999745,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 57.66631899995264,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"get.js - {\"semi\":false}"
],
"duration": 0.44077300000935793,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"get.js - {\"semi\":false}"
],
"duration": 59.16556800005492,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"get.js - {\"semi\":false}"
],
"duration": 59.70815199997742,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"get.js - {\"semi\":false}"
],
"duration": 56.42655500001274,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"get.js - {\"semi\":false}"
],
"duration": 56.86477200000081,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"get.js - {\"semi\":false}"
],
"duration": 58.383411999908276,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"get.js - {\"semi\":false}"
],
"duration": 57.842030000058,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"get.js - {\"semi\":false}"
],
"duration": 58.574695999966934,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"get.js - {\"semi\":false}"
],
"duration": 60.77341899997555,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 0.4128810000838712,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 59.80505700001959,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 58.22680499998387,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 57.15526100003626,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 58.118123000022024,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 58.99382799991872,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 57.987604000023566,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 57.134684999939054,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 58.12153599993326,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"set.js - {\"semi\":false}"
],
"duration": 0.44769600010477006,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"set.js - {\"semi\":false}"
],
"duration": 61.09205600002315,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"set.js - {\"semi\":false}"
],
"duration": 58.05696399998851,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"set.js - {\"semi\":false}"
],
"duration": 56.83676199999172,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"set.js - {\"semi\":false}"
],
"duration": 57.66523899999447,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"set.js - {\"semi\":false}"
],
"duration": 56.98122700001113,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"set.js - {\"semi\":false}"
],
"duration": 58.3929970000172,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"set.js - {\"semi\":false}"
],
"duration": 59.91736699989997,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"set.js - {\"semi\":false}"
],
"duration": 57.834986999980174,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-async.js - {\"semi\":false}"
],
"duration": 0.47536799998488277,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-async.js - {\"semi\":false}"
],
"duration": 57.04155800002627,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"static-async.js - {\"semi\":false}"
],
"duration": 58.27852499997243,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-async.js - {\"semi\":false}"
],
"duration": 58.16740699997172,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-async.js - {\"semi\":false}"
],
"duration": 56.62037300004158,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-async.js - {\"semi\":false}"
],
"duration": 56.6285800000187,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-async.js - {\"semi\":false}"
],
"duration": 58.845941000035964,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-async.js - {\"semi\":false}"
],
"duration": 57.450885999947786,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-async.js - {\"semi\":false}"
],
"duration": 58.73074400005862,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-get.js - {\"semi\":false}"
],
"duration": 0.4329480000305921,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-get.js - {\"semi\":false}"
],
"duration": 58.34582499996759,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"static-get.js - {\"semi\":false}"
],
"duration": 58.37975099997129,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-get.js - {\"semi\":false}"
],
"duration": 56.94340899994131,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-get.js - {\"semi\":false}"
],
"duration": 56.835450000013225,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-get.js - {\"semi\":false}"
],
"duration": 56.57130299997516,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-get.js - {\"semi\":false}"
],
"duration": 59.36283400002867,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-get.js - {\"semi\":false}"
],
"duration": 59.35456200002227,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-get.js - {\"semi\":false}"
],
"duration": 56.73051999998279,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-set.js - {\"semi\":false}"
],
"duration": 0.42030600004363805,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-set.js - {\"semi\":false}"
],
"duration": 57.33548099990003,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"static-set.js - {\"semi\":false}"
],
"duration": 58.26954199990723,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-set.js - {\"semi\":false}"
],
"duration": 58.00407899997663,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-set.js - {\"semi\":false}"
],
"duration": 56.19981500005815,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-set.js - {\"semi\":false}"
],
"duration": 56.16430299996864,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-set.js - {\"semi\":false}"
],
"duration": 57.63154199998826,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-set.js - {\"semi\":false}"
],
"duration": 61.75715899991337,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-set.js - {\"semi\":false}"
],
"duration": 57.597579999943264,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-static.js - {\"semi\":false}"
],
"duration": 0.4763200000161305,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-static.js - {\"semi\":false}"
],
"duration": 56.82431599998381,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"static-static.js - {\"semi\":false}"
],
"duration": 56.83733000000939,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-static.js - {\"semi\":false}"
],
"duration": 57.44945399998687,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-static.js - {\"semi\":false}"
],
"duration": 56.9769109999761,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-static.js - {\"semi\":false}"
],
"duration": 73.60365399997681,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-static.js - {\"semi\":false}"
],
"duration": 58.123191999970004,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-static.js - {\"semi\":false}"
],
"duration": 58.59126599994488,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-static.js - {\"semi\":false}"
],
"duration": 58.121399999945424,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 0.4813990000402555,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 57.23983600002248,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 57.98137699998915,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 58.53601300006267,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 57.85734600003343,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 56.906569999991916,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 58.39958500000648,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 57.17252100002952,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 57.69299799995497,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 36,
"numPendingTests": 0,
"perfStats": {
"start": 346574.99250899995,
"end": 348705.421855,
"runtime": 2130,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/tab-width/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"class.js"
],
"duration": 0.5925769999157637,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 61.1838160000043,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 60.08847199997399,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 58.65738099999726,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 57.172947000013664,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 57.584053999977186,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 59.37006700003985,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 60.2279180000769,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 58.74812899995595,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js"
],
"duration": 0.48175000003539026,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nested-functions.spec.js"
],
"duration": 59.62703200010583,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js"
],
"duration": 60.34630900004413,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js"
],
"duration": 59.9880449998891,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js"
],
"duration": 59.774967000004835,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js"
],
"duration": 59.9563789999811,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js"
],
"duration": 60.33636499999557,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js"
],
"duration": 59.97203499998432,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js"
],
"duration": 59.423668000032194,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class.js - {\"tabWidth\":4}"
],
"duration": 0.5393280000425875,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class.js - {\"tabWidth\":4}"
],
"duration": 63.8730420001084,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class.js - {\"tabWidth\":4}"
],
"duration": 58.429774999967776,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class.js - {\"tabWidth\":4}"
],
"duration": 58.04427299997769,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class.js - {\"tabWidth\":4}"
],
"duration": 59.879502000054345,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class.js - {\"tabWidth\":4}"
],
"duration": 57.819183000014164,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class.js - {\"tabWidth\":4}"
],
"duration": 59.70663000002969,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class.js - {\"tabWidth\":4}"
],
"duration": 58.212449999991804,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class.js - {\"tabWidth\":4}"
],
"duration": 58.69592199998442,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js - {\"tabWidth\":4}"
],
"duration": 0.3818629999877885,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nested-functions.spec.js - {\"tabWidth\":4}"
],
"duration": 57.90329100005329,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js - {\"tabWidth\":4}"
],
"duration": 58.43158099998254,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js - {\"tabWidth\":4}"
],
"duration": 57.64183899993077,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js - {\"tabWidth\":4}"
],
"duration": 57.04240699997172,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js - {\"tabWidth\":4}"
],
"duration": 57.800779000041075,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js - {\"tabWidth\":4}"
],
"duration": 57.89794100006111,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js - {\"tabWidth\":4}"
],
"duration": 58.32767400005832,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js - {\"tabWidth\":4}"
],
"duration": 58.28783200006001,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "arrow-params.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrow-params.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,9 +9,11 @@\n }\n \n =====================================output=====================================\n class C {\n #x = 1;\n - #p = ({ #x: x }) => {};\n + #p = ({ #x: x })\n + => {\n + }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nasync-arrow-params.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-arrow-params.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,9 +9,11 @@\n }\n \n =====================================output=====================================\n class C {\n #x = 1;\n - #p = async ({ #x: x }) => {};\n + #p = async ({ #x: x })\n + => {\n + }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-bindings.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-bindings.js format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -13,13 +13,11 @@\n =====================================output=====================================\n class C {\n #x = 1;\n m() {\n const {\n - x: {\n - #x: [x],\n - },\n + x: { #x: [x] },\n y: [...{ #x: y }],\n } = this;\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-multiple-bindings.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-multiple-bindings.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -12,10 +12,10 @@\n \n =====================================output=====================================\n class C {\n #x = 1;\n m() {\n - const { #x: x1, #x: x2 = x1 } = this;\n + const {#x: x1, #x: x2 = x1 } = this;\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 45,
"numPendingTests": 0,
"perfStats": {
"start": 348829.86660799995,
"end": 350513.510634,
"runtime": 1684,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 24,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/destructuring-private-fields/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arrow-params.js"
],
"duration": 0.7381090000271797,
"failureMessages": [
"arrow-params.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrow-params.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,9 +9,11 @@\n }\n \n =====================================output=====================================\n class C {\n #x = 1;\n - #p = ({ #x: x }) => {};\n + #p = ({ #x: x })\n + => {\n + }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"arrow-params.js"
],
"duration": 57.957824000041,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow-params.js"
],
"duration": 59.98025700007565,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow-params.js"
],
"duration": 2.106023999978788,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow-params.js"
],
"duration": 1.3151160000124946,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow-params.js"
],
"duration": 1.012462000013329,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow-params.js"
],
"duration": 59.63326599996071,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 0.3979629999957979,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 57.621797000057995,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 57.45946100004949,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 1.5044789999956265,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 1.0532070000190288,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 0.9834559999871999,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 57.43869999994058,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"async-arrow-params.js"
],
"duration": 0.7912279999582097,
"failureMessages": [
"async-arrow-params.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-arrow-params.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,9 +9,11 @@\n }\n \n =====================================output=====================================\n class C {\n #x = 1;\n - #p = async ({ #x: x }) => {};\n + #p = async ({ #x: x })\n + => {\n + }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"async-arrow-params.js"
],
"duration": 60.33732799999416,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"async-arrow-params.js"
],
"duration": 58.73759100004099,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"async-arrow-params.js"
],
"duration": 1.9249549999367446,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"async-arrow-params.js"
],
"duration": 1.369797999970615,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"async-arrow-params.js"
],
"duration": 1.713179999962449,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"async-arrow-params.js"
],
"duration": 60.09960100008175,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"bindings.js"
],
"duration": 0.3809919999912381,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"bindings.js"
],
"duration": 57.99729800003115,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"bindings.js"
],
"duration": 58.67088500002865,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"bindings.js"
],
"duration": 1.3782039999496192,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bindings.js"
],
"duration": 0.9572770000668243,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bindings.js"
],
"duration": 0.8644640001002699,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bindings.js"
],
"duration": 59.753696999978274,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"for-lhs.js"
],
"duration": 0.3922119999770075,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"for-lhs.js"
],
"duration": 59.47337799996603,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"for-lhs.js"
],
"duration": 57.983920000027865,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"for-lhs.js"
],
"duration": 1.645392999984324,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"for-lhs.js"
],
"duration": 0.9565149999689311,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"for-lhs.js"
],
"duration": 1.1178070000605658,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"for-lhs.js"
],
"duration": 58.498575999983586,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-bindings.js"
],
"duration": 0.5871360000455752,
"failureMessages": [
"nested-bindings.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-bindings.js format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -13,13 +13,11 @@\n =====================================output=====================================\n class C {\n #x = 1;\n m() {\n const {\n - x: {\n - #x: [x],\n - },\n + x: { #x: [x] },\n y: [...{ #x: y }],\n } = this;\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested-bindings.js"
],
"duration": 61.25758600002155,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-bindings.js"
],
"duration": 63.9727379999822,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-bindings.js"
],
"duration": 1.3711180000100285,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-bindings.js"
],
"duration": 0.9356250000419095,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-bindings.js"
],
"duration": 0.8827070000115782,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-bindings.js"
],
"duration": 58.460300000035204,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-multiple-bindings.js"
],
"duration": 0.6701800000155345,
"failureMessages": [
"valid-multiple-bindings.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-multiple-bindings.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -12,10 +12,10 @@\n \n =====================================output=====================================\n class C {\n #x = 1;\n m() {\n - const { #x: x1, #x: x2 = x1 } = this;\n + const {#x: x1, #x: x2 = x1 } = this;\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"valid-multiple-bindings.js"
],
"duration": 59.74089799996,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-multiple-bindings.js"
],
"duration": 59.70446599996649,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-multiple-bindings.js"
],
"duration": 1.2992249999660999,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-multiple-bindings.js"
],
"duration": 0.8803830000106245,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-multiple-bindings.js"
],
"duration": 0.8397170000243932,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-multiple-bindings.js"
],
"duration": 57.46719800005667,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "default-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `default-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,8 +5,11 @@\n =====================================input======================================\n // export asyn\\u{63} from \"async\";\n export n\\u{63} from \"async\";\n =====================================output=====================================\n // export asyn\\u{63} from \"async\";\n - export nc from \"async\";\n + export\n + n\\u{63};\n + from;\n + (\"async\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 62)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 6,
"numPendingTests": 0,
"perfStats": {
"start": 350617.14615899994,
"end": 350824.13022999995,
"runtime": 207,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/export-default/escaped/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"default-escaped.js"
],
"duration": 0.6457749999826774,
"failureMessages": [
"default-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `default-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,8 +5,11 @@\n =====================================input======================================\n // export asyn\\u{63} from \"async\";\n export n\\u{63} from \"async\";\n =====================================output=====================================\n // export asyn\\u{63} from \"async\";\n - export nc from \"async\";\n + export\n + n\\u{63};\n + from;\n + (\"async\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 62)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"default-escaped.js"
],
"duration": 2.519732000073418,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"default-escaped.js"
],
"duration": 1.0792339999461547,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"default-escaped.js"
],
"duration": 0.9154989999951795,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"default-escaped.js"
],
"duration": 0.9523670000489801,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"default-escaped.js"
],
"duration": 61.982431999989785,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"default-escaped.js"
],
"duration": 60.29141599999275,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 7,
"numPendingTests": 0,
"perfStats": {
"start": 350930.29591000004,
"end": 351399.73610499996,
"runtime": 469,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/literal/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"number.js"
],
"duration": 0.5368219999363646,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 67.64265299995895,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 62.94864499999676,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 67.13063800008968,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 66.63780699996278,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 63.0257579999743,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 62.59413300000597,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 7,
"numPendingTests": 0,
"perfStats": {
"start": 351492.133067,
"end": 351741.680919,
"runtime": 250,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/classes/top-level-super/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"example.js"
],
"duration": 0.4935209999093786,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 62.10151399997994,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 1.427644999930635,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 0.7458219999680296,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 0.8651440000394359,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 61.35132299992256,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 63.16883500001859,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 117,
"numPendingTests": 0,
"perfStats": {
"start": 351850.82488200004,
"end": 359254.03829999996,
"runtime": 7403,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 13,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/functional-composition/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"functional_compose.js"
],
"duration": 0.4552600000752136,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"functional_compose.js"
],
"duration": 73.04241500003263,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"functional_compose.js"
],
"duration": 67.38813700003084,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"functional_compose.js"
],
"duration": 67.3306440000888,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"functional_compose.js"
],
"duration": 68.01440600003116,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"functional_compose.js"
],
"duration": 65.33917500008829,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"functional_compose.js"
],
"duration": 67.72609000001103,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"functional_compose.js"
],
"duration": 69.99549700005446,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"functional_compose.js"
],
"duration": 66.65580999990925,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"gobject_connect.js"
],
"duration": 0.4442989999661222,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"gobject_connect.js"
],
"duration": 63.26016500010155,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"gobject_connect.js"
],
"duration": 62.674322000006214,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"gobject_connect.js"
],
"duration": 64.66099100001156,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"gobject_connect.js"
],
"duration": 62.63543799996842,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"gobject_connect.js"
],
"duration": 63.014666000031866,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"gobject_connect.js"
],
"duration": 62.660756999976,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"gobject_connect.js"
],
"duration": 63.54131700005382,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"gobject_connect.js"
],
"duration": 63.171429999987595,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"lodash_flow.js"
],
"duration": 0.4891930000158027,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"lodash_flow.js"
],
"duration": 64.47650500002783,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"lodash_flow.js"
],
"duration": 63.36948100000154,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"lodash_flow.js"
],
"duration": 60.84645999991335,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"lodash_flow.js"
],
"duration": 62.78268400009256,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"lodash_flow.js"
],
"duration": 61.42326700000558,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"lodash_flow.js"
],
"duration": 62.77695299999323,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"lodash_flow.js"
],
"duration": 61.97903599997517,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"lodash_flow.js"
],
"duration": 61.120870999991894,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"lodash_flow_right.js"
],
"duration": 0.5042610000818968,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"lodash_flow_right.js"
],
"duration": 69.41920999996364,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"lodash_flow_right.js"
],
"duration": 62.08545899996534,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"lodash_flow_right.js"
],
"duration": 62.08432499994524,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"lodash_flow_right.js"
],
"duration": 64.48849399993196,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"lodash_flow_right.js"
],
"duration": 62.7074090000242,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"lodash_flow_right.js"
],
"duration": 61.53062500001397,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"lodash_flow_right.js"
],
"duration": 62.43937000003643,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"lodash_flow_right.js"
],
"duration": 62.91386899992358,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"mongo_connect.js"
],
"duration": 0.42231799999717623,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"mongo_connect.js"
],
"duration": 62.671854999964125,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"mongo_connect.js"
],
"duration": 62.8159460000461,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"mongo_connect.js"
],
"duration": 62.36526499991305,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"mongo_connect.js"
],
"duration": 60.57300199999008,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"mongo_connect.js"
],
"duration": 59.724986000102945,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"mongo_connect.js"
],
"duration": 59.78931899997406,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"mongo_connect.js"
],
"duration": 61.45103400002699,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"mongo_connect.js"
],
"duration": 59.65967600001022,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"pipe-function-calls-with-comments.js"
],
"duration": 0.4212560000596568,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"pipe-function-calls-with-comments.js"
],
"duration": 66.700397000066,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"pipe-function-calls-with-comments.js"
],
"duration": 65.76811399997678,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"pipe-function-calls-with-comments.js"
],
"duration": 62.16289799998049,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"pipe-function-calls-with-comments.js"
],
"duration": 64.99535600002855,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"pipe-function-calls-with-comments.js"
],
"duration": 63.98012500000186,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"pipe-function-calls-with-comments.js"
],
"duration": 63.36467999999877,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"pipe-function-calls-with-comments.js"
],
"duration": 62.29334299999755,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"pipe-function-calls-with-comments.js"
],
"duration": 63.45079400006216,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"pipe-function-calls.js"
],
"duration": 0.42882000003010035,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"pipe-function-calls.js"
],
"duration": 72.11164199991617,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"pipe-function-calls.js"
],
"duration": 66.94285099999979,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"pipe-function-calls.js"
],
"duration": 62.734330000006594,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"pipe-function-calls.js"
],
"duration": 62.874603000003844,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"pipe-function-calls.js"
],
"duration": 64.59895000001416,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"pipe-function-calls.js"
],
"duration": 65.76459300005808,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"pipe-function-calls.js"
],
"duration": 66.45487000001594,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"pipe-function-calls.js"
],
"duration": 62.531677999999374,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"ramda_compose.js"
],
"duration": 0.4883919999701902,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"ramda_compose.js"
],
"duration": 77.98454700002912,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"ramda_compose.js"
],
"duration": 72.11026800004765,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"ramda_compose.js"
],
"duration": 71.65971400006674,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"ramda_compose.js"
],
"duration": 70.51321599993389,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"ramda_compose.js"
],
"duration": 67.89251699997112,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"ramda_compose.js"
],
"duration": 71.42292699997779,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"ramda_compose.js"
],
"duration": 67.49466500000563,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"ramda_compose.js"
],
"duration": 69.77428000001237,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"ramda_pipe.js"
],
"duration": 0.43610399996396154,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"ramda_pipe.js"
],
"duration": 63.358795000007376,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"ramda_pipe.js"
],
"duration": 62.577309000073,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"ramda_pipe.js"
],
"duration": 62.35605499998201,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"ramda_pipe.js"
],
"duration": 61.219969999976456,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"ramda_pipe.js"
],
"duration": 60.87706799991429,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"ramda_pipe.js"
],
"duration": 60.12955700000748,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"ramda_pipe.js"
],
"duration": 61.185499999905005,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"ramda_pipe.js"
],
"duration": 60.51141999999527,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"redux_compose.js"
],
"duration": 0.4131709999637678,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"redux_compose.js"
],
"duration": 59.215576000045985,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"redux_compose.js"
],
"duration": 58.98924200003967,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"redux_compose.js"
],
"duration": 58.572011000011116,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"redux_compose.js"
],
"duration": 59.828292999998666,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"redux_compose.js"
],
"duration": 58.66624499997124,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"redux_compose.js"
],
"duration": 59.57330599997658,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"redux_compose.js"
],
"duration": 59.49129599996377,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"redux_compose.js"
],
"duration": 58.71340800006874,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"redux_connect.js"
],
"duration": 0.37665299989748746,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"redux_connect.js"
],
"duration": 60.69691499997862,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"redux_connect.js"
],
"duration": 59.10022799996659,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"redux_connect.js"
],
"duration": 61.599190999986604,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"redux_connect.js"
],
"duration": 58.13733900000807,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"redux_connect.js"
],
"duration": 57.20086900005117,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"redux_connect.js"
],
"duration": 58.291884000063874,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"redux_connect.js"
],
"duration": 58.52776800002903,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"redux_connect.js"
],
"duration": 59.70671400008723,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"reselect_createselector.js"
],
"duration": 0.39347500004805624,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"reselect_createselector.js"
],
"duration": 60.2408169999253,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"reselect_createselector.js"
],
"duration": 61.31737800000701,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"reselect_createselector.js"
],
"duration": 60.00205100001767,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"reselect_createselector.js"
],
"duration": 60.60425600002054,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"reselect_createselector.js"
],
"duration": 59.75180600001477,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"reselect_createselector.js"
],
"duration": 59.93000600009691,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"reselect_createselector.js"
],
"duration": 61.57723299995996,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"reselect_createselector.js"
],
"duration": 62.59276999998838,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"rxjs_pipe.js"
],
"duration": 0.38998900004662573,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"rxjs_pipe.js"
],
"duration": 64.96924100001343,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"rxjs_pipe.js"
],
"duration": 62.14490299997851,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"rxjs_pipe.js"
],
"duration": 60.13887600007001,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"rxjs_pipe.js"
],
"duration": 61.67687500000466,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"rxjs_pipe.js"
],
"duration": 61.27397600002587,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"rxjs_pipe.js"
],
"duration": 62.34793200006243,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"rxjs_pipe.js"
],
"duration": 60.037390999961644,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"rxjs_pipe.js"
],
"duration": 61.02003400004469,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 7,
"numPendingTests": 0,
"perfStats": {
"start": 359357.96254399995,
"end": 359794.38019600004,
"runtime": 436,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/object-property-comment/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"after-key.js"
],
"duration": 0.4148339999374002,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"after-key.js"
],
"duration": 61.389608999947086,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"after-key.js"
],
"duration": 59.24330700002611,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"after-key.js"
],
"duration": 58.56669099989813,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"after-key.js"
],
"duration": 58.93661400000565,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"after-key.js"
],
"duration": 59.77833300002385,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"after-key.js"
],
"duration": 60.66998899995815,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "objects.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -11,9 +11,9 @@\n \n =====================================output=====================================\n const obj = {\n a: true,\n b: true,\n - \"𐊧\": true,\n + 𐊧: true,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 67)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nobjects.js - {\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -12,9 +12,9 @@\n \n =====================================output=====================================\n const obj = {\n a: true,\n b: true,\n - '𐊧': true,\n + 𐊧: true,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 67)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 40,
"numPendingTests": 0,
"perfStats": {
"start": 359909.40811399993,
"end": 362413.24152800004,
"runtime": 2504,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/quotes/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"functions.js"
],
"duration": 0.4250539999920875,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"functions.js"
],
"duration": 59.042259000008926,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"functions.js"
],
"duration": 57.4609669999918,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"functions.js"
],
"duration": 57.8141239999095,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"functions.js"
],
"duration": 57.42378699989058,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"functions.js"
],
"duration": 58.14659599994775,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"functions.js"
],
"duration": 58.04537499998696,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"objects.js"
],
"duration": 0.8921460000565276,
"failureMessages": [
"objects.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -11,9 +11,9 @@\n \n =====================================output=====================================\n const obj = {\n a: true,\n b: true,\n - \"𐊧\": true,\n + 𐊧: true,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 67)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"objects.js"
],
"duration": 58.641391000011936,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"objects.js"
],
"duration": 58.00744700001087,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"objects.js"
],
"duration": 57.08136700000614,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"objects.js"
],
"duration": 56.33929999999236,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"objects.js"
],
"duration": 57.50346099992748,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"objects.js"
],
"duration": 58.98350400000345,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"strings.js"
],
"duration": 0.43081399996299297,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"strings.js"
],
"duration": 61.84147200000007,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"strings.js"
],
"duration": 60.578656999976374,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"strings.js"
],
"duration": 62.49948600004427,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"strings.js"
],
"duration": 59.38863800000399,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"strings.js"
],
"duration": 59.895079999929294,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"strings.js"
],
"duration": 64.75158000004012,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"functions.js - {\"singleQuote\":true}"
],
"duration": 0.4072900000028312,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"functions.js - {\"singleQuote\":true}"
],
"duration": 58.74538500001654,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"functions.js - {\"singleQuote\":true}"
],
"duration": 60.799689000006765,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"functions.js - {\"singleQuote\":true}"
],
"duration": 59.40144000004511,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"functions.js - {\"singleQuote\":true}"
],
"duration": 58.740494999918155,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"functions.js - {\"singleQuote\":true}"
],
"duration": 61.76138800010085,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"functions.js - {\"singleQuote\":true}"
],
"duration": 59.65124400006607,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"objects.js - {\"singleQuote\":true}"
],
"duration": 0.6040479999501258,
"failureMessages": [
"objects.js - {\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -12,9 +12,9 @@\n \n =====================================output=====================================\n const obj = {\n a: true,\n b: true,\n - '𐊧': true,\n + 𐊧: true,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 67)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"objects.js - {\"singleQuote\":true}"
],
"duration": 58.0774059999967,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"objects.js - {\"singleQuote\":true}"
],
"duration": 58.02246100001503,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"objects.js - {\"singleQuote\":true}"
],
"duration": 58.26456999999937,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"objects.js - {\"singleQuote\":true}"
],
"duration": 59.25293199997395,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"objects.js - {\"singleQuote\":true}"
],
"duration": 58.27204199996777,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"objects.js - {\"singleQuote\":true}"
],
"duration": 58.68399499997031,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"strings.js - {\"singleQuote\":true}"
],
"duration": 0.4056280000368133,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"strings.js - {\"singleQuote\":true}"
],
"duration": 62.889212999958545,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"strings.js - {\"singleQuote\":true}"
],
"duration": 62.53546199994162,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"strings.js - {\"singleQuote\":true}"
],
"duration": 61.760534999892116,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"strings.js - {\"singleQuote\":true}"
],
"duration": 59.59775300009642,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"strings.js - {\"singleQuote\":true}"
],
"duration": 59.650249999947846,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"strings.js - {\"singleQuote\":true}"
],
"duration": 60.40179699996952,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 70,
"numPendingTests": 0,
"perfStats": {
"start": 362513.429219,
"end": 366900.093206,
"runtime": 4387,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 10,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/no-semi/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"class.js"
],
"duration": 0.43211699998937547,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 74.45031899993774,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 65.26487899990752,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 63.25095400004648,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 66.7446470001014,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 67.05337999993935,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 64.70847300009336,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.388926999992691,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 58.803963999962434,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 59.79616700008046,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 58.947782000061125,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 58.88524600001983,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 58.976347999996506,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 59.05255599995144,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue2006.js"
],
"duration": 0.4242220000596717,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue2006.js"
],
"duration": 60.17429200001061,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue2006.js"
],
"duration": 58.55189400003292,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue2006.js"
],
"duration": 60.68559800006915,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue2006.js"
],
"duration": 60.13920799992047,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue2006.js"
],
"duration": 61.475561999948695,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue2006.js"
],
"duration": 60.6940300000133,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 0.4765699999406934,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 68.80010699993,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 66.51712299999781,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 64.19832099997438,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 64.62923399999272,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 74.56501499994192,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 64.3436689999653,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"private-field.js"
],
"duration": 0.3891460000304505,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private-field.js"
],
"duration": 58.223400000017136,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"private-field.js"
],
"duration": 57.69932099990547,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private-field.js"
],
"duration": 58.595123999984935,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private-field.js"
],
"duration": 58.91749200003687,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"private-field.js"
],
"duration": 60.00234499992803,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"private-field.js"
],
"duration": 58.59679500001948,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 0.4415250000311062,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 79.28870200004894,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 65.48766700003762,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 64.54689699993469,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 62.70208499999717,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 66.57640899997205,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 68.59869300003629,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 0.405426999903284,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 59.76418299996294,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 59.76711600006092,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 60.50082900002599,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 59.145856000017375,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 60.597239000024274,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 59.905976000009105,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue2006.js - {\"semi\":false}"
],
"duration": 0.42036499991081655,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue2006.js - {\"semi\":false}"
],
"duration": 60.73537400003988,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue2006.js - {\"semi\":false}"
],
"duration": 59.61269400001038,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue2006.js - {\"semi\":false}"
],
"duration": 60.210049999994226,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue2006.js - {\"semi\":false}"
],
"duration": 59.87776900001336,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue2006.js - {\"semi\":false}"
],
"duration": 59.17613599996548,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue2006.js - {\"semi\":false}"
],
"duration": 59.816660000011325,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 0.4221479999832809,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 68.0029499999946,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 65.21028300002217,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 64.91462699999101,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 62.50113699992653,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 65.71978199994192,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 77.58222099998966,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"private-field.js - {\"semi\":false}"
],
"duration": 0.40996499999891967,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private-field.js - {\"semi\":false}"
],
"duration": 59.84020099998452,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"private-field.js - {\"semi\":false}"
],
"duration": 58.52511599997524,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private-field.js - {\"semi\":false}"
],
"duration": 59.31050200003665,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private-field.js - {\"semi\":false}"
],
"duration": 60.46719299990218,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"private-field.js - {\"semi\":false}"
],
"duration": 59.864630999974906,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"private-field.js - {\"semi\":false}"
],
"duration": 61.819186999928206,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 367000.692659,
"end": 368092.07399999996,
"runtime": 1091,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/in/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arrow-function-invalid.js"
],
"duration": 0.4430569999385625,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow-function-invalid.js"
],
"duration": 59.596154999919236,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arrow-function-invalid.js"
],
"duration": 59.80868100002408,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow-function-invalid.js"
],
"duration": 57.75317100004759,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow-function-invalid.js"
],
"duration": 58.22798599989619,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow-function-invalid.js"
],
"duration": 58.88368999992963,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow-function-invalid.js"
],
"duration": 58.7276370000327,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow-function-invalid.js"
],
"duration": 60.677923000068404,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow-function-invalid.js"
],
"duration": 59.129519999958575,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"arrow-function.js"
],
"duration": 0.41006499994546175,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow-function.js"
],
"duration": 59.88201000005938,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arrow-function.js"
],
"duration": 60.39710900001228,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow-function.js"
],
"duration": 58.624391000019386,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow-function.js"
],
"duration": 58.983254999970086,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow-function.js"
],
"duration": 59.50922500004526,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow-function.js"
],
"duration": 59.09486700000707,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow-function.js"
],
"duration": 59.713424999965355,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow-function.js"
],
"duration": 59.80272800009698,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 21,
"numPendingTests": 0,
"perfStats": {
"start": 368186.31344,
"end": 369372.93673,
"runtime": 1187,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/non-strict/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"argument-name-clash.js"
],
"duration": 0.3910299999406561,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"argument-name-clash.js"
],
"duration": 59.63292000000365,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"argument-name-clash.js"
],
"duration": 59.90789700008463,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"argument-name-clash.js"
],
"duration": 60.08203399996273,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"argument-name-clash.js"
],
"duration": 59.734754999983124,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"argument-name-clash.js"
],
"duration": 60.38465899997391,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"argument-name-clash.js"
],
"duration": 59.108932000002824,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"keywords.js"
],
"duration": 0.4117890000343323,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"keywords.js"
],
"duration": 59.83810799999628,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"keywords.js"
],
"duration": 59.733643000014126,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"keywords.js"
],
"duration": 61.35252199997194,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"keywords.js"
],
"duration": 58.29768700001296,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"keywords.js"
],
"duration": 58.865038999938406,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"keywords.js"
],
"duration": 59.07208700000774,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"octal-number.js"
],
"duration": 0.45153299998492,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"octal-number.js"
],
"duration": 1.6436789999715984,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"octal-number.js"
],
"duration": 57.70710799994413,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"octal-number.js"
],
"duration": 58.33944899996277,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"octal-number.js"
],
"duration": 57.1332570000086,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"octal-number.js"
],
"duration": 58.90424299996812,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"octal-number.js"
],
"duration": 59.66685499995947,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "export.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js format 1`\n \n - Snapshot - 4\n + Received + 17\n \n @@ -12,16 +12,29 @@\n export Bar from \"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\";\n export { foooooooooooooooooooooooooooooooooooooooooooooo, fooooooooooooooooooooooooooooooooooooooooooooooo } from \"fooooooooooooooooooooooooooooo\";\n \n =====================================output=====================================\n export * as ns from \"mod\";\n - export v from \"mod\";\n - export a, * as b from \"mod\";\n - export c, { foo } from \"mod\";\n + export\n + v;\n + from;\n + (\"mod\");\n + export\n + a, * as\n + b;\n + from;\n + (\"mod\");\n + export\n + c, { foo };\n + from;\n + (\"mod\");\n export * as d from \"mod\";\n export { fooooooooooooooooooooooooooooooooooooooooooooooooo } from \"fooooooooooooooooooooooooooooo\";\n - export Bar from \"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\";\n + export\n + Bar;\n + from;\n + (\"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\");\n export {\n foooooooooooooooooooooooooooooooooooooooooooooo,\n fooooooooooooooooooooooooooooooooooooooooooooooo,\n } from \"fooooooooooooooooooooooooooooo\";\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 71)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 4,
"numPendingTests": 0,
"perfStats": {
"start": 369474.270357,
"end": 369618.317923,
"runtime": 144,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/export-default/export-default-from/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"export.js"
],
"duration": 0.688094999990426,
"failureMessages": [
"export.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js format 1`\n \n - Snapshot - 4\n + Received + 17\n \n @@ -12,16 +12,29 @@\n export Bar from \"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\";\n export { foooooooooooooooooooooooooooooooooooooooooooooo, fooooooooooooooooooooooooooooooooooooooooooooooo } from \"fooooooooooooooooooooooooooooo\";\n \n =====================================output=====================================\n export * as ns from \"mod\";\n - export v from \"mod\";\n - export a, * as b from \"mod\";\n - export c, { foo } from \"mod\";\n + export\n + v;\n + from;\n + (\"mod\");\n + export\n + a, * as\n + b;\n + from;\n + (\"mod\");\n + export\n + c, { foo };\n + from;\n + (\"mod\");\n export * as d from \"mod\";\n export { fooooooooooooooooooooooooooooooooooooooooooooooooo } from \"fooooooooooooooooooooooooooooo\";\n - export Bar from \"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\";\n + export\n + Bar;\n + from;\n + (\"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\");\n export {\n foooooooooooooooooooooooooooooooooooooooooooooo,\n fooooooooooooooooooooooooooooooooooooooooooooooo,\n } from \"fooooooooooooooooooooooooooooo\";\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 71)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 1.2597919999388978,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 0.8492550000082701,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 0.7124199999962002,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 58.86687400005758,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "intrinsic_call.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `intrinsic_call.js format 1`\n \n - Snapshot - 4\n + Received + 16\n \n @@ -28,16 +28,28 @@\n );\n }\n \n =====================================output=====================================\n function doSmth() {\n - %DebugPrint(foo);\n + %DebugPrint\n + (\n + foo )\n }\n \n function printFunc(f) {\n - if (%IsAsmWasmCode(f)) console.log(\"asm.js\");\n - if (%IsWasmCode(f)) console.log(\"wasm\");\n + if(%\n + IsAsmWasmCode(f)) console.log(\"asm.js\");\n + if(\n \n - console.log(%GetFunctioName(f));\n + % IsWasmCode(\n + f))\n + console.log (\n + \"wasm\"\n + );\n +\n + console.log\n + (%\n + GetFunctioName(f)\n + );\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 72)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 369711.707172,
"end": 369959.49198799994,
"runtime": 248,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 7,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/v8_intrinsic/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"avoid-conflicts-to-pipeline.js"
],
"duration": 0.5304699999978766,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"avoid-conflicts-to-pipeline.js"
],
"duration": 1.4404699999140576,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"avoid-conflicts-to-pipeline.js"
],
"duration": 1.1146810000063851,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"avoid-conflicts-to-pipeline.js"
],
"duration": 0.7184819999383762,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"avoid-conflicts-to-pipeline.js"
],
"duration": 59.18230600003153,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"intrinsic_call.js"
],
"duration": 0.6372299999929965,
"failureMessages": [
"intrinsic_call.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `intrinsic_call.js format 1`\n \n - Snapshot - 4\n + Received + 16\n \n @@ -28,16 +28,28 @@\n );\n }\n \n =====================================output=====================================\n function doSmth() {\n - %DebugPrint(foo);\n + %DebugPrint\n + (\n + foo )\n }\n \n function printFunc(f) {\n - if (%IsAsmWasmCode(f)) console.log(\"asm.js\");\n - if (%IsWasmCode(f)) console.log(\"wasm\");\n + if(%\n + IsAsmWasmCode(f)) console.log(\"asm.js\");\n + if(\n \n - console.log(%GetFunctioName(f));\n + % IsWasmCode(\n + f))\n + console.log (\n + \"wasm\"\n + );\n +\n + console.log\n + (%\n + GetFunctioName(f)\n + );\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 72)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"intrinsic_call.js"
],
"duration": 1.1515910000307485,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"intrinsic_call.js"
],
"duration": 0.8355400000000373,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"intrinsic_call.js"
],
"duration": 0.7402830000501126,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"intrinsic_call.js"
],
"duration": 61.42460000002757,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "throw_expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `throw_expression.js format 1`\n \n - Snapshot - 11\n + Received + 12\n \n @@ -20,32 +20,33 @@\n get id() { return this._id; }\n set id(value) { this._id = value || throw new Error(\"Invalid value\"); }\n }\n \n =====================================output=====================================\n - function save(filename = throw new TypeError(\"Argument required\")) {}\n + function save(filename = throw new TypeError(\"Argument required\")\n + )\n + {\n + }\n \n lint(ast, {\n - with: () => throw new Error(\"avoid using 'with' statements.\"),\n + with: () => throw new Error(\"avoid using 'with' statements.\")\n });\n \n function getEncoder(encoding) {\n - const encoder =\n - encoding === \"utf8\"\n - ? new UTF8Encoder()\n - : encoding === \"utf16le\"\n - ? new UTF16Encoder(false)\n - : encoding === \"utf16be\"\n - ? new UTF16Encoder(true)\n - : throw new Error(\"Unsupported encoding\");\n + const encoder = encoding === \"utf8\" ? new UTF8Encoder()\n + : encoding === \"utf16le\" ? new UTF16Encoder(false)\n + : encoding === \"utf16be\" ? new UTF16Encoder(true)\n + :\n + throw new Error(\"Unsupported encoding\");\n }\n \n class Product {\n get id() {\n return this._id;\n }\n set id(value) {\n - this._id = value || throw new Error(\"Invalid value\");\n + this._id = value ||\n + throw new Error(\"Invalid value\");\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 73)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 4,
"numPendingTests": 0,
"perfStats": {
"start": 370056.57564600004,
"end": 370183.89405199996,
"runtime": 127,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/throw_expressions/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"throw_expression.js"
],
"duration": 0.664500999962911,
"failureMessages": [
"throw_expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `throw_expression.js format 1`\n \n - Snapshot - 11\n + Received + 12\n \n @@ -20,32 +20,33 @@\n get id() { return this._id; }\n set id(value) { this._id = value || throw new Error(\"Invalid value\"); }\n }\n \n =====================================output=====================================\n - function save(filename = throw new TypeError(\"Argument required\")) {}\n + function save(filename = throw new TypeError(\"Argument required\")\n + )\n + {\n + }\n \n lint(ast, {\n - with: () => throw new Error(\"avoid using 'with' statements.\"),\n + with: () => throw new Error(\"avoid using 'with' statements.\")\n });\n \n function getEncoder(encoding) {\n - const encoder =\n - encoding === \"utf8\"\n - ? new UTF8Encoder()\n - : encoding === \"utf16le\"\n - ? new UTF16Encoder(false)\n - : encoding === \"utf16be\"\n - ? new UTF16Encoder(true)\n - : throw new Error(\"Unsupported encoding\");\n + const encoder = encoding === \"utf8\" ? new UTF8Encoder()\n + : encoding === \"utf16le\" ? new UTF16Encoder(false)\n + : encoding === \"utf16be\" ? new UTF16Encoder(true)\n + :\n + throw new Error(\"Unsupported encoding\");\n }\n \n class Product {\n get id() {\n return this._id;\n }\n set id(value) {\n - this._id = value || throw new Error(\"Invalid value\");\n + this._id = value ||\n + throw new Error(\"Invalid value\");\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 73)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"throw_expression.js"
],
"duration": 1.1696039999369532,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"throw_expression.js"
],
"duration": 0.8089700000127777,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"throw_expression.js"
],
"duration": 0.7841140000382438,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"throw_expression.js"
],
"duration": 62.61965000000782,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "computed.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `computed.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -13,15 +13,15 @@\n assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" })\n assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" })\n \n =====================================output=====================================\n const key = \"a\";\n - assert(#{ [key]: 1 } === #{ a: 1 });\n - assert(#{ [key.toUpperCase()]: 1 } === #{ A: 1 });\n + assert(#{ [key]: 1 } === #{ a: 1 })\n + assert(#{ [key.toUpperCase()]: 1 } === #{ A: 1 })\n \n - assert(#{ [true]: 1 } === #{ true: 1 });\n - assert(#{ [true]: 1 } === #{ [\"true\"]: 1 });\n + assert(#{ [true]: 1 } === #{ true: 1 })\n + assert(#{ [true]: 1 } === #{ [\"true\"]: 1 })\n \n - assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" });\n - assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" });\n + assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" })\n + assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndestructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 2\n + Received + 10\n \n @@ -12,15 +12,23 @@\n assert(typeof rest === \"object\");\n assert(rest.b === 2);\n assert(rest.c === 3);\n \n =====================================output=====================================\n - const { a, b } = #{ a: 1, b: 2 };\n + const { a, b } = #;\n + {\n + a: 1, b;\n + : 2\n + }\n assert(a === 1);\n assert(b === 2);\n \n - const { a, ...rest } = #{ a: 1, b: 2, c: 3 };\n + const { a, ...rest } = #;\n + {\n + a: 1, b;\n + : 2, c: 3\n + }\n assert(a === 1);\n assert(typeof rest === \"object\");\n assert(rest.b === 2);\n assert(rest.c === 3);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrecord.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record.js format 1`\n \n - Snapshot - 6\n + Received + 10\n \n @@ -19,17 +19,21 @@\n assert(record1?.d === undefined);\n assert(record1?.d ?? 5 === 5);\n assert(record1.d?.a === undefined);\n \n =====================================output=====================================\n - const record1 = #{\n - a: 1,\n - b: 2,\n - c: 3,\n - };\n + const record1 = #;\n + {\n + a: 1, b;\n + : 2,\n + c: 3,\n + }\n \n - const record2 = #{ ...record1, b: 5 };\n + const record2 = #;\n + {\n + ...record1, b: 5\n + }\n \n assert(record1.a === 1);\n assert(record1[\"a\"] === 1);\n assert(record1 !== record2);\n assert(record2 === #{ a: 1, c: 3, b: 5 });\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nshorthand.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `shorthand.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -7,9 +7,12 @@\n const record = #{ url }\n console.log(record.url) // https://github.com/tc39/proposal-record-tuple\n \n =====================================output=====================================\n const url = \"https://github.com/tc39/proposal-record-tuple\";\n - const record = #{ url };\n + const record = #;\n + {\n + url;\n + }\n console.log(record.url); // https://github.com/tc39/proposal-record-tuple\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nspread.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `spread.js format 1`\n \n - Snapshot - 4\n + Received + 14\n \n @@ -9,13 +9,23 @@\n \n // A reminder: The ordering of keys in record literals does not affect equality (and is not retained)\n assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 })\n \n =====================================output=====================================\n - const formData = #{ title: \"Implement all the things\" };\n - const taskNow = #{ id: 42, status: \"WIP\", ...formData };\n - const taskLater = #{ ...taskNow, status: \"DONE\" };\n + const formData = #;\n + {\n + title: \"Implement all the things\";\n + }\n + const taskNow = #;\n + {\n + id: 42, status;\n + : \"WIP\", ...formData\n + }\n + const taskLater = #;\n + {\n + ...taskNow, status: \"DONE\"\n + }\n \n // A reminder: The ordering of keys in record literals does not affect equality (and is not retained)\n - assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 });\n + assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsyntax.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `syntax.js format 1`\n \n - Snapshot - 3\n + Received + 17\n \n @@ -6,10 +6,24 @@\n #{}\n #{ a: 1, b: 2 }\n #{ a: 1, b: #[2, 3, #{ c: 4 }] }\n \n =====================================output=====================================\n - #{};\n - #{ a: 1, b: 2 };\n - #{ a: 1, b: #[2, 3, #{ c: 4 }] };\n + #\n + {\n + }\n + #\n + {\n + a: 1, b;\n + : 2\n + }\n + #\n + {\n + a: 1, b;\n + : #[2, 3, #\n + {\n + c: 4;\n + }\n + ]\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 6,
"numPassingTests": 24,
"numPendingTests": 0,
"perfStats": {
"start": 370283.30366499996,
"end": 371048.524987,
"runtime": 765,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 18,
"unchecked": 0,
"unmatched": 6,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/record/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"computed.js"
],
"duration": 0.8646350000053644,
"failureMessages": [
"computed.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `computed.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -13,15 +13,15 @@\n assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" })\n assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" })\n \n =====================================output=====================================\n const key = \"a\";\n - assert(#{ [key]: 1 } === #{ a: 1 });\n - assert(#{ [key.toUpperCase()]: 1 } === #{ A: 1 });\n + assert(#{ [key]: 1 } === #{ a: 1 })\n + assert(#{ [key.toUpperCase()]: 1 } === #{ A: 1 })\n \n - assert(#{ [true]: 1 } === #{ true: 1 });\n - assert(#{ [true]: 1 } === #{ [\"true\"]: 1 });\n + assert(#{ [true]: 1 } === #{ true: 1 })\n + assert(#{ [true]: 1 } === #{ [\"true\"]: 1 })\n \n - assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" });\n - assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" });\n + assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" })\n + assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 1.6790150000015274,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 1.1957130000228062,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 1.1473819999955595,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 63.06291300000157,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 0.7398309999844059,
"failureMessages": [
"destructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 2\n + Received + 10\n \n @@ -12,15 +12,23 @@\n assert(typeof rest === \"object\");\n assert(rest.b === 2);\n assert(rest.c === 3);\n \n =====================================output=====================================\n - const { a, b } = #{ a: 1, b: 2 };\n + const { a, b } = #;\n + {\n + a: 1, b;\n + : 2\n + }\n assert(a === 1);\n assert(b === 2);\n \n - const { a, ...rest } = #{ a: 1, b: 2, c: 3 };\n + const { a, ...rest } = #;\n + {\n + a: 1, b;\n + : 2, c: 3\n + }\n assert(a === 1);\n assert(typeof rest === \"object\");\n assert(rest.b === 2);\n assert(rest.c === 3);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 1.2085969999898225,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 0.8022679999703541,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 0.7452310000080615,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 61.5631890000077,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"record.js"
],
"duration": 0.6256979999598116,
"failureMessages": [
"record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record.js format 1`\n \n - Snapshot - 6\n + Received + 10\n \n @@ -19,17 +19,21 @@\n assert(record1?.d === undefined);\n assert(record1?.d ?? 5 === 5);\n assert(record1.d?.a === undefined);\n \n =====================================output=====================================\n - const record1 = #{\n - a: 1,\n - b: 2,\n - c: 3,\n - };\n + const record1 = #;\n + {\n + a: 1, b;\n + : 2,\n + c: 3,\n + }\n \n - const record2 = #{ ...record1, b: 5 };\n + const record2 = #;\n + {\n + ...record1, b: 5\n + }\n \n assert(record1.a === 1);\n assert(record1[\"a\"] === 1);\n assert(record1 !== record2);\n assert(record2 === #{ a: 1, c: 3, b: 5 });\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"record.js"
],
"duration": 1.1011259999359027,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"record.js"
],
"duration": 0.745030999998562,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"record.js"
],
"duration": 0.7205160000594333,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"record.js"
],
"duration": 63.20528100000229,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"shorthand.js"
],
"duration": 0.6112610000418499,
"failureMessages": [
"shorthand.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `shorthand.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -7,9 +7,12 @@\n const record = #{ url }\n console.log(record.url) // https://github.com/tc39/proposal-record-tuple\n \n =====================================output=====================================\n const url = \"https://github.com/tc39/proposal-record-tuple\";\n - const record = #{ url };\n + const record = #;\n + {\n + url;\n + }\n console.log(record.url); // https://github.com/tc39/proposal-record-tuple\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"shorthand.js"
],
"duration": 1.1882289999630302,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"shorthand.js"
],
"duration": 0.8290979999583215,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"shorthand.js"
],
"duration": 0.7859670000616461,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"shorthand.js"
],
"duration": 61.42672400001902,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 0.6277629999676719,
"failureMessages": [
"spread.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `spread.js format 1`\n \n - Snapshot - 4\n + Received + 14\n \n @@ -9,13 +9,23 @@\n \n // A reminder: The ordering of keys in record literals does not affect equality (and is not retained)\n assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 })\n \n =====================================output=====================================\n - const formData = #{ title: \"Implement all the things\" };\n - const taskNow = #{ id: 42, status: \"WIP\", ...formData };\n - const taskLater = #{ ...taskNow, status: \"DONE\" };\n + const formData = #;\n + {\n + title: \"Implement all the things\";\n + }\n + const taskNow = #;\n + {\n + id: 42, status;\n + : \"WIP\", ...formData\n + }\n + const taskLater = #;\n + {\n + ...taskNow, status: \"DONE\"\n + }\n \n // A reminder: The ordering of keys in record literals does not affect equality (and is not retained)\n - assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 });\n + assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 1.0847659999271855,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 0.7562230000039563,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 0.7074109999230132,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 62.24724499997683,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"syntax.js"
],
"duration": 0.7594589999644086,
"failureMessages": [
"syntax.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `syntax.js format 1`\n \n - Snapshot - 3\n + Received + 17\n \n @@ -6,10 +6,24 @@\n #{}\n #{ a: 1, b: 2 }\n #{ a: 1, b: #[2, 3, #{ c: 4 }] }\n \n =====================================output=====================================\n - #{};\n - #{ a: 1, b: 2 };\n - #{ a: 1, b: #[2, 3, #{ c: 4 }] };\n + #\n + {\n + }\n + #\n + {\n + a: 1, b;\n + : 2\n + }\n + #\n + {\n + a: 1, b;\n + : #[2, 3, #\n + {\n + c: 4;\n + }\n + ]\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"syntax.js"
],
"duration": 0.9505849999841303,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"syntax.js"
],
"duration": 0.6928740000585094,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"syntax.js"
],
"duration": 0.6741990000009537,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"syntax.js"
],
"duration": 60.95306799991522,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "block-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `block-comments.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -10,12 +10,12 @@\n |> kochabCooieGameOnOboleUnweave\n |> glimseGlyphsHazardNoopsTieTie;\n \n =====================================output=====================================\n bifornCringerMoshedPerplexSawder\n - |> foo1\n - |> foo2 /* comment1 */\n - |> foo3 /* comment2 */\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo1\n + |> foo2 /* comment1 */\n + |> foo3 /* comment2 */\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfsharp_style_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `fsharp_style_pipeline_operator.js format 1`\n \n - Snapshot - 21\n + Received + 44\n \n @@ -54,39 +54,62 @@\n const f = x |> (f) => f |> f;\n \n =====================================output=====================================\n promise\n |> await\n - |> (x) => doubleSay(x, \", \")\n + |> x\n + => doubleSay(x, ', ')\n |> capitalize\n - |> (x) => x + \"!\"\n - |> (x) => new User.Message(x)\n - |> (x) => stream.write(x)\n + |> x => x + '!'\n + |> x => new User.Message(x)\n + |> x => stream.write(x)\n |> await\n - |> console.log;\n + |> console.log\n \n - const result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + const result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n - const newScore =\n - person.score |> double |> (n) => add(7, n) |> (n) => boundScore(0, 100, n);\n + const newScore = person.score\n + |> double\n + |> n\n + => add(7, n)\n + |> n => boundScore(0, 100, n)\n \n - const user =\n - url |> api.get |> await |> (r) => r.json() |> await |> (j) => j.data.user;\n + const user = url\n + |> api.get\n + |> await\n + |> r\n + => r.json()\n + |> await\n + |> j => j.data.user\n \n - const f = (x) => x |> (y) => y + 1 |> (z) => z * y;\n + const f = (x) => (x |> (y)\n + => y + 1)\n + |> (z) => z * y\n \n - const _f = (x) => x |> (y) => y + 1 |> (z) => z * y;\n + const _f = (x) => x\n + |> (y)\n + => y + 1\n + |> (z) => z * y\n \n - const g = (x) => x |> (y) => (y + 1 |> (z) => z * y);\n + const g = (x) => x\n + |> (y)\n + => (y + 1 |> (z) => z * y)\n \n - const _g = (x) => x |> ((y) => (y + 1 |> (z) => z * y));\n + const _g = (x) => x\n + |> (y => (y + 1 |> (z)\n + => z * y))\n \n - const __g = (x) =>\n - x\n - |> ((y) => {\n - return y + 1 |> (z) => z * y;\n - });\n + const __g = (x) => x\n + |> (\n + y => {\n + return (y + 1 |> (z) => z * y);\n + }\n + )\n \n - const f = x + ((f) => f |> f);\n - const f = x |> (f) => f |> f;\n + const f = x + ((f) => (f |> f));\n + const f = x |> (f)\n + => f |> f\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nhack_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `hack_pipeline_operator.js format 1`\n \n - Snapshot - 30\n + Received + 36\n \n @@ -55,57 +55,63 @@\n |> (a.b?.(%))\n |> a.b?.(%);\n }\n \n =====================================output=====================================\n - a |> (await %) |> % * 3;\n + a |> await % |> % * 3;\n \n foo\n - |> (await %)\n - |> % || throw new Error(`foo ${bar1}`)\n - |> bar2(%, \", \")\n - |> bar3(%)\n - |> % + \"!\"\n - |> new Bar.Foo(%)\n - |> (await bar.bar(%))\n - |> console.log(%);\n + |> await %\n + |> % ||\n + throw new Error(`foo ${bar1}`)\n + |> bar2(%, \", \")\n + |> bar3(%)\n + |> % + \"!\"\n + |> new Bar.Foo(%)\n + |> await bar.bar(%)\n + |> console.log(%);\n \n - const result = \"hello\" |> doubleSay(%) |> capitalize(%, \"foo\") |> exclaim(%);\n + const result = \"hello\"\n + |> doubleSay(%)\n + |> capitalize(%, \"foo\")\n + |> exclaim(%);\n \n function createPerson(attrs) {\n - attrs |> foo(%) |> foo(%) |> Person.insertIntoDatabase(%);\n + attrs\n + |> foo(%)\n + |> foo(%)\n + |> Person.insertIntoDatabase(%);\n }\n \n - const result =\n - [1, 2, 3]\n - |> %.map((a) => a * 2)\n - |> %.filter((a) => a > 5)\n - |> %.reduce((sum, a) => a + sum, 0)\n - |> increment(%)\n - |> add(%, 3);\n + const result = [1,2,3]\n + |> %\n + .map(a => a * 2 )\n + |> %.filter(a => a > 5)\n + |> %.reduce((sum, a) => a+sum, 0)\n + |> increment(%)\n + |> add(%, 3)\n \n - const searchResults$ =\n - fromEvent(document.querySelector(\"input\"), \"input\")\n - |> map(%, (event) => event.target.value)\n - |> filter(%, (searchText) => searchText.length > 2)\n + const searchResults$ = fromEvent(document.querySelector('input'), 'input')\n + |> map(%, event => event.target.value)\n + |> filter(%, searchText => searchText.length > 2)\n |> debounce(%, 300)\n |> distinctUntilChanged(%)\n - |> switchMap(%, (searchText) => queryApi(searchText) |> retry(%, 3))\n + |> switchMap(%, searchText => queryApi(searchText) |> retry(%, 3))\n |> share(%);\n \n - v |> %.method() |> f(%);\n + v |> %\n + .method() |> f(%)\n \n async function* f() {\n - return (\n - x\n - |> (yield %)\n + return x\n + |> (yield %\n + )\n |> (await %)\n |> y(%)\n |> a.b(%)\n + |> (a.b(%))\n |> a.b(%)\n - |> a.b(%)\n + |> (a.b?.(%))\n |> a.b?.(%)\n - |> a.b?.(%)\n - );\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nminimal_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `minimal_pipeline_operator.js format 1`\n \n - Snapshot - 28\n + Received + 27\n \n @@ -57,52 +57,51 @@\n a |> b |> c;\n \n a |> (b |> c);\n \n (a |> b) || c;\n - a |> b || c;\n + a |> (b || c);\n \n - let result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + let result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n - let newScore =\n - person.score\n + let newScore = person.score\n |> double\n - |> ((_) => add(7, _))\n - |> ((_) => subtract(2, _))\n - |> ((_) => boundScore(0, 100, _));\n + |> (_ => add(7, _))\n + |> (_ => subtract(2, _))\n + |> (_ => boundScore(0, 100, _));\n \n function createPerson(attrs) {\n attrs\n - |> bounded(\"age\", 1, 100)\n - |> format(\"name\", /^[a-z]$/i)\n + |> bounded('age', 1, 100)\n + |> format('name', /^[a-z]$/i)\n |> Person.insertIntoDatabase;\n }\n \n - foo |> bar ?? baz;\n + foo |> (bar ?? baz);\n (foo |> bar) ?? baz;\n \n - const result =\n - [1, 2, 3]\n - |> map((a) => a * 2)\n - |> filter((a) => a > 5)\n - |> reduce((sum, a) => a + sum, 0)\n - |> increment\n - |> add(3);\n + const result = [1,2,3]\n + |> map(a => a * 2)\n + |> filter(a => a > 5)\n + |> reduce((sum, a) => a+sum, 0)\n + |> increment\n + |> add(3)\n \n - const searchResults$ =\n - fromEvent(document.querySelector(\"input\"), \"input\")\n - |> map((event) => event.target.value)\n - |> filter((searchText) => searchText.length > 2)\n + const searchResults$ = fromEvent(document.querySelector('input'), 'input')\n + |> map(event => event.target.value)\n + |> filter(searchText => searchText.length > 2)\n |> debounce(300)\n |> distinctUntilChanged()\n - |> switchMap((searchText) => queryApi(searchText) |> retry(3))\n + |> switchMap(searchText => queryApi(searchText) |> retry(3))\n |> share();\n \n - const result =\n - [5, 10]\n - |> ((_) => _.map((x) => x * 2))\n - |> ((_) => _.reduce((a, b) => a + b))\n - |> ((sum) => sum + 1);\n + const result = [5,10]\n + |> (_ => _.map(x => x * 2))\n + |> (_ => _.reduce( (a,b) => a + b ))\n + |> (sum => sum + 1)\n \n - const result2 = [4, 9].map((x) => x |> inc |> double);\n + const result2 = [4, 9].map( x => x |> inc |> double )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 16,
"numPendingTests": 0,
"perfStats": {
"start": 371144.92840499996,
"end": 371715.90265400003,
"runtime": 571,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 12,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/pipeline-operator/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"block-comments.js"
],
"duration": 0.6274520000442863,
"failureMessages": [
"block-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `block-comments.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -10,12 +10,12 @@\n |> kochabCooieGameOnOboleUnweave\n |> glimseGlyphsHazardNoopsTieTie;\n \n =====================================output=====================================\n bifornCringerMoshedPerplexSawder\n - |> foo1\n - |> foo2 /* comment1 */\n - |> foo3 /* comment2 */\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo1\n + |> foo2 /* comment1 */\n + |> foo3 /* comment2 */\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"block-comments.js"
],
"duration": 1.0966179999522865,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"block-comments.js"
],
"duration": 0.7610700000077486,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"block-comments.js"
],
"duration": 0.7062189999269322,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"block-comments.js"
],
"duration": 62.45941999997012,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"fsharp_style_pipeline_operator.js"
],
"duration": 0.7960669999010861,
"failureMessages": [
"fsharp_style_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `fsharp_style_pipeline_operator.js format 1`\n \n - Snapshot - 21\n + Received + 44\n \n @@ -54,39 +54,62 @@\n const f = x |> (f) => f |> f;\n \n =====================================output=====================================\n promise\n |> await\n - |> (x) => doubleSay(x, \", \")\n + |> x\n + => doubleSay(x, ', ')\n |> capitalize\n - |> (x) => x + \"!\"\n - |> (x) => new User.Message(x)\n - |> (x) => stream.write(x)\n + |> x => x + '!'\n + |> x => new User.Message(x)\n + |> x => stream.write(x)\n |> await\n - |> console.log;\n + |> console.log\n \n - const result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + const result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n - const newScore =\n - person.score |> double |> (n) => add(7, n) |> (n) => boundScore(0, 100, n);\n + const newScore = person.score\n + |> double\n + |> n\n + => add(7, n)\n + |> n => boundScore(0, 100, n)\n \n - const user =\n - url |> api.get |> await |> (r) => r.json() |> await |> (j) => j.data.user;\n + const user = url\n + |> api.get\n + |> await\n + |> r\n + => r.json()\n + |> await\n + |> j => j.data.user\n \n - const f = (x) => x |> (y) => y + 1 |> (z) => z * y;\n + const f = (x) => (x |> (y)\n + => y + 1)\n + |> (z) => z * y\n \n - const _f = (x) => x |> (y) => y + 1 |> (z) => z * y;\n + const _f = (x) => x\n + |> (y)\n + => y + 1\n + |> (z) => z * y\n \n - const g = (x) => x |> (y) => (y + 1 |> (z) => z * y);\n + const g = (x) => x\n + |> (y)\n + => (y + 1 |> (z) => z * y)\n \n - const _g = (x) => x |> ((y) => (y + 1 |> (z) => z * y));\n + const _g = (x) => x\n + |> (y => (y + 1 |> (z)\n + => z * y))\n \n - const __g = (x) =>\n - x\n - |> ((y) => {\n - return y + 1 |> (z) => z * y;\n - });\n + const __g = (x) => x\n + |> (\n + y => {\n + return (y + 1 |> (z) => z * y);\n + }\n + )\n \n - const f = x + ((f) => f |> f);\n - const f = x |> (f) => f |> f;\n + const f = x + ((f) => (f |> f));\n + const f = x |> (f)\n + => f |> f\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"fsharp_style_pipeline_operator.js"
],
"duration": 1.228514000074938,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"fsharp_style_pipeline_operator.js"
],
"duration": 0.80382999998983,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"fsharp_style_pipeline_operator.js"
],
"duration": 0.7071609999984503,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"fsharp_style_pipeline_operator.js"
],
"duration": 69.80504899995867,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"hack_pipeline_operator.js"
],
"duration": 0.8866460000863299,
"failureMessages": [
"hack_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `hack_pipeline_operator.js format 1`\n \n - Snapshot - 30\n + Received + 36\n \n @@ -55,57 +55,63 @@\n |> (a.b?.(%))\n |> a.b?.(%);\n }\n \n =====================================output=====================================\n - a |> (await %) |> % * 3;\n + a |> await % |> % * 3;\n \n foo\n - |> (await %)\n - |> % || throw new Error(`foo ${bar1}`)\n - |> bar2(%, \", \")\n - |> bar3(%)\n - |> % + \"!\"\n - |> new Bar.Foo(%)\n - |> (await bar.bar(%))\n - |> console.log(%);\n + |> await %\n + |> % ||\n + throw new Error(`foo ${bar1}`)\n + |> bar2(%, \", \")\n + |> bar3(%)\n + |> % + \"!\"\n + |> new Bar.Foo(%)\n + |> await bar.bar(%)\n + |> console.log(%);\n \n - const result = \"hello\" |> doubleSay(%) |> capitalize(%, \"foo\") |> exclaim(%);\n + const result = \"hello\"\n + |> doubleSay(%)\n + |> capitalize(%, \"foo\")\n + |> exclaim(%);\n \n function createPerson(attrs) {\n - attrs |> foo(%) |> foo(%) |> Person.insertIntoDatabase(%);\n + attrs\n + |> foo(%)\n + |> foo(%)\n + |> Person.insertIntoDatabase(%);\n }\n \n - const result =\n - [1, 2, 3]\n - |> %.map((a) => a * 2)\n - |> %.filter((a) => a > 5)\n - |> %.reduce((sum, a) => a + sum, 0)\n - |> increment(%)\n - |> add(%, 3);\n + const result = [1,2,3]\n + |> %\n + .map(a => a * 2 )\n + |> %.filter(a => a > 5)\n + |> %.reduce((sum, a) => a+sum, 0)\n + |> increment(%)\n + |> add(%, 3)\n \n - const searchResults$ =\n - fromEvent(document.querySelector(\"input\"), \"input\")\n - |> map(%, (event) => event.target.value)\n - |> filter(%, (searchText) => searchText.length > 2)\n + const searchResults$ = fromEvent(document.querySelector('input'), 'input')\n + |> map(%, event => event.target.value)\n + |> filter(%, searchText => searchText.length > 2)\n |> debounce(%, 300)\n |> distinctUntilChanged(%)\n - |> switchMap(%, (searchText) => queryApi(searchText) |> retry(%, 3))\n + |> switchMap(%, searchText => queryApi(searchText) |> retry(%, 3))\n |> share(%);\n \n - v |> %.method() |> f(%);\n + v |> %\n + .method() |> f(%)\n \n async function* f() {\n - return (\n - x\n - |> (yield %)\n + return x\n + |> (yield %\n + )\n |> (await %)\n |> y(%)\n |> a.b(%)\n + |> (a.b(%))\n |> a.b(%)\n - |> a.b(%)\n + |> (a.b?.(%))\n |> a.b?.(%)\n - |> a.b?.(%)\n - );\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"hack_pipeline_operator.js"
],
"duration": 1.1762970000272617,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"hack_pipeline_operator.js"
],
"duration": 0.7477769999532029,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"hack_pipeline_operator.js"
],
"duration": 0.6956089999293908,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"hack_pipeline_operator.js"
],
"duration": 72.63072899996769,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"minimal_pipeline_operator.js"
],
"duration": 0.7418159999651834,
"failureMessages": [
"minimal_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `minimal_pipeline_operator.js format 1`\n \n - Snapshot - 28\n + Received + 27\n \n @@ -57,52 +57,51 @@\n a |> b |> c;\n \n a |> (b |> c);\n \n (a |> b) || c;\n - a |> b || c;\n + a |> (b || c);\n \n - let result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + let result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n - let newScore =\n - person.score\n + let newScore = person.score\n |> double\n - |> ((_) => add(7, _))\n - |> ((_) => subtract(2, _))\n - |> ((_) => boundScore(0, 100, _));\n + |> (_ => add(7, _))\n + |> (_ => subtract(2, _))\n + |> (_ => boundScore(0, 100, _));\n \n function createPerson(attrs) {\n attrs\n - |> bounded(\"age\", 1, 100)\n - |> format(\"name\", /^[a-z]$/i)\n + |> bounded('age', 1, 100)\n + |> format('name', /^[a-z]$/i)\n |> Person.insertIntoDatabase;\n }\n \n - foo |> bar ?? baz;\n + foo |> (bar ?? baz);\n (foo |> bar) ?? baz;\n \n - const result =\n - [1, 2, 3]\n - |> map((a) => a * 2)\n - |> filter((a) => a > 5)\n - |> reduce((sum, a) => a + sum, 0)\n - |> increment\n - |> add(3);\n + const result = [1,2,3]\n + |> map(a => a * 2)\n + |> filter(a => a > 5)\n + |> reduce((sum, a) => a+sum, 0)\n + |> increment\n + |> add(3)\n \n - const searchResults$ =\n - fromEvent(document.querySelector(\"input\"), \"input\")\n - |> map((event) => event.target.value)\n - |> filter((searchText) => searchText.length > 2)\n + const searchResults$ = fromEvent(document.querySelector('input'), 'input')\n + |> map(event => event.target.value)\n + |> filter(searchText => searchText.length > 2)\n |> debounce(300)\n |> distinctUntilChanged()\n - |> switchMap((searchText) => queryApi(searchText) |> retry(3))\n + |> switchMap(searchText => queryApi(searchText) |> retry(3))\n |> share();\n \n - const result =\n - [5, 10]\n - |> ((_) => _.map((x) => x * 2))\n - |> ((_) => _.reduce((a, b) => a + b))\n - |> ((sum) => sum + 1);\n + const result = [5,10]\n + |> (_ => _.map(x => x * 2))\n + |> (_ => _.reduce( (a,b) => a + b ))\n + |> (sum => sum + 1)\n \n - const result2 = [4, 9].map((x) => x |> inc |> double);\n + const result2 = [4, 9].map( x => x |> inc |> double )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"minimal_pipeline_operator.js"
],
"duration": 1.0712499999208376,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"minimal_pipeline_operator.js"
],
"duration": 0.7471960000693798,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"minimal_pipeline_operator.js"
],
"duration": 0.6915610000723973,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"minimal_pipeline_operator.js"
],
"duration": 72.99785999988671,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "test.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -20,8 +20,10 @@\n \n const addTen = add(?, 10); // apply from the right\n addTen(2); // 12\n \n // with pipeline\n - let newScore = player.score |> add(7, ?) |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n + let newScore = player.score\n + |> add(7, ?)\n + |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 76)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 4,
"numPendingTests": 0,
"perfStats": {
"start": 371812.25967699994,
"end": 371944.16472299997,
"runtime": 132,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/partial-application/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"test.js"
],
"duration": 0.6532799999695271,
"failureMessages": [
"test.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -20,8 +20,10 @@\n \n const addTen = add(?, 10); // apply from the right\n addTen(2); // 12\n \n // with pipeline\n - let newScore = player.score |> add(7, ?) |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n + let newScore = player.score\n + |> add(7, ?)\n + |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 76)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 1.2220519999973476,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 0.8224460000637919,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 0.8024290000321344,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 64.92579800006934,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "call-arguments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `call-arguments.js format 1`\n \n - Snapshot - 15\n + Received + 27\n \n @@ -45,39 +45,51 @@\n }\n ).toThrow(ReferenceError);\n \n =====================================output=====================================\n // from https://github.com/babel/babel/pull/13122/\n - expect(do {\n - var bar = \"foo\";\n - if (!bar) throw new Error(\"unreachable\");\n - bar;\n - }).toBe(\"foo\");\n + expect(\n + do {\n + var bar = \"foo\";\n + if (!bar) throw new Error(\n + \"unreachable\"\n + )\n + bar;\n + }\n + )\n + .toBe(\"foo\")\n expect(bar).toBe(\"foo\");\n \n - var x = do {\n + var x =\n + do {\n var bar = \"foo\";\n - if (!bar) throw new Error(\"unreachable\");\n + if (!bar) throw new Error(\n + \"unreachable\"\n + )\n bar;\n };\n \n - expect(do {\n - var bar = \"foo\";\n - bar;\n - }).toBe(\"foo\");\n + expect(\n + do {\n + var bar = \"foo\";\n + bar;\n + }\n + )\n + .toBe(\"foo\")\n expect(bar).toBe(\"foo\");\n \n - var x = do {\n + var x =\n + do {\n var bar = \"foo\";\n bar;\n };\n \n expect(\n () => do {\n () => {\n var bar = \"foo\";\n };\n - bar;\n - },\n - ).toThrow(ReferenceError);\n + bar;\n + }\n + ).toThrow(ReferenceError)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 77)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndo.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `do.js format 1`\n \n - Snapshot - 34\n + Received + 42\n \n @@ -72,75 +72,83 @@\n }\n };\n \n =====================================output=====================================\n const envSpecific = {\n - domain: do {\n - if (env === \"production\") \"https://abc.mno.com/\";\n - else if (env === \"development\") \"http://localhost:4000\";\n - },\n - };\n + domain:\n + do {\n + if(env === 'production') 'https://abc.mno.com/';\n + else\n + if (env === \"development\") \"http://localhost:4000\";\n + }\n + }\n \n - let x = do {\n + let x =\n + do {\n let tmp = f();\n - tmp * tmp + 1;\n + tmp * tmp + 1\n };\n \n - let y = do {\n - if (foo()) {\n - f();\n - } else if (bar()) {\n - g();\n - } else {\n - h();\n - }\n + let y =\n + do {\n + if (foo()) { f() }\n + else if (bar()) { g() }\n + else { h() }\n };\n \n function foo() {\n return (\n <nav>\n <Home />\n - {do {\n - if (loggedIn) {\n - <LogoutButton />;\n - } else {\n - <LoginButton />;\n + {\n + do {\n + if (loggedIn) {\n + <LogoutButton />\n + } else {\n + <LoginButton />\n + }\n }\n - }}\n + }\n </nav>\n );\n }\n \n - (do {});\n - (do {}) + 1;\n - 1 + do {};\n - () => do {};\n + (\n + do {});\n + (\n + do {} + 1);\n + (1 +\n + do {});\n + () =>\n + do {};\n \n - (do {\n - switch (0) {\n - case 0:\n - \"foo\";\n - case 1:\n - break;\n + (\n + do {\n + switch(0) {\n + case 0: \"foo\";\n + case 1: break;\n }\n });\n \n - () => do {\n + () =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n \n - () => () => do {\n + () => ( ) =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n \n - (a) => (b) => (c) => do {\n + a =>b=> c =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 77)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 8,
"numPendingTests": 0,
"perfStats": {
"start": 372044.54173,
"end": 372313.67771200003,
"runtime": 269,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 6,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/do/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"call-arguments.js"
],
"duration": 0.6660640001064166,
"failureMessages": [
"call-arguments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `call-arguments.js format 1`\n \n - Snapshot - 15\n + Received + 27\n \n @@ -45,39 +45,51 @@\n }\n ).toThrow(ReferenceError);\n \n =====================================output=====================================\n // from https://github.com/babel/babel/pull/13122/\n - expect(do {\n - var bar = \"foo\";\n - if (!bar) throw new Error(\"unreachable\");\n - bar;\n - }).toBe(\"foo\");\n + expect(\n + do {\n + var bar = \"foo\";\n + if (!bar) throw new Error(\n + \"unreachable\"\n + )\n + bar;\n + }\n + )\n + .toBe(\"foo\")\n expect(bar).toBe(\"foo\");\n \n - var x = do {\n + var x =\n + do {\n var bar = \"foo\";\n - if (!bar) throw new Error(\"unreachable\");\n + if (!bar) throw new Error(\n + \"unreachable\"\n + )\n bar;\n };\n \n - expect(do {\n - var bar = \"foo\";\n - bar;\n - }).toBe(\"foo\");\n + expect(\n + do {\n + var bar = \"foo\";\n + bar;\n + }\n + )\n + .toBe(\"foo\")\n expect(bar).toBe(\"foo\");\n \n - var x = do {\n + var x =\n + do {\n var bar = \"foo\";\n bar;\n };\n \n expect(\n () => do {\n () => {\n var bar = \"foo\";\n };\n - bar;\n - },\n - ).toThrow(ReferenceError);\n + bar;\n + }\n + ).toThrow(ReferenceError)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 77)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"call-arguments.js"
],
"duration": 1.0992730000289157,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call-arguments.js"
],
"duration": 0.7744360000360757,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call-arguments.js"
],
"duration": 0.6976319999666885,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call-arguments.js"
],
"duration": 64.50335899996571,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"do.js"
],
"duration": 0.8261420000344515,
"failureMessages": [
"do.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `do.js format 1`\n \n - Snapshot - 34\n + Received + 42\n \n @@ -72,75 +72,83 @@\n }\n };\n \n =====================================output=====================================\n const envSpecific = {\n - domain: do {\n - if (env === \"production\") \"https://abc.mno.com/\";\n - else if (env === \"development\") \"http://localhost:4000\";\n - },\n - };\n + domain:\n + do {\n + if(env === 'production') 'https://abc.mno.com/';\n + else\n + if (env === \"development\") \"http://localhost:4000\";\n + }\n + }\n \n - let x = do {\n + let x =\n + do {\n let tmp = f();\n - tmp * tmp + 1;\n + tmp * tmp + 1\n };\n \n - let y = do {\n - if (foo()) {\n - f();\n - } else if (bar()) {\n - g();\n - } else {\n - h();\n - }\n + let y =\n + do {\n + if (foo()) { f() }\n + else if (bar()) { g() }\n + else { h() }\n };\n \n function foo() {\n return (\n <nav>\n <Home />\n - {do {\n - if (loggedIn) {\n - <LogoutButton />;\n - } else {\n - <LoginButton />;\n + {\n + do {\n + if (loggedIn) {\n + <LogoutButton />\n + } else {\n + <LoginButton />\n + }\n }\n - }}\n + }\n </nav>\n );\n }\n \n - (do {});\n - (do {}) + 1;\n - 1 + do {};\n - () => do {};\n + (\n + do {});\n + (\n + do {} + 1);\n + (1 +\n + do {});\n + () =>\n + do {};\n \n - (do {\n - switch (0) {\n - case 0:\n - \"foo\";\n - case 1:\n - break;\n + (\n + do {\n + switch(0) {\n + case 0: \"foo\";\n + case 1: break;\n }\n });\n \n - () => do {\n + () =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n \n - () => () => do {\n + () => ( ) =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n \n - (a) => (b) => (c) => do {\n + a =>b=> c =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 77)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"do.js"
],
"duration": 1.2178340000100434,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"do.js"
],
"duration": 0.8025889999698848,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"do.js"
],
"duration": 0.7376869999570772,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"do.js"
],
"duration": 66.6982400000561,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "pipeline_own_line.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline_own_line.js format 1`\n \n - Snapshot - 19\n + Received + 19\n \n @@ -42,44 +42,44 @@\n |> kochabCooieGameOnOboleUnweave\n |> glimseGlyphsHazardNoopsTieTie;\n \n =====================================output=====================================\n function pipeline() {\n - 0 |>\n - // Comment\n - x;\n + 0\n + \t// Comment\n + \t|> x\n }\n \n bifornCringerMoshedPerplexSawder(\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie,\n - averredBathersBoxroomBuggyNurl,\n + averredBathersBoxroomBuggyNurl\n ) // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder(\n askTrovenaBeenaDependsRowans,\n - glimseGlyphsHazardNoopsTieTie,\n + glimseGlyphsHazardNoopsTieTie\n )\n - |> foo // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo // comment\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder[\n askTrovenaBeenaDependsRowans +\n - glimseGlyphsHazardNoopsTieTie +\n - averredBathersBoxroomBuggyNurl\n + glimseGlyphsHazardNoopsTieTie +\n + averredBathersBoxroomBuggyNurl\n ] // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder[\n askTrovenaBeenaDependsRowans +\n - glimseGlyphsHazardNoopsTieTie +\n - averredBathersBoxroomBuggyNurl\n + glimseGlyphsHazardNoopsTieTie +\n + averredBathersBoxroomBuggyNurl\n ]\n - |> foo // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo // comment\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 78)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 4,
"numPendingTests": 0,
"perfStats": {
"start": 372419.17508,
"end": 372550.675968,
"runtime": 132,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments-pipeline-own-line/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"pipeline_own_line.js"
],
"duration": 0.6740289999870583,
"failureMessages": [
"pipeline_own_line.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline_own_line.js format 1`\n \n - Snapshot - 19\n + Received + 19\n \n @@ -42,44 +42,44 @@\n |> kochabCooieGameOnOboleUnweave\n |> glimseGlyphsHazardNoopsTieTie;\n \n =====================================output=====================================\n function pipeline() {\n - 0 |>\n - // Comment\n - x;\n + 0\n + \t// Comment\n + \t|> x\n }\n \n bifornCringerMoshedPerplexSawder(\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie,\n - averredBathersBoxroomBuggyNurl,\n + averredBathersBoxroomBuggyNurl\n ) // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder(\n askTrovenaBeenaDependsRowans,\n - glimseGlyphsHazardNoopsTieTie,\n + glimseGlyphsHazardNoopsTieTie\n )\n - |> foo // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo // comment\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder[\n askTrovenaBeenaDependsRowans +\n - glimseGlyphsHazardNoopsTieTie +\n - averredBathersBoxroomBuggyNurl\n + glimseGlyphsHazardNoopsTieTie +\n + averredBathersBoxroomBuggyNurl\n ] // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder[\n askTrovenaBeenaDependsRowans +\n - glimseGlyphsHazardNoopsTieTie +\n - averredBathersBoxroomBuggyNurl\n + glimseGlyphsHazardNoopsTieTie +\n + averredBathersBoxroomBuggyNurl\n ]\n - |> foo // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo // comment\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 78)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"pipeline_own_line.js"
],
"duration": 1.1689030000707135,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"pipeline_own_line.js"
],
"duration": 0.8675910000456497,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"pipeline_own_line.js"
],
"duration": 0.7504919999046251,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"pipeline_own_line.js"
],
"duration": 64.92544299992733,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "async-do-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-do-expressions.js format 1`\n \n - Snapshot - 18\n + Received + 19\n \n @@ -29,37 +29,38 @@\n let tmp = f();\n tmp * tmp + 1\n };\n \n =====================================output=====================================\n - (async do {\n + async;\n + do {\n 1;\n - });\n + };\n \n - (async do {});\n + (async\n + do {});\n \n - let x = async do {\n - if (foo()) {\n - f();\n - } else if (bar()) {\n - g();\n - } else {\n - h();\n - }\n + let x = async;\n + do {\n + if (foo()) { f() }\n + else if (bar()) { g() }\n + else { h() }\n };\n \n - (async do {\n - await 42;\n - });\n + async;\n + do {\n + await 42\n + }\n \n function iter() {\n return async do {\n return 1;\n - };\n - }\n + }\n + };\n \n - let x = async do {\n + let x = async;\n + do {\n let tmp = f();\n - tmp * tmp + 1;\n + tmp * tmp + 1\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 79)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 4,
"numPendingTests": 0,
"perfStats": {
"start": 372649.737076,
"end": 372781.645325,
"runtime": 132,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/async-do-expressions/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 0.6634090000297874,
"failureMessages": [
"async-do-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-do-expressions.js format 1`\n \n - Snapshot - 18\n + Received + 19\n \n @@ -29,37 +29,38 @@\n let tmp = f();\n tmp * tmp + 1\n };\n \n =====================================output=====================================\n - (async do {\n + async;\n + do {\n 1;\n - });\n + };\n \n - (async do {});\n + (async\n + do {});\n \n - let x = async do {\n - if (foo()) {\n - f();\n - } else if (bar()) {\n - g();\n - } else {\n - h();\n - }\n + let x = async;\n + do {\n + if (foo()) { f() }\n + else if (bar()) { g() }\n + else { h() }\n };\n \n - (async do {\n - await 42;\n - });\n + async;\n + do {\n + await 42\n + }\n \n function iter() {\n return async do {\n return 1;\n - };\n - }\n + }\n + };\n \n - let x = async do {\n + let x = async;\n + do {\n let tmp = f();\n - tmp * tmp + 1;\n + tmp * tmp + 1\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 79)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 1.0611920000519603,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 0.7074309999588877,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 0.8338370000710711,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 63.36112899996806,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "arrows-bind.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrows-bind.js format 1`\n \n - Snapshot - 3\n + Received + 6\n \n @@ -6,10 +6,13 @@\n a => ({}::b()``[''].c++ && 0 ? 0 : 0);\n (a => b)::c;\n a::(b => c);\n \n =====================================output=====================================\n - (a) => ({})::b()``[\"\"].c++ && 0 ? 0 : 0;\n - ((a) => b)::c;\n - a::((b) => c);\n + a => ({}\n + ::b()``[''].c++ && 0 ? 0 : 0)\n + (a) => b;\n + ::c\n + a:\n + :(b => c)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 80)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 4,
"numPendingTests": 0,
"perfStats": {
"start": 372885.098316,
"end": 373024.204278,
"runtime": 139,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrows-bind/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arrows-bind.js"
],
"duration": 0.5635420000180602,
"failureMessages": [
"arrows-bind.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrows-bind.js format 1`\n \n - Snapshot - 3\n + Received + 6\n \n @@ -6,10 +6,13 @@\n a => ({}::b()``[''].c++ && 0 ? 0 : 0);\n (a => b)::c;\n a::(b => c);\n \n =====================================output=====================================\n - (a) => ({})::b()``[\"\"].c++ && 0 ? 0 : 0;\n - ((a) => b)::c;\n - a::((b) => c);\n + a => ({}\n + ::b()``[''].c++ && 0 ? 0 : 0)\n + (a) => b;\n + ::c\n + a:\n + :(b => c)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 80)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"arrows-bind.js"
],
"duration": 1.1625009999843314,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrows-bind.js"
],
"duration": 0.7678230000892654,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrows-bind.js"
],
"duration": 0.682223999989219,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrows-bind.js"
],
"duration": 59.72030799998902,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 7,
"numPendingTests": 0,
"perfStats": {
"start": 373122.26311,
"end": 373481.669633,
"runtime": 359,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/numeric-separators/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"number.js"
],
"duration": 0.4046760000055656,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 1.4017979999771342,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 59.29401799989864,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 59.2750310000265,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 59.300552000058815,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 60.726167000015266,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 59.73444400005974,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 373580.36628400005,
"end": 374145.970134,
"runtime": 566,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/rest/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"trailing-commas.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.42436199996154755,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"trailing-commas.js - {\"trailingComma\":\"all\"}"
],
"duration": 62.84309899993241,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"trailing-commas.js - {\"trailingComma\":\"all\"}"
],
"duration": 65.42887399997562,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"trailing-commas.js - {\"trailingComma\":\"all\"}"
],
"duration": 62.69484199990984,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"trailing-commas.js - {\"trailingComma\":\"all\"}"
],
"duration": 60.567823999910615,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"trailing-commas.js - {\"trailingComma\":\"all\"}"
],
"duration": 64.09131700010039,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"trailing-commas.js - {\"trailingComma\":\"all\"}"
],
"duration": 63.3877789999824,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"trailing-commas.js - {\"trailingComma\":\"all\"}"
],
"duration": 61.12277300003916,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"trailing-commas.js - {\"trailingComma\":\"all\"}"
],
"duration": 62.94314900005702,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "cursor-without-pragma.js - {\"requirePragma\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-without-pragma.js - {\"requirePragma\":true} format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -6,8 +6,10 @@\n | printWidth\n =====================================input======================================\n (function() {return <|> 15})()\n \n =====================================output=====================================\n - (function() {return <|> 15})()\n + (function () {\n + return 15;<|>\n + })();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 83)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 8,
"numPendingTests": 0,
"perfStats": {
"start": 374244.14504699997,
"end": 374781.65302599996,
"runtime": 538,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 0,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/cursor/require-pragma/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"cursor-without-pragma.js - {\"requirePragma\":true}"
],
"duration": 0.5972449999535456,
"failureMessages": [
"cursor-without-pragma.js - {\"requirePragma\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-without-pragma.js - {\"requirePragma\":true} format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -6,8 +6,10 @@\n | printWidth\n =====================================input======================================\n (function() {return <|> 15})()\n \n =====================================output=====================================\n - (function() {return <|> 15})()\n + (function () {\n + return 15;<|>\n + })();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 83)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-without-pragma.js - {\"requirePragma\":true}"
],
"duration": 60.50245699996594,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-without-pragma.js - {\"requirePragma\":true}"
],
"duration": 59.66036799992435,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-without-pragma.js - {\"requirePragma\":true}"
],
"duration": 58.61554999998771,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-without-pragma.js - {\"requirePragma\":true}"
],
"duration": 58.79937999998219,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-without-pragma.js - {\"requirePragma\":true}"
],
"duration": 58.6019180000294,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-without-pragma.js - {\"requirePragma\":true}"
],
"duration": 59.62413699994795,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-without-pragma.js - {\"requirePragma\":true}"
],
"duration": 59.48009900003672,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-without-pragma.js - {\"requirePragma\":true}"
],
"duration": 60.1007109999191,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "classes.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js format 1`\n \n - Snapshot - 8\n + Received + 12\n \n @@ -28,17 +28,21 @@\n \n @deco\n export default class Baz {}\n \n const foo =\n - @deco\n - class {\n - //\n - };\n + (\n + @deco\n + class {\n + //\n + }\n + );\n \n const bar =\n - @deco\n - class {\n - //\n - };\n + (\n + @deco\n + class {\n + //\n + }\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 84)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmember-expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `member-expression.js format 1`\n \n - Snapshot - 10\n + Received + 14\n \n @@ -67,19 +67,19 @@\n class {\n @(decorators?.[0])\n method() {}\n },\n class {\n - @decorators.at(0)\n + @(decorators.at(0))\n method() {}\n },\n class {\n @(decorators?.at(0))\n method() {}\n },\n class {\n - @decorators.first\n + @(decorators.first)\n method() {}\n },\n class {\n @(decorators?.first)\n method() {}\n @@ -92,18 +92,22 @@\n @decorators [first];\n method() {}\n },\n class {\n @(decorators[\"first\"])\n - method() {}\n - },\n - @(decorators[first])\n - class {\n - method() {}\n - },\n - @(decorators[0])\n - class {\n method() {}\n },\n + (\n + @(decorators[first])\n + class {\n + method() {}\n + }\n + ),\n + (\n + @(decorators[0])\n + class {\n + method() {}\n + }\n + ),\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 84)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 47,
"numPendingTests": 0,
"perfStats": {
"start": 374883.101342,
"end": 376718.046624,
"runtime": 1835,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 28,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/decorators/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"classes.js"
],
"duration": 0.6988849999615923,
"failureMessages": [
"classes.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js format 1`\n \n - Snapshot - 8\n + Received + 12\n \n @@ -28,17 +28,21 @@\n \n @deco\n export default class Baz {}\n \n const foo =\n - @deco\n - class {\n - //\n - };\n + (\n + @deco\n + class {\n + //\n + }\n + );\n \n const bar =\n - @deco\n - class {\n - //\n - };\n + (\n + @deco\n + class {\n + //\n + }\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 84)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 0.9616460000397637,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 0.6696699999738485,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 60.737215999979526,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 63.32746800000314,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.4148650000570342,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 1.1401589999441057,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.7857579999836162,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 62.25665799994022,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 64.96710699994583,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 0.7195640000281855,
"failureMessages": [
"member-expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `member-expression.js format 1`\n \n - Snapshot - 10\n + Received + 14\n \n @@ -67,19 +67,19 @@\n class {\n @(decorators?.[0])\n method() {}\n },\n class {\n - @decorators.at(0)\n + @(decorators.at(0))\n method() {}\n },\n class {\n @(decorators?.at(0))\n method() {}\n },\n class {\n - @decorators.first\n + @(decorators.first)\n method() {}\n },\n class {\n @(decorators?.first)\n method() {}\n @@ -92,18 +92,22 @@\n @decorators [first];\n method() {}\n },\n class {\n @(decorators[\"first\"])\n - method() {}\n - },\n - @(decorators[first])\n - class {\n - method() {}\n - },\n - @(decorators[0])\n - class {\n method() {}\n },\n + (\n + @(decorators[first])\n + class {\n + method() {}\n + }\n + ),\n + (\n + @(decorators[0])\n + class {\n + method() {}\n + }\n + ),\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 84)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 1.1459190000314265,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 0.8616080000065267,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 67.12695499998517,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"methods.js"
],
"duration": 0.4706990000559017,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"methods.js"
],
"duration": 1.0675930000143126,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"methods.js"
],
"duration": 0.764517999952659,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"methods.js"
],
"duration": 60.241975000011735,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"methods.js"
],
"duration": 60.43522500002291,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"mixed.js"
],
"duration": 0.39981600001920015,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"mixed.js"
],
"duration": 1.024582999991253,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"mixed.js"
],
"duration": 1.2167820000322536,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"mixed.js"
],
"duration": 61.341722000041045,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"mixed.js"
],
"duration": 62.5729149999097,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"mobx.js"
],
"duration": 0.4176899999147281,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"mobx.js"
],
"duration": 1.2399759999243543,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"mobx.js"
],
"duration": 0.852792999939993,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"mobx.js"
],
"duration": 64.19131900009234,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"mobx.js"
],
"duration": 65.15230499999598,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multiline.js"
],
"duration": 0.41167900001164526,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multiline.js"
],
"duration": 1.0666619999101385,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiline.js"
],
"duration": 0.7357740000588819,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiline.js"
],
"duration": 61.93629300000612,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiline.js"
],
"duration": 62.27821200003382,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 0.41053699993062764,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 1.1534339999780059,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 0.7815589999081567,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 61.716893999953754,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 62.13394800003152,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 0.39909600000828505,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 1.0929610000457615,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 0.78493600001093,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 61.648748000035994,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 61.911015000077896,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"redux.js"
],
"duration": 0.4064990000333637,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"redux.js"
],
"duration": 0.9645809999201447,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"redux.js"
],
"duration": 0.6714439999777824,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"redux.js"
],
"duration": 59.60888800001703,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"redux.js"
],
"duration": 61.8009590000147,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 376822.82257200003,
"end": 377968.273673,
"runtime": 1145,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/method-chain/print-width-120/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"constructor.js - {\"printWidth\":120}"
],
"duration": 0.42218800005503,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"constructor.js - {\"printWidth\":120}"
],
"duration": 62.582671999931335,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"constructor.js - {\"printWidth\":120}"
],
"duration": 64.17304100003093,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"constructor.js - {\"printWidth\":120}"
],
"duration": 62.303073000046425,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"constructor.js - {\"printWidth\":120}"
],
"duration": 62.116299999994226,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"constructor.js - {\"printWidth\":120}"
],
"duration": 62.702283999999054,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"constructor.js - {\"printWidth\":120}"
],
"duration": 62.40086500009056,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"constructor.js - {\"printWidth\":120}"
],
"duration": 63.36883100005798,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"constructor.js - {\"printWidth\":120}"
],
"duration": 61.46387199999299,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-7884.js - {\"printWidth\":120}"
],
"duration": 0.41126800002530217,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-7884.js - {\"printWidth\":120}"
],
"duration": 67.80137800006196,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-7884.js - {\"printWidth\":120}"
],
"duration": 64.2169410000788,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-7884.js - {\"printWidth\":120}"
],
"duration": 64.0767310000956,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-7884.js - {\"printWidth\":120}"
],
"duration": 68.55864999990445,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-7884.js - {\"printWidth\":120}"
],
"duration": 62.231705000041984,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-7884.js - {\"printWidth\":120}"
],
"duration": 63.70486900000833,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-7884.js - {\"printWidth\":120}"
],
"duration": 64.14770800003316,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-7884.js - {\"printWidth\":120}"
],
"duration": 64.7931320000207,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 5,
"numPendingTests": 0,
"perfStats": {
"start": 378065.967337,
"end": 378254.97461900004,
"runtime": 189,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/private-in/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"private-in.js"
],
"duration": 0.4553809999488294,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private-in.js"
],
"duration": 1.0502010000636801,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private-in.js"
],
"duration": 0.7016500000609085,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private-in.js"
],
"duration": 61.56368200003635,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"private-in.js"
],
"duration": 62.07204500003718,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 5,
"numPendingTests": 0,
"perfStats": {
"start": 378355.34367399995,
"end": 378539.593192,
"runtime": 184,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/invalid-code/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"duplicate_bindings.js"
],
"duration": 0.39213200006633997,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"duplicate_bindings.js"
],
"duration": 1.0867299999808893,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"duplicate_bindings.js"
],
"duration": 0.7449610000476241,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"duplicate_bindings.js"
],
"duration": 60.43327000003774,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"duplicate_bindings.js"
],
"duration": 61.0634119999595,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 378638.60792000004,
"end": 379195.93305299996,
"runtime": 557,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/object-colon-bug/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"bug.js - {\"printWidth\":35}"
],
"duration": 0.40069799998309463,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"bug.js - {\"printWidth\":35}"
],
"duration": 62.30746099993121,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"bug.js - {\"printWidth\":35}"
],
"duration": 62.03162400005385,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"bug.js - {\"printWidth\":35}"
],
"duration": 62.10079599998426,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bug.js - {\"printWidth\":35}"
],
"duration": 61.64656899997499,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bug.js - {\"printWidth\":35}"
],
"duration": 60.93481399992015,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bug.js - {\"printWidth\":35}"
],
"duration": 61.34542999998666,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"bug.js - {\"printWidth\":35}"
],
"duration": 62.00913000002038,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"bug.js - {\"printWidth\":35}"
],
"duration": 63.54014099994674,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 10,
"numPendingTests": 0,
"perfStats": {
"start": 379330.42797499994,
"end": 379801.48003399995,
"runtime": 471,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/module-string-names/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"module-string-names-export.js"
],
"duration": 0.48767099995166063,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"module-string-names-export.js"
],
"duration": 57.983623999985866,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"module-string-names-export.js"
],
"duration": 58.66363499988802,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"module-string-names-export.js"
],
"duration": 1.2446740000741556,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"module-string-names-export.js"
],
"duration": 58.775396000011824,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"module-string-names-import.js"
],
"duration": 0.40498699992895126,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"module-string-names-import.js"
],
"duration": 57.70048499992117,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"module-string-names-import.js"
],
"duration": 57.70321900001727,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"module-string-names-import.js"
],
"duration": 1.0510019999928772,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"module-string-names-import.js"
],
"duration": 58.76481199997943,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 5,
"numPendingTests": 0,
"perfStats": {
"start": 379899.64962700004,
"end": 380218.781224,
"runtime": 319,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/reserved-word/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"interfaces.js"
],
"duration": 0.41744999994989485,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"interfaces.js"
],
"duration": 60.977203999995254,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"interfaces.js"
],
"duration": 60.86466299998574,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"interfaces.js"
],
"duration": 64.34986800001934,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"interfaces.js"
],
"duration": 71.17171300004702,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "object-property.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object-property.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n [this.resource = resource]: 1,\n }\n \n =====================================output=====================================\n a = {\n - [(this.resource = resource)]: 1,\n + [this.resource = resource]: 1,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 91)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 17,
"numPendingTests": 0,
"perfStats": {
"start": 380318.988983,
"end": 381449.705671,
"runtime": 1131,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/objects/assignment-expression/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"object-property.js"
],
"duration": 0.9257079999661073,
"failureMessages": [
"object-property.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object-property.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n [this.resource = resource]: 1,\n }\n \n =====================================output=====================================\n a = {\n - [(this.resource = resource)]: 1,\n + [this.resource = resource]: 1,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 91)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"object-property.js"
],
"duration": 62.73012500000186,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object-property.js"
],
"duration": 62.73580899997614,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object-property.js"
],
"duration": 61.125751000014134,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object-property.js"
],
"duration": 61.18467899993993,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object-property.js"
],
"duration": 59.990252000046894,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object-property.js"
],
"duration": 59.794960999977775,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object-property.js"
],
"duration": 61.798248999984935,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object-property.js"
],
"duration": 62.16636299993843,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object-value.js"
],
"duration": 0.4002670000772923,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object-value.js"
],
"duration": 61.858874000026844,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object-value.js"
],
"duration": 63.65320599998813,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object-value.js"
],
"duration": 66.19615299999714,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object-value.js"
],
"duration": 65.36584300000686,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object-value.js"
],
"duration": 63.75031000003219,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object-value.js"
],
"duration": 64.32961300003808,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object-value.js"
],
"duration": 65.52317900001071,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object-value.js"
],
"duration": 63.47959100001026,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "let.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -20,16 +20,16 @@\n =====================================output=====================================\n for ((let) of foo);\n for (foo of let);\n for (foo of let.a);\n for (foo of let[a]);\n - for ((let).a of foo);\n - for ((let)[a] of foo);\n + for (let.a of foo);\n + for (let[a] of foo);\n for ((let)().a of foo);\n for (letFoo of foo);\n \n for (let.a in foo);\n - for ((let)[a] in foo);\n + for (let[a] in foo);\n \n for (let of of let);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 92)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 17,
"numPendingTests": 0,
"perfStats": {
"start": 381552.658534,
"end": 382731.078439,
"runtime": 1178,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/identifier/for-of/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"await.js"
],
"duration": 0.45274599990807474,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 66.62711100000888,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 70.7969199999934,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 63.56160000001546,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 62.640841000014916,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 63.16330100002233,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 65.8364709999878,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 65.3515330000082,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 63.31955499993637,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 0.666594999958761,
"failureMessages": [
"let.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -20,16 +20,16 @@\n =====================================output=====================================\n for ((let) of foo);\n for (foo of let);\n for (foo of let.a);\n for (foo of let[a]);\n - for ((let).a of foo);\n - for ((let)[a] of foo);\n + for (let.a of foo);\n + for (let[a] of foo);\n for ((let)().a of foo);\n for (letFoo of foo);\n \n for (let.a in foo);\n - for ((let)[a] in foo);\n + for (let[a] in foo);\n \n for (let of of let);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 92)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 65.71211799990851,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 65.55593300005421,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 66.28195999993477,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 65.38041700003669,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 64.335522999987,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 66.66802600002848,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 66.33108000003267,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 66.28188699996099,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "between-parentheses-and-function-body.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `between-parentheses-and-function-body.js format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -43,17 +43,17 @@\n function function_declaration() {\n // this is a function\n return 42;\n }\n \n - (function named() {\n - // this is a function\n + (function named() // this is a function\n + {\n return 42;\n })();\n \n - (function () {\n - // this is a function\n + (function () // this is a function\n + {\n return 42;\n })();\n \n /* anonymous declaration */\n export default function () {\n @@ -64,11 +64,10 @@\n a = {\n foo() {\n // this is a function\n },\n \n - bar: function () {\n - // this is a function\n - },\n + bar: function () // this is a function\n + {},\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 93)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 8,
"numPendingTests": 0,
"perfStats": {
"start": 382829.39351599995,
"end": 383429.69505399995,
"runtime": 600,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 0,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments/function/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"between-parentheses-and-function-body.js"
],
"duration": 0.6839170000748709,
"failureMessages": [
"between-parentheses-and-function-body.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `between-parentheses-and-function-body.js format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -43,17 +43,17 @@\n function function_declaration() {\n // this is a function\n return 42;\n }\n \n - (function named() {\n - // this is a function\n + (function named() // this is a function\n + {\n return 42;\n })();\n \n - (function () {\n - // this is a function\n + (function () // this is a function\n + {\n return 42;\n })();\n \n /* anonymous declaration */\n export default function () {\n @@ -64,11 +64,10 @@\n a = {\n foo() {\n // this is a function\n },\n \n - bar: function () {\n - // this is a function\n - },\n + bar: function () // this is a function\n + {},\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 93)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"between-parentheses-and-function-body.js"
],
"duration": 69.96007899998222,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"between-parentheses-and-function-body.js"
],
"duration": 67.42189400002826,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"between-parentheses-and-function-body.js"
],
"duration": 62.742201000102796,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"between-parentheses-and-function-body.js"
],
"duration": 65.42037199996412,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"between-parentheses-and-function-body.js"
],
"duration": 65.60466499999166,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"between-parentheses-and-function-body.js"
],
"duration": 67.41804000001866,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"between-parentheses-and-function-body.js"
],
"duration": 67.6894349999493,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"between-parentheses-and-function-body.js"
],
"duration": 66.26411999994889,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 383539.129995,
"end": 384141.11371699994,
"runtime": 602,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments/flow-types/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"inline.js"
],
"duration": 0.48290199995972216,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 63.51752300001681,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 64.69616199994925,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 67.36583099991549,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 65.31608999997843,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 63.56902499997523,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 64.3543569999747,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 63.54421199997887,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 64.61373199999798,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 384242.60643700004,
"end": 384803.24871400004,
"runtime": 561,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/call/no-argument/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"special-cases.js"
],
"duration": 0.4505709999939427,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"special-cases.js"
],
"duration": 63.36447999998927,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"special-cases.js"
],
"duration": 67.04249100002926,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"special-cases.js"
],
"duration": 60.542162999976426,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"special-cases.js"
],
"duration": 60.41115199995693,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"special-cases.js"
],
"duration": 60.27289799996652,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"special-cases.js"
],
"duration": 59.83009899989702,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"special-cases.js"
],
"duration": 62.695346999913454,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"special-cases.js"
],
"duration": 63.24036700010765,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "expression-2nd-arg.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expression-2nd-arg.js format 1`\n \n - Snapshot - 14\n + Received + 8\n \n @@ -27,22 +27,16 @@\n =====================================output=====================================\n call(function () {\n return 1;\n }, 200_000_000_000n * askTrovenaBeenaDependsRowans);\n \n - call(\n - function () {\n - return 1;\n - },\n - (200_000_000_000n * askTrovenaBeenaDependsRowans) /\n - glimseGlyphsHazardNoopsTieTie,\n - );\n + call(function () {\n + return 1;\n + }, (200_000_000_000n * askTrovenaBeenaDependsRowans) /\n + glimseGlyphsHazardNoopsTieTie);\n \n - call(\n - function () {\n - return 1;\n - },\n - (askTrovenaBeenaDependsRowans = glimseGlyphsHazardNoopsTieTie =\n - 200_000_000_000n),\n - );\n + call(function () {\n + return 1;\n + }, (askTrovenaBeenaDependsRowans = glimseGlyphsHazardNoopsTieTie =\n + 200_000_000_000n));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-12892.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-12892.js format 1`\n \n - Snapshot - 11\n + Received + 8\n \n @@ -11,18 +11,15 @@\n veryLongParameterName3,\n veryLongParameterName4,\n ));\n \n =====================================output=====================================\n - setTimeout(\n - () => {\n - console.log(\"test\");\n - },\n - someFunctionCall(\n - veryLongParameterName1,\n - veryLongParameterName2,\n - veryLongParameterName3,\n - veryLongParameterName4,\n - ),\n - );\n + setTimeout(() => {\n + console.log(\"test\");\n + }, someFunctionCall(\n + veryLongParameterName1,\n + veryLongParameterName2,\n + veryLongParameterName3,\n + veryLongParameterName4,\n + ));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-2456.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-2456.js format 1`\n \n - Snapshot - 11\n + Received + 8\n \n @@ -7,18 +7,15 @@\n err.message.includes('\"1\"') && err.message.includes(\"Model\") &&\n err.message.includes(\"/id\") && err.message.includes(\"identifier(number)\")\n )\n \n =====================================output=====================================\n - f(\n - (x) => {\n - y;\n - },\n - err.message.includes(\"asd\") &&\n - err.message.includes(\"id\") &&\n - err.message.includes('\"1\"') &&\n - err.message.includes(\"Model\") &&\n - err.message.includes(\"/id\") &&\n - err.message.includes(\"identifier(number)\"),\n - );\n + f((x) => {\n + y;\n + }, err.message.includes(\"asd\") &&\n + err.message.includes(\"id\") &&\n + err.message.includes('\"1\"') &&\n + err.message.includes(\"Model\") &&\n + err.message.includes(\"/id\") &&\n + err.message.includes(\"identifier(number)\"));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-4401.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-4401.js format 1`\n \n - Snapshot - 6\n + Received + 3\n \n @@ -10,14 +10,11 @@\n );\n }\n \n =====================================output=====================================\n export function test() {\n - setTimeout(\n - () => {\n - console.warn({}, \"Lambda approaching timeout.\");\n - },\n - Math.max(context.getRemainingTimeInMillis() - WARN_TIMEOUT_MS, 0),\n - );\n + setTimeout(() => {\n + console.warn({}, \"Lambda approaching timeout.\");\n + }, Math.max(context.getRemainingTimeInMillis() - WARN_TIMEOUT_MS, 0));\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-5172.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-5172.js format 1`\n \n - Snapshot - 21\n + Received + 15\n \n @@ -13,30 +13,24 @@\n call(function () {\n return 1;\n }, $var || ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"));\n \n =====================================output=====================================\n - call(\n - function () {\n - return 1;\n - },\n + call(function () {\n + return 1;\n + }, $var ??\n $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - \"test\",\n - );\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + \"test\");\n \n - call(\n - function () {\n - return 1;\n - },\n - $var ||\n - ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"),\n - );\n + call(function () {\n + return 1;\n + }, $var ||\n + ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 5,
"numPassingTests": 76,
"numPendingTests": 0,
"perfStats": {
"start": 384921.48152800003,
"end": 390009.37795199995,
"runtime": 5088,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 5,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/call/first-argument-expansion/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"expression-2nd-arg.js"
],
"duration": 0.6511360000586137,
"failureMessages": [
"expression-2nd-arg.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expression-2nd-arg.js format 1`\n \n - Snapshot - 14\n + Received + 8\n \n @@ -27,22 +27,16 @@\n =====================================output=====================================\n call(function () {\n return 1;\n }, 200_000_000_000n * askTrovenaBeenaDependsRowans);\n \n - call(\n - function () {\n - return 1;\n - },\n - (200_000_000_000n * askTrovenaBeenaDependsRowans) /\n - glimseGlyphsHazardNoopsTieTie,\n - );\n + call(function () {\n + return 1;\n + }, (200_000_000_000n * askTrovenaBeenaDependsRowans) /\n + glimseGlyphsHazardNoopsTieTie);\n \n - call(\n - function () {\n - return 1;\n - },\n - (askTrovenaBeenaDependsRowans = glimseGlyphsHazardNoopsTieTie =\n - 200_000_000_000n),\n - );\n + call(function () {\n + return 1;\n + }, (askTrovenaBeenaDependsRowans = glimseGlyphsHazardNoopsTieTie =\n + 200_000_000_000n));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"expression-2nd-arg.js"
],
"duration": 65.59172999998555,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"expression-2nd-arg.js"
],
"duration": 62.530785999959335,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"expression-2nd-arg.js"
],
"duration": 60.94344399997499,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"expression-2nd-arg.js"
],
"duration": 61.13309600006323,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"expression-2nd-arg.js"
],
"duration": 61.51825399999507,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"expression-2nd-arg.js"
],
"duration": 64.00064199999906,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"expression-2nd-arg.js"
],
"duration": 61.689404000062495,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"expression-2nd-arg.js"
],
"duration": 63.075574000016786,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-12892.js"
],
"duration": 0.7405130000552163,
"failureMessages": [
"issue-12892.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-12892.js format 1`\n \n - Snapshot - 11\n + Received + 8\n \n @@ -11,18 +11,15 @@\n veryLongParameterName3,\n veryLongParameterName4,\n ));\n \n =====================================output=====================================\n - setTimeout(\n - () => {\n - console.log(\"test\");\n - },\n - someFunctionCall(\n - veryLongParameterName1,\n - veryLongParameterName2,\n - veryLongParameterName3,\n - veryLongParameterName4,\n - ),\n - );\n + setTimeout(() => {\n + console.log(\"test\");\n + }, someFunctionCall(\n + veryLongParameterName1,\n + veryLongParameterName2,\n + veryLongParameterName3,\n + veryLongParameterName4,\n + ));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-12892.js"
],
"duration": 59.74527700000908,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-12892.js"
],
"duration": 61.60421600006521,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-12892.js"
],
"duration": 63.21724799997173,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-12892.js"
],
"duration": 60.314346999977715,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-12892.js"
],
"duration": 59.24148999992758,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-12892.js"
],
"duration": 64.69822800008114,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-12892.js"
],
"duration": 62.48895799997263,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-12892.js"
],
"duration": 60.548533999943174,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-13237.js"
],
"duration": 0.476630000048317,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-13237.js"
],
"duration": 62.3422969999956,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-13237.js"
],
"duration": 60.55519700003788,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-13237.js"
],
"duration": 59.723394999979064,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-13237.js"
],
"duration": 61.613988999975845,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-13237.js"
],
"duration": 61.33224100002553,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-13237.js"
],
"duration": 61.50341899995692,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-13237.js"
],
"duration": 61.74440200009849,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-13237.js"
],
"duration": 62.15216200007126,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-14454.js"
],
"duration": 0.4199650000082329,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-14454.js"
],
"duration": 60.00148300000001,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-14454.js"
],
"duration": 62.82766599999741,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-14454.js"
],
"duration": 59.503012000001036,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-14454.js"
],
"duration": 60.55986599996686,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-14454.js"
],
"duration": 58.98566599993501,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-14454.js"
],
"duration": 60.87057000002824,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-14454.js"
],
"duration": 62.63327500002924,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-14454.js"
],
"duration": 59.70696300000418,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-2456.js"
],
"duration": 0.660223999992013,
"failureMessages": [
"issue-2456.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-2456.js format 1`\n \n - Snapshot - 11\n + Received + 8\n \n @@ -7,18 +7,15 @@\n err.message.includes('\"1\"') && err.message.includes(\"Model\") &&\n err.message.includes(\"/id\") && err.message.includes(\"identifier(number)\")\n )\n \n =====================================output=====================================\n - f(\n - (x) => {\n - y;\n - },\n - err.message.includes(\"asd\") &&\n - err.message.includes(\"id\") &&\n - err.message.includes('\"1\"') &&\n - err.message.includes(\"Model\") &&\n - err.message.includes(\"/id\") &&\n - err.message.includes(\"identifier(number)\"),\n - );\n + f((x) => {\n + y;\n + }, err.message.includes(\"asd\") &&\n + err.message.includes(\"id\") &&\n + err.message.includes('\"1\"') &&\n + err.message.includes(\"Model\") &&\n + err.message.includes(\"/id\") &&\n + err.message.includes(\"identifier(number)\"));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-2456.js"
],
"duration": 63.802421000087634,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-2456.js"
],
"duration": 66.7108409999637,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-2456.js"
],
"duration": 63.20937499997672,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-2456.js"
],
"duration": 60.43910600000527,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-2456.js"
],
"duration": 58.790194000001065,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-2456.js"
],
"duration": 60.02896599995438,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-2456.js"
],
"duration": 59.54546599998139,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-2456.js"
],
"duration": 60.30812599998899,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-4401.js"
],
"duration": 0.6240749999415129,
"failureMessages": [
"issue-4401.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-4401.js format 1`\n \n - Snapshot - 6\n + Received + 3\n \n @@ -10,14 +10,11 @@\n );\n }\n \n =====================================output=====================================\n export function test() {\n - setTimeout(\n - () => {\n - console.warn({}, \"Lambda approaching timeout.\");\n - },\n - Math.max(context.getRemainingTimeInMillis() - WARN_TIMEOUT_MS, 0),\n - );\n + setTimeout(() => {\n + console.warn({}, \"Lambda approaching timeout.\");\n + }, Math.max(context.getRemainingTimeInMillis() - WARN_TIMEOUT_MS, 0));\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-4401.js"
],
"duration": 60.320819000015035,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-4401.js"
],
"duration": 62.24537799996324,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-4401.js"
],
"duration": 59.72215399995912,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-4401.js"
],
"duration": 58.95476799993776,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-4401.js"
],
"duration": 60.282418000046164,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-4401.js"
],
"duration": 61.00577799999155,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-4401.js"
],
"duration": 61.3287479999708,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-4401.js"
],
"duration": 60.56094999995548,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-5172.js"
],
"duration": 0.6353569999337196,
"failureMessages": [
"issue-5172.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-5172.js format 1`\n \n - Snapshot - 21\n + Received + 15\n \n @@ -13,30 +13,24 @@\n call(function () {\n return 1;\n }, $var || ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"));\n \n =====================================output=====================================\n - call(\n - function () {\n - return 1;\n - },\n + call(function () {\n + return 1;\n + }, $var ??\n $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - \"test\",\n - );\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + \"test\");\n \n - call(\n - function () {\n - return 1;\n - },\n - $var ||\n - ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"),\n - );\n + call(function () {\n + return 1;\n + }, $var ||\n + ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-5172.js"
],
"duration": 60.222452999907546,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-5172.js"
],
"duration": 62.324751000036485,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-5172.js"
],
"duration": 60.40942600008566,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-5172.js"
],
"duration": 58.96721999999136,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-5172.js"
],
"duration": 59.44988299999386,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-5172.js"
],
"duration": 60.31162200006656,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-5172.js"
],
"duration": 59.09924500004854,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-5172.js"
],
"duration": 59.12005200004205,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 0.4886929999338463,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 59.42036799993366,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 59.76823799998965,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 59.862116000032984,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 60.16771399998106,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 59.15831799991429,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 58.778028000029735,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 59.000141999917105,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 60.30253699992318,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 0.5056539999786764,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 106.87771300005261,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 71.49382299999706,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 69.00960900005884,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 67.5719500000123,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 65.92115499998908,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 70.23990100005176,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 70.00632699998096,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 70.98216499993578,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "indent.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -6,11 +6,10 @@\n with (0) {}\n \n with (0) 1;\n \n =====================================output=====================================\n - with (0) {\n - }\n + with (0) {}\n \n with (0) 1;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 97)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 8,
"numPendingTests": 0,
"perfStats": {
"start": 390143.515171,
"end": 390685.30818899994,
"runtime": 542,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 0,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/with/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"indent.js"
],
"duration": 0.718972000060603,
"failureMessages": [
"indent.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -6,11 +6,10 @@\n with (0) {}\n \n with (0) 1;\n \n =====================================output=====================================\n - with (0) {\n - }\n + with (0) {}\n \n with (0) 1;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 97)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 60.3706930000335,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 58.73139800003264,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 60.88907499995548,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 61.0584159999853,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 60.28842699993402,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 58.985227999975905,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 59.92909799993504,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 60.283868000027724,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 390815.01406799996,
"end": 391376.32159400004,
"runtime": 561,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/while/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"indent.js"
],
"duration": 0.5703150000190362,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 63.340120999957435,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 63.21015300008003,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 60.379340999992564,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 63.1978100000415,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 62.975496000028215,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 61.707577000022866,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 62.7345900000073,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 61.636737999971956,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 391479.16054599994,
"end": 392610.434967,
"runtime": 1131,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/variable_declarator/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"multiple.js"
],
"duration": 0.4491680000210181,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 68.49114599998575,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 67.26519299997017,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 65.62091199995484,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 63.132503000088036,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 61.167468999978155,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 63.01219099992886,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 63.3156500000041,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 66.81017599999905,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 0.4862880000146106,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 60.409141000011005,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 62.040456000017,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 60.093977999989875,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 59.95899199997075,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 60.37545099994168,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 62.555457999929786,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 60.306282999925315,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 59.58149499993306,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 392736.025524,
"end": 393281.353802,
"runtime": 545,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/update-expression/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"update_expression.js"
],
"duration": 0.5061449999921024,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"update_expression.js"
],
"duration": 59.42975399992429,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"update_expression.js"
],
"duration": 60.6530999999959,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"update_expression.js"
],
"duration": 58.6917840000242,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"update_expression.js"
],
"duration": 60.14098799997009,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"update_expression.js"
],
"duration": 59.10128399997484,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"update_expression.js"
],
"duration": 60.54620499990415,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"update_expression.js"
],
"duration": 61.60642900003586,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"update_expression.js"
],
"duration": 60.817429000046104,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 27,
"numPendingTests": 0,
"perfStats": {
"start": 393383.756369,
"end": 395030.35090200003,
"runtime": 1647,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/unicode/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"combining-characters.js"
],
"duration": 0.47867400001268834,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"combining-characters.js"
],
"duration": 60.46902499999851,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"combining-characters.js"
],
"duration": 61.868657999904826,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"combining-characters.js"
],
"duration": 60.33566499990411,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"combining-characters.js"
],
"duration": 60.60930300003383,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"combining-characters.js"
],
"duration": 60.64858000003733,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"combining-characters.js"
],
"duration": 60.62509999994654,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"combining-characters.js"
],
"duration": 59.13490499998443,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"combining-characters.js"
],
"duration": 61.284083999926224,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"keys.js"
],
"duration": 0.4030729999067262,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"keys.js"
],
"duration": 61.35565400007181,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"keys.js"
],
"duration": 61.67655899992678,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"keys.js"
],
"duration": 60.223156000021845,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"keys.js"
],
"duration": 60.680990000022575,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"keys.js"
],
"duration": 60.839635999989696,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"keys.js"
],
"duration": 62.03254599997308,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"keys.js"
],
"duration": 62.28920400002971,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"keys.js"
],
"duration": 60.90456599998288,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nbsp-jsx.js"
],
"duration": 0.43871899996884167,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nbsp-jsx.js"
],
"duration": 61.588219000026584,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nbsp-jsx.js"
],
"duration": 61.443442999967374,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nbsp-jsx.js"
],
"duration": 61.525201999931596,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nbsp-jsx.js"
],
"duration": 61.29053200001363,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nbsp-jsx.js"
],
"duration": 61.795189999975264,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nbsp-jsx.js"
],
"duration": 60.89198399998713,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nbsp-jsx.js"
],
"duration": 60.47219000000041,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nbsp-jsx.js"
],
"duration": 60.46974600001704,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 395151.71588999993,
"end": 396484.06280400004,
"runtime": 1332,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/unary-expression/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.4685750000644475,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 107.36113400000613,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 78.33844600000884,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 71.73782700009178,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 75.79036500002258,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 76.04937500006054,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 81.03799400001299,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 84.1151719999034,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 78.78608599992003,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"urnary_expression.js"
],
"duration": 0.40022700000554323,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"urnary_expression.js"
],
"duration": 62.16649599990342,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"urnary_expression.js"
],
"duration": 60.92930200009141,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"urnary_expression.js"
],
"duration": 60.535164000000805,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"urnary_expression.js"
],
"duration": 58.30449599993881,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"urnary_expression.js"
],
"duration": 59.74921999999788,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"urnary_expression.js"
],
"duration": 86.69974799989723,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"urnary_expression.js"
],
"duration": 63.96806599991396,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"urnary_expression.js"
],
"duration": 65.69884999992792,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 396594.238647,
"end": 397752.52201200003,
"runtime": 1158,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/unary/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"object.js"
],
"duration": 0.4326480000745505,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 63.453683000057936,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 63.37996099994052,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 64.21050899999682,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 65.06296299991664,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 60.09472499997355,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 60.542162999976426,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 61.197042000014335,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 62.105899999965914,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"series.js"
],
"duration": 0.4398110000183806,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"series.js"
],
"duration": 64.0025729999179,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"series.js"
],
"duration": 66.73591700010002,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"series.js"
],
"duration": 62.6434860000154,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"series.js"
],
"duration": 61.44820099999197,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"series.js"
],
"duration": 63.15053300000727,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"series.js"
],
"duration": 62.91955800005235,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"series.js"
],
"duration": 63.16901599999983,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"series.js"
],
"duration": 62.234831999987364,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 27,
"numPendingTests": 0,
"perfStats": {
"start": 397858.265896,
"end": 399545.750692,
"runtime": 1687,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/try/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"catch.js"
],
"duration": 0.4248529999749735,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"catch.js"
],
"duration": 65.7884540000232,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"catch.js"
],
"duration": 65.0792969999602,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"catch.js"
],
"duration": 64.59047200006898,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"catch.js"
],
"duration": 65.40351400000509,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"catch.js"
],
"duration": 63.02654600003734,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"catch.js"
],
"duration": 62.835884999949485,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"catch.js"
],
"duration": 62.50169099995401,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"catch.js"
],
"duration": 63.25116899993736,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 0.4244419999886304,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 63.91616399993654,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 64.72911800001748,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 59.56617100001313,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 60.771635000011884,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 60.21138700004667,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 61.27385500003584,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 62.08138999994844,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 60.4092229999369,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 0.4444389999844134,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 62.582661999971606,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 63.97713599994313,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 60.479293999960646,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 61.99087000009604,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 60.63961399998516,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 61.787267000065185,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 58.38916099991184,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 59.77988899999764,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 27,
"numPendingTests": 0,
"perfStats": {
"start": 399647.947827,
"end": 401382.07592200005,
"runtime": 1734,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/throw_statement/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 0.4976590001024306,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 79.68229299993254,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 65.83285300002899,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 64.21023900003638,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 63.934222999960184,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 64.3577819999773,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 66.839658999932,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 64.16922699997667,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 63.32587499998044,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 0.4752680000383407,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 63.23962400003802,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 62.96248700004071,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 64.28082300000824,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 62.332569999969564,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 61.883384999935515,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 63.39199300005566,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 61.13149399997201,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 63.529649999924004,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 0.3899090000195429,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 62.07656700001098,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 61.941814000019804,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 62.24795799993444,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 62.91393999999855,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 64.55486499995459,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 62.615703999996185,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 65.2341080000624,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 63.85239699995145,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "indention.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indention.js format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -97,31 +97,31 @@\n `,\n `\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n @@ -133,24 +133,24 @@\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n # blabla ${a} ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 106)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 53,
"numPendingTests": 0,
"perfStats": {
"start": 401508.870525,
"end": 405039.890174,
"runtime": 3531,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 5,
"unchecked": 4,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": [
"css-prop.js format 1",
"styled-components-with-expressions.js format 1",
"styled-jsx.js format 1",
"styled-jsx-with-expressions.js format 1"
]
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/template-literals/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"binary-exporessions.js"
],
"duration": 0.4900849999394268,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary-exporessions.js"
],
"duration": 63.20323400001507,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary-exporessions.js"
],
"duration": 67.52372499997728,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary-exporessions.js"
],
"duration": 62.823995999991894,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary-exporessions.js"
],
"duration": 63.768333000014536,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary-exporessions.js"
],
"duration": 62.04005099995993,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary-exporessions.js"
],
"duration": 67.98749099997804,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary-exporessions.js"
],
"duration": 59.55536899995059,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary-exporessions.js"
],
"duration": 60.11359399999492,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"conditional-expressions.js"
],
"duration": 0.4288609999930486,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"conditional-expressions.js"
],
"duration": 61.148331000003964,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"conditional-expressions.js"
],
"duration": 61.54269999999087,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"conditional-expressions.js"
],
"duration": 61.58749400009401,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"conditional-expressions.js"
],
"duration": 61.106114999973215,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"conditional-expressions.js"
],
"duration": 61.269956000032835,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"conditional-expressions.js"
],
"duration": 61.625293000019155,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"conditional-expressions.js"
],
"duration": 61.277043999987654,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"conditional-expressions.js"
],
"duration": 61.91412400000263,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"expressions.js"
],
"duration": 0.5031289999606088,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"expressions.js"
],
"duration": 85.3450469999807,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"expressions.js"
],
"duration": 72.04905999999028,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"expressions.js"
],
"duration": 73.27562899992336,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"expressions.js"
],
"duration": 70.14061500004027,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"expressions.js"
],
"duration": 68.7713980000699,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"expressions.js"
],
"duration": 70.10397499997634,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"expressions.js"
],
"duration": 88.67992599995341,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"expressions.js"
],
"duration": 69.36393500003032,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indention.js"
],
"duration": 0.8755550000350922,
"failureMessages": [
"indention.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indention.js format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -97,31 +97,31 @@\n `,\n `\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n @@ -133,24 +133,24 @@\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n # blabla ${a} ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 106)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indention.js"
],
"duration": 68.28499199997168,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indention.js"
],
"duration": 68.21716900006868,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indention.js"
],
"duration": 76.9727679999778,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indention.js"
],
"duration": 64.78124599996954,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indention.js"
],
"duration": 64.893737000064,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indention.js"
],
"duration": 65.35155400005169,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indention.js"
],
"duration": 69.48854599997867,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indention.js"
],
"duration": 66.07809800002724,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"logical-expressions.js"
],
"duration": 0.5435450000222772,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"logical-expressions.js"
],
"duration": 63.76447900000494,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"logical-expressions.js"
],
"duration": 64.02755500003695,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"logical-expressions.js"
],
"duration": 59.8156799999997,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"logical-expressions.js"
],
"duration": 59.24951200000942,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"logical-expressions.js"
],
"duration": 61.294536000001244,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"logical-expressions.js"
],
"duration": 60.81614999996964,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"logical-expressions.js"
],
"duration": 61.63607799995225,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"logical-expressions.js"
],
"duration": 64.24710999999661,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"sequence-expressions.js"
],
"duration": 0.4305639999220148,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"sequence-expressions.js"
],
"duration": 62.62978199997451,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"sequence-expressions.js"
],
"duration": 60.764854999957606,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"sequence-expressions.js"
],
"duration": 60.50783000001684,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"sequence-expressions.js"
],
"duration": 60.93940199993085,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"sequence-expressions.js"
],
"duration": 60.993396000005305,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"sequence-expressions.js"
],
"duration": 64.00416600005701,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"sequence-expressions.js"
],
"duration": 62.14433299994562,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"sequence-expressions.js"
],
"duration": 63.122605000040494,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "comments2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments2.js format 1`\n \n - Snapshot - 3\n + Received + 6\n \n @@ -25,15 +25,17 @@\n break;// comment5c\n }\n \n =====================================output=====================================\n switch (1) {\n - default: // comment1\n + default:\n + // comment1\n }\n \n switch (2) {\n - default: // comment2\n + default:\n + // comment2\n //comment2a\n }\n \n switch (3) {\n default: // comment3\n @@ -46,12 +48,13 @@\n break; // comment4b\n }\n \n switch (5) {\n default: // comment5\n + //comment5b\n // comment5a\n foo();\n - bar(); //comment5b\n + bar();\n break; // comment5c\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 107)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 53,
"numPendingTests": 0,
"perfStats": {
"start": 405150.140079,
"end": 408594.169697,
"runtime": 3444,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 5,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/switch/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.42419200006406754,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 62.93270199990366,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 66.40907199995127,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 63.00134399998933,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 64.32134699996095,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 68.11223400000017,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 64.90655700000934,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 70.47177199996077,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 65.7430990000721,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments2.js"
],
"duration": 0.6176739999791607,
"failureMessages": [
"comments2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments2.js format 1`\n \n - Snapshot - 3\n + Received + 6\n \n @@ -25,15 +25,17 @@\n break;// comment5c\n }\n \n =====================================output=====================================\n switch (1) {\n - default: // comment1\n + default:\n + // comment1\n }\n \n switch (2) {\n - default: // comment2\n + default:\n + // comment2\n //comment2a\n }\n \n switch (3) {\n default: // comment3\n @@ -46,12 +48,13 @@\n break; // comment4b\n }\n \n switch (5) {\n default: // comment5\n + //comment5b\n // comment5a\n foo();\n - bar(); //comment5b\n + bar();\n break; // comment5c\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 107)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"comments2.js"
],
"duration": 64.1648259999929,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments2.js"
],
"duration": 63.205312000005506,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments2.js"
],
"duration": 63.04406400001608,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments2.js"
],
"duration": 64.48659699992277,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments2.js"
],
"duration": 67.70822900009807,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments2.js"
],
"duration": 61.41164399997797,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments2.js"
],
"duration": 61.10990799998399,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments2.js"
],
"duration": 61.48599900002591,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty_lines.js"
],
"duration": 0.49146799999289215,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty_lines.js"
],
"duration": 63.84154599998146,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty_lines.js"
],
"duration": 64.05718999996316,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty_lines.js"
],
"duration": 65.31573200004641,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty_lines.js"
],
"duration": 66.69624700001441,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty_lines.js"
],
"duration": 65.02479799999855,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty_lines.js"
],
"duration": 63.52824300003704,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty_lines.js"
],
"duration": 65.67145499994513,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty_lines.js"
],
"duration": 75.75994100002572,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty_statement.js"
],
"duration": 0.4010290000587702,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty_statement.js"
],
"duration": 64.13983600004576,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty_statement.js"
],
"duration": 64.06309100007638,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty_statement.js"
],
"duration": 62.143535000039265,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty_statement.js"
],
"duration": 62.41877099999692,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty_statement.js"
],
"duration": 61.95737000007648,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty_statement.js"
],
"duration": 61.30550400004722,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty_statement.js"
],
"duration": 61.75144000002183,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty_statement.js"
],
"duration": 63.15475999994669,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty_switch.js"
],
"duration": 0.4143139999359846,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty_switch.js"
],
"duration": 62.23758600000292,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty_switch.js"
],
"duration": 61.88622300000861,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty_switch.js"
],
"duration": 63.77216799999587,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty_switch.js"
],
"duration": 62.30397200002335,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty_switch.js"
],
"duration": 59.39242499996908,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty_switch.js"
],
"duration": 61.540717000025325,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty_switch.js"
],
"duration": 64.76119300001301,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty_switch.js"
],
"duration": 61.47150200000033,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 0.42393200006335974,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 64.54127399995923,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 64.58807199995499,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 61.51911100000143,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 60.832760000019334,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 60.22796099993866,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 61.36984200007282,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 62.36190000001807,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 62.552323999931104,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 408726.24813,
"end": 409292.30486800004,
"runtime": 566,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/spread/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"spread.js"
],
"duration": 0.5575609999941662,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 63.96233300003223,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 63.63650599995162,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 61.8875560000306,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 62.76032799994573,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 62.445232999976724,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 61.3124920000555,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 61.41065199999139,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 61.91360899992287,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "ignore.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore.js format 1`\n \n - Snapshot - 7\n + Received + 1\n \n @@ -17,15 +17,9 @@\n ;\n \n =====================================output=====================================\n +(\n // prettier-ignore\n - ((\n - first\n - )\n - ,\n - (\n - last\n - ))\n + (first, last)\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 109)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nparenthesized.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesized.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -26,19 +26,21 @@\n );\n \n =====================================output=====================================\n console.log(\n /* 1 */\n +\n /* 2 */\n - (/* 3 */\n - first,\n +\n + /* 3 */\n + (first,\n /* 4 */\n /* 5 */\n /* 6 */\n +\n /* 7 */\n last),\n /* 8 */\n - /* 9 */\n /* 10 */\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 109)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 25,
"numPendingTests": 0,
"perfStats": {
"start": 409397.78676600003,
"end": 411045.05132,
"runtime": 1647,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/sequence-expression/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"export-default.js"
],
"duration": 0.4061989999609068,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export-default.js"
],
"duration": 59.83437499997672,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export-default.js"
],
"duration": 59.30030900007114,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export-default.js"
],
"duration": 61.81630599999335,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-default.js"
],
"duration": 59.43030100001488,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-default.js"
],
"duration": 60.15954999998212,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-default.js"
],
"duration": 62.569622999988496,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-default.js"
],
"duration": 65.34204000001773,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-default.js"
],
"duration": 64.19024899997748,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 0.8270849999971688,
"failureMessages": [
"ignore.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore.js format 1`\n \n - Snapshot - 7\n + Received + 1\n \n @@ -17,15 +17,9 @@\n ;\n \n =====================================output=====================================\n +(\n // prettier-ignore\n - ((\n - first\n - )\n - ,\n - (\n - last\n - ))\n + (first, last)\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 109)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 59.883905999944545,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 60.164117000065744,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 63.9762290000217,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 62.51607800007332,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 60.49993600009475,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 61.00565199996345,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 61.119667000020854,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 60.870718999998644,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parenthesized.js"
],
"duration": 0.6993660000152886,
"failureMessages": [
"parenthesized.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesized.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -26,19 +26,21 @@\n );\n \n =====================================output=====================================\n console.log(\n /* 1 */\n +\n /* 2 */\n - (/* 3 */\n - first,\n +\n + /* 3 */\n + (first,\n /* 4 */\n /* 5 */\n /* 6 */\n +\n /* 7 */\n last),\n /* 8 */\n - /* 9 */\n /* 10 */\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 109)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"parenthesized.js"
],
"duration": 60.63657600001898,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parenthesized.js"
],
"duration": 60.2203959999606,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parenthesized.js"
],
"duration": 59.68339299992658,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parenthesized.js"
],
"duration": 60.49141100002453,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parenthesized.js"
],
"duration": 60.170272000017576,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parenthesized.js"
],
"duration": 59.255163000081666,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parenthesized.js"
],
"duration": 60.5185749999946,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parenthesized.js"
],
"duration": 60.44871999998577,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 411176.98308700003,
"end": 411767.15073099994,
"runtime": 590,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/sequence-break/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"break.js"
],
"duration": 0.6595110000343993,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 66.30455200001597,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 64.02052100002766,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 64.70103300001938,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 61.501848999992944,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 61.988096999935806,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 65.51935099996626,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 66.89767500001471,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 73.38999799999874,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 411877.173855,
"end": 413077.48997299996,
"runtime": 1200,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/return/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 0.45921800006181,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 77.43805100000463,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 65.8401999999769,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 65.12638400006108,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 67.0154249999905,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 73.20235299994238,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 66.45195699995384,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 62.435175999999046,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 64.71143100003246,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 0.41172899992670864,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 67.10782699997071,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 65.98203600000124,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 65.05261899996549,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 64.52520000003278,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 63.94104199996218,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 67.92008400009945,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 63.40709799993783,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 64.88312100002076,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 27,
"numPendingTests": 0,
"perfStats": {
"start": 413217.857275,
"end": 414924.035722,
"runtime": 1706,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/require-amd/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"named-amd-module.js"
],
"duration": 0.5807940000668168,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"named-amd-module.js"
],
"duration": 64.32431900000665,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"named-amd-module.js"
],
"duration": 64.84499699994922,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"named-amd-module.js"
],
"duration": 64.80020399997011,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"named-amd-module.js"
],
"duration": 63.555063000065275,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"named-amd-module.js"
],
"duration": 61.435253000003286,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"named-amd-module.js"
],
"duration": 63.096423999988474,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"named-amd-module.js"
],
"duration": 61.20744999998715,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"named-amd-module.js"
],
"duration": 61.86562799999956,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"non-amd-define.js"
],
"duration": 0.4760489999316633,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"non-amd-define.js"
],
"duration": 62.232222000020556,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"non-amd-define.js"
],
"duration": 64.86223099997733,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"non-amd-define.js"
],
"duration": 62.53702099993825,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"non-amd-define.js"
],
"duration": 61.43471300008241,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"non-amd-define.js"
],
"duration": 62.4654580000788,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"non-amd-define.js"
],
"duration": 62.91184900002554,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"non-amd-define.js"
],
"duration": 62.14357799990103,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"non-amd-define.js"
],
"duration": 63.70569800003432,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 0.4419060000218451,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 64.09121099999174,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 65.88717699993867,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 63.34372500004247,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 63.394939000019804,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 65.66381900000852,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 62.15448100003414,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 63.508767000050284,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 61.812493000063114,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "require.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `require.js format 1`\n \n - Snapshot - 8\n + Received + 7\n \n @@ -48,16 +48,15 @@\n eleven1,\n } = require(\"./my-utils\");\n \n const MyReallyExtrememlyLongModuleName = require(\"MyReallyExtrememlyLongModuleName\");\n \n - const plugin = require(\n - global.STANDALONE\n - ? path.join(__dirname, \"../standalone.js\")\n - : path.join(__dirname, \"..\"),\n - );\n + const plugin = require(global.STANDALONE\n + ? path.join(__dirname, \"../standalone.js\")\n + : path.join(__dirname, \"..\"));\n \n - const plugin2 = require(\n - path.join(__dirname, global.STANDALONE ? \"../standalone.js\" : \"..\"),\n - );\n + const plugin2 = require(path.join(\n + __dirname,\n + global.STANDALONE ? \"../standalone.js\" : \"..\",\n + ));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 113)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 8,
"numPendingTests": 0,
"perfStats": {
"start": 415034.177971,
"end": 415637.603804,
"runtime": 603,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 0,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/require/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"require.js"
],
"duration": 0.6217810000525787,
"failureMessages": [
"require.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `require.js format 1`\n \n - Snapshot - 8\n + Received + 7\n \n @@ -48,16 +48,15 @@\n eleven1,\n } = require(\"./my-utils\");\n \n const MyReallyExtrememlyLongModuleName = require(\"MyReallyExtrememlyLongModuleName\");\n \n - const plugin = require(\n - global.STANDALONE\n - ? path.join(__dirname, \"../standalone.js\")\n - : path.join(__dirname, \"..\"),\n - );\n + const plugin = require(global.STANDALONE\n + ? path.join(__dirname, \"../standalone.js\")\n + : path.join(__dirname, \"..\"));\n \n - const plugin2 = require(\n - path.join(__dirname, global.STANDALONE ? \"../standalone.js\" : \"..\"),\n - );\n + const plugin2 = require(path.join(\n + __dirname,\n + global.STANDALONE ? \"../standalone.js\" : \"..\",\n + ));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 113)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 64.88856099999975,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 63.85922799992841,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 66.01501000009011,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 65.08416899992153,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 64.88971900008619,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 66.43372099997941,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 66.15317199996207,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 65.41528200008906,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "array.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `array.js format 1`\n \n - Snapshot - 0\n + Received + 1\n \n @@ -18,6 +18,7 @@\n 7 | ,\n 8 | a,\n 9 | ]\n =====================================output=====================================\n a = [, , , , , , , a];\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nboundary-2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary-2.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -16,12 +16,11 @@\n 8 | );\n 9 |\n 10 | }\n 11 |\n =====================================output=====================================\n - function a(\n - ){\n + function a() {\n a();\n b();\n c();\n d();\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nboundary-3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary-3.js format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -12,13 +12,11 @@\n | ^^^^^^^^^^^^^^^^^\n 5 | ); d(\n 6 | );\n 7 |\n =====================================output=====================================\n - a (\n - );\n - b (\n - ); c (\n - ); d(\n - );\n + a();\n + b();\n + c();\n + d();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nboundary.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -10,11 +10,13 @@\n 2 | // The range will be 13~26\n 3 | // `foo` ends at 13, should not format\n 4 | // `bar` ends at 26, should format\n 5 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 13~26\n // `foo` ends at 13, should not format\n // `bar` ends at 26, should format\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclass-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-declaration.js format 1`\n \n - Snapshot - 3\n + Received + 2\n \n @@ -13,13 +13,12 @@\n | ^^^^^^^^^^^\n 5 | }\n 6 |\n 7 | let x\n =====================================output=====================================\n -\n -\n class a {\n b() {}\n }\n \n - let x\n + let x;\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndifferent-levels.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `different-levels.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -13,11 +13,11 @@\n > 4 | call(1,2,3)\n | ^^^^^^^^^\n 5 | }\n 6 |\n =====================================output=====================================\n - call(1,2,3)\n + call(1, 2, 3);\n call(1, 2, 3);\n function f() {\n call(1, 2, 3);\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndirective.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `directive.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,8 +9,8 @@\n | ^\n 2 | 'bbb';\n 3 |\n =====================================output=====================================\n \"aaa\";\n - 'bbb';\n + \"bbb\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunction-body.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-body.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,10 +9,10 @@\n > 2 | quux (); //\n | ^^^^^^^^^^^^^\n 3 | });\n 4 |\n =====================================output=====================================\n - let fn =a((x ) => {\n + let fn = a((x) => {\n quux(); //\n });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nignore-indentation.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore-indentation.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,14 +14,14 @@\n 6 | }\n 7 | }\n 8 | }\n 9 |\n =====================================output=====================================\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - \t \t `multiline template string\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + `multiline template string\n with too much indentation`;\n }\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-7082.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-7082.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -11,9 +11,9 @@\n | ^^^^^\n 3 | `;\n 4 |\n =====================================output=====================================\n export const Button = styled.button`\n - color: blue;\n + color: blue;\n `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-export1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export1.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -15,16 +15,14 @@\n 7 |\n 8 | export default 42\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-export2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export2.js format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -17,15 +17,14 @@\n 7 |\n 8 | export default 42\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-export3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export3.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -15,16 +15,14 @@\n > 8 | export default 42\n | ^^^^\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n export default 42;\n -\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-import.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-import.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -17,14 +17,12 @@\n 9 |\n 10 |\n =====================================output=====================================\n import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmultiple-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multiple-statements.js format 1`\n \n - Snapshot - 6\n + Received + 2\n \n @@ -25,18 +25,14 @@\n 13 | call(\n 14 | 1, 2,3\n 15 | );\n 16 |\n =====================================output=====================================\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n call(1, 2, 3);\n \n call(1, 2, 3);\n \n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmultiple-statements2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multiple-statements2.js format 1`\n \n - Snapshot - 6\n + Received + 2\n \n @@ -29,18 +29,14 @@\n 13 | call(\n 14 | 1, 2,3\n 15 | );\n 16 |\n =====================================output=====================================\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n call(1, 2, 3);\n \n call(1, 2, 3);\n \n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested2.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -18,9 +18,8 @@\n =====================================output=====================================\n try {\n if (condition) {\n body;\n }\n - }\n - catch (err) {}\n + } catch (err) {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested3.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -15,12 +15,12 @@\n 5 | }\n 6 | catch (err) {}\n 7 |\n =====================================output=====================================\n try {\n - 1;if (condition) {\n - body;\n - }\n - }\n - catch (err) {}\n + 1;\n + if (condition) {\n + body;\n + }\n + } catch (err) {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nobject-expression2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object-expression2.js format 1`\n \n - Snapshot - 1\n + Received + 0\n \n @@ -20,11 +20,10 @@\n > 9 | },\n | ^^^^^^\n 10 | ]\n 11 |\n =====================================output=====================================\n -\n const y = [\n {\n a: 1,\n },\n {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-end.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-end.js format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -18,12 +18,10 @@\n | ^^^^^\n > 9 | );\n | ^^\n =====================================output=====================================\n // Unchanged\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n + call(1, 2, 3);\n \n - call(1, 2, 3);\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-start.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-start.js format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -20,12 +20,9 @@\n 9 | );\n 10 |\n =====================================output=====================================\n call(1, 2, 3);\n \n -\n // Unchanged\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,14 +14,14 @@\n 6 | }\n 7 | }\n 8 | }\n 9 |\n =====================================output=====================================\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - `multiline template string\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + `multiline template string\n with too much indentation`;\n }\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nreversed-range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `reversed-range.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -8,9 +8,11 @@\n > 1 | foo = 1.0000;bar = 1.0000;baz=1.0000;\n | ^^^^^^^^^^^^^ [Reversed range]\n 2 | // The range will be 26~13, should not format anything\n 3 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0000;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 26~13, should not format anything\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nstart-equals-end.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `start-equals-end.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -8,9 +8,11 @@\n > 1 | foo = 1.0000;bar = 1.0000;baz=1.0000;\n | ^\n 2 | // The range will be 13~13, should not format anything\n 3 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0000;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 13~13, should not format anything\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nwhitespace.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `whitespace.js format 1`\n \n - Snapshot - 1\n + Received + 0\n \n @@ -7,8 +7,7 @@\n =====================================input======================================\n > 1 | \n | ^\n 2 |\n =====================================output=====================================\n - \n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 25,
"numPassingTests": 308,
"numPendingTests": 0,
"perfStats": {
"start": 415762.465866,
"end": 435781.17997799994,
"runtime": 20019,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 12,
"unchecked": 0,
"unmatched": 25,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/range/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"array.js"
],
"duration": 1.1023489999352023,
"failureMessages": [
"array.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `array.js format 1`\n \n - Snapshot - 0\n + Received + 1\n \n @@ -18,6 +18,7 @@\n 7 | ,\n 8 | a,\n 9 | ]\n =====================================output=====================================\n a = [, , , , , , , a];\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 61.32444500003476,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 61.24390100000892,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 62.65657800005283,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 62.59242100000847,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 60.85531499993522,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 61.49575499992352,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 60.70081399998162,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 62.13375699997414,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"boundary-2.js"
],
"duration": 0.8387349999975413,
"failureMessages": [
"boundary-2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary-2.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -16,12 +16,11 @@\n 8 | );\n 9 |\n 10 | }\n 11 |\n =====================================output=====================================\n - function a(\n - ){\n + function a() {\n a();\n b();\n c();\n d();\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"boundary-2.js"
],
"duration": 63.08423199993558,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"boundary-2.js"
],
"duration": 62.36992399999872,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"boundary-2.js"
],
"duration": 59.646044000051916,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"boundary-2.js"
],
"duration": 61.75819100008812,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"boundary-2.js"
],
"duration": 62.836072999984026,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"boundary-2.js"
],
"duration": 61.654089999967255,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"boundary-2.js"
],
"duration": 63.61953900009394,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"boundary-2.js"
],
"duration": 65.86936200002674,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"boundary-3.js"
],
"duration": 0.7462030000751838,
"failureMessages": [
"boundary-3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary-3.js format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -12,13 +12,11 @@\n | ^^^^^^^^^^^^^^^^^\n 5 | ); d(\n 6 | );\n 7 |\n =====================================output=====================================\n - a (\n - );\n - b (\n - ); c (\n - ); d(\n - );\n + a();\n + b();\n + c();\n + d();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"boundary-3.js"
],
"duration": 58.764745000051335,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"boundary-3.js"
],
"duration": 62.76514799997676,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"boundary-3.js"
],
"duration": 60.90533600002527,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"boundary-3.js"
],
"duration": 62.91698199999519,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"boundary-3.js"
],
"duration": 60.712278999970295,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"boundary-3.js"
],
"duration": 60.45007700007409,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"boundary-3.js"
],
"duration": 60.05147599999327,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"boundary-3.js"
],
"duration": 61.80658400000539,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 0.8330549999373034,
"failureMessages": [
"boundary.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -10,11 +10,13 @@\n 2 | // The range will be 13~26\n 3 | // `foo` ends at 13, should not format\n 4 | // `bar` ends at 26, should format\n 5 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 13~26\n // `foo` ends at 13, should not format\n // `bar` ends at 26, should format\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 60.89182699995581,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 60.63503700005822,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 58.74759000004269,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 60.002825999981724,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 60.83754099998623,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 60.00397399999201,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 59.00104999996256,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 60.19456600002013,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class-declaration.js"
],
"duration": 0.7341210000449792,
"failureMessages": [
"class-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-declaration.js format 1`\n \n - Snapshot - 3\n + Received + 2\n \n @@ -13,13 +13,12 @@\n | ^^^^^^^^^^^\n 5 | }\n 6 |\n 7 | let x\n =====================================output=====================================\n -\n -\n class a {\n b() {}\n }\n \n - let x\n + let x;\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"class-declaration.js"
],
"duration": 59.24167099990882,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class-declaration.js"
],
"duration": 60.47872599994298,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class-declaration.js"
],
"duration": 59.23423599998932,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-declaration.js"
],
"duration": 59.85490000003483,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-declaration.js"
],
"duration": 60.52866199996788,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-declaration.js"
],
"duration": 59.96611799998209,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-declaration.js"
],
"duration": 59.219135999912396,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-declaration.js"
],
"duration": 59.540471000014804,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"different-levels.js"
],
"duration": 0.796557999914512,
"failureMessages": [
"different-levels.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `different-levels.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -13,11 +13,11 @@\n > 4 | call(1,2,3)\n | ^^^^^^^^^\n 5 | }\n 6 |\n =====================================output=====================================\n - call(1,2,3)\n + call(1, 2, 3);\n call(1, 2, 3);\n function f() {\n call(1, 2, 3);\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"different-levels.js"
],
"duration": 61.182399999932386,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"different-levels.js"
],
"duration": 60.43469000002369,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"different-levels.js"
],
"duration": 59.45177300006617,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"different-levels.js"
],
"duration": 59.97618200001307,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"different-levels.js"
],
"duration": 59.11180700000841,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"different-levels.js"
],
"duration": 59.68010400002822,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"different-levels.js"
],
"duration": 59.64552699995693,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"different-levels.js"
],
"duration": 59.98443800001405,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 0.7230909999925643,
"failureMessages": [
"directive.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `directive.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,8 +9,8 @@\n | ^\n 2 | 'bbb';\n 3 |\n =====================================output=====================================\n \"aaa\";\n - 'bbb';\n + \"bbb\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 59.96534500003327,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 58.258080999949016,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 59.681655999971554,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 58.06022900005337,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 58.98690000001807,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 57.88402200001292,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 59.11465700005647,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 57.85127899993677,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-body.js"
],
"duration": 0.7663110001012683,
"failureMessages": [
"function-body.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-body.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,10 +9,10 @@\n > 2 | quux (); //\n | ^^^^^^^^^^^^^\n 3 | });\n 4 |\n =====================================output=====================================\n - let fn =a((x ) => {\n + let fn = a((x) => {\n quux(); //\n });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"function-body.js"
],
"duration": 59.70799099991564,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-body.js"
],
"duration": 60.62294299993664,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function-body.js"
],
"duration": 60.89856999996118,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-body.js"
],
"duration": 59.25842600001488,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-body.js"
],
"duration": 58.73181500006467,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-body.js"
],
"duration": 59.76149499998428,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-body.js"
],
"duration": 60.18948699999601,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-body.js"
],
"duration": 59.33554900006857,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 0.5632419999456033,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 61.1996410000138,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 59.72153099998832,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 59.36572400003206,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 58.64813700004015,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 59.15934700006619,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 58.04863299999852,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 59.07627700001467,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 59.11593400000129,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"ignore-indentation.js"
],
"duration": 0.8471920000156388,
"failureMessages": [
"ignore-indentation.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore-indentation.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,14 +14,14 @@\n 6 | }\n 7 | }\n 8 | }\n 9 |\n =====================================output=====================================\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - \t \t `multiline template string\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + `multiline template string\n with too much indentation`;\n }\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"ignore-indentation.js"
],
"duration": 61.849454999901354,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"ignore-indentation.js"
],
"duration": 61.00736299995333,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"ignore-indentation.js"
],
"duration": 59.111392000108026,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"ignore-indentation.js"
],
"duration": 59.294239999959245,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"ignore-indentation.js"
],
"duration": 58.26867200003471,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"ignore-indentation.js"
],
"duration": 59.88469899992924,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"ignore-indentation.js"
],
"duration": 62.51735700003337,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"ignore-indentation.js"
],
"duration": 60.36887399991974,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-3789-1.js"
],
"duration": 0.6484399999026209,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-3789-1.js"
],
"duration": 70.44578900001943,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-3789-1.js"
],
"duration": 59.8838949999772,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-3789-1.js"
],
"duration": 59.63257299992256,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-3789-1.js"
],
"duration": 58.72575300000608,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-3789-1.js"
],
"duration": 59.70662499999162,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-3789-1.js"
],
"duration": 59.53159099991899,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-3789-1.js"
],
"duration": 58.85804200009443,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-3789-1.js"
],
"duration": 58.98368299996946,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-3789-2.js"
],
"duration": 0.6079449999378994,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-3789-2.js"
],
"duration": 60.91433599998709,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-3789-2.js"
],
"duration": 61.39446600002702,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-3789-2.js"
],
"duration": 61.74996300006751,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-3789-2.js"
],
"duration": 61.63690399995539,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-3789-2.js"
],
"duration": 66.78947400010657,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-3789-2.js"
],
"duration": 61.947649999987334,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-3789-2.js"
],
"duration": 61.20625199994538,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-3789-2.js"
],
"duration": 61.612690999987535,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-4206-1.js"
],
"duration": 0.6239449999993667,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-4206-1.js"
],
"duration": 61.80982900003437,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-4206-1.js"
],
"duration": 61.677169999922626,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-4206-1.js"
],
"duration": 60.8742730000522,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-4206-1.js"
],
"duration": 61.758482999983244,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-4206-1.js"
],
"duration": 61.650038999971,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-4206-1.js"
],
"duration": 62.98982200003229,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-4206-1.js"
],
"duration": 63.99108800000977,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-4206-1.js"
],
"duration": 61.84283399989363,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-4206-2.js"
],
"duration": 0.5705049999523908,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-4206-2.js"
],
"duration": 61.319031000020914,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-4206-2.js"
],
"duration": 60.91414799995255,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-4206-2.js"
],
"duration": 60.718350999988616,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-4206-2.js"
],
"duration": 59.01075099990703,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-4206-2.js"
],
"duration": 59.50073299999349,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-4206-2.js"
],
"duration": 59.43311400001403,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-4206-2.js"
],
"duration": 60.016016000066884,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-4206-2.js"
],
"duration": 59.241446000058204,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-4206-3.js"
],
"duration": 0.574743999983184,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-4206-3.js"
],
"duration": 59.06627499999013,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-4206-3.js"
],
"duration": 61.67926100001205,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-4206-3.js"
],
"duration": 58.46124900004361,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-4206-3.js"
],
"duration": 58.67936399998143,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-4206-3.js"
],
"duration": 59.44793300004676,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-4206-3.js"
],
"duration": 59.5083909999812,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-4206-3.js"
],
"duration": 59.84432299993932,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-4206-3.js"
],
"duration": 59.284341000020504,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-4206-4.js"
],
"duration": 0.5434039999963716,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-4206-4.js"
],
"duration": 58.57899800001178,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-4206-4.js"
],
"duration": 58.22593600000255,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-4206-4.js"
],
"duration": 58.44612799992319,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-4206-4.js"
],
"duration": 58.25614299997687,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-4206-4.js"
],
"duration": 58.641362000023946,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-4206-4.js"
],
"duration": 60.37631700001657,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-4206-4.js"
],
"duration": 59.764009000035,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-4206-4.js"
],
"duration": 59.055184999946505,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-7082.js"
],
"duration": 0.7328579999739304,
"failureMessages": [
"issue-7082.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-7082.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -11,9 +11,9 @@\n | ^^^^^\n 3 | `;\n 4 |\n =====================================output=====================================\n export const Button = styled.button`\n - color: blue;\n + color: blue;\n `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-7082.js"
],
"duration": 63.42448399995919,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-7082.js"
],
"duration": 61.89940500003286,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-7082.js"
],
"duration": 60.61768300004769,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-7082.js"
],
"duration": 60.40623399999458,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-7082.js"
],
"duration": 60.309551000013016,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-7082.js"
],
"duration": 59.882872999995016,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-7082.js"
],
"duration": 74.16065099998377,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-7082.js"
],
"duration": 68.14079899992794,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"large-dict.js"
],
"duration": 0.910128999967128,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"large-dict.js"
],
"duration": 64.54284199990798,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"large-dict.js"
],
"duration": 63.327995000057854,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"large-dict.js"
],
"duration": 60.80952899996191,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"large-dict.js"
],
"duration": 61.9615820000181,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"large-dict.js"
],
"duration": 60.95619100006297,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"large-dict.js"
],
"duration": 60.39216499996837,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"large-dict.js"
],
"duration": 61.80084300006274,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"large-dict.js"
],
"duration": 59.898690000060014,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"module-export1.js"
],
"duration": 1.985257999971509,
"failureMessages": [
"module-export1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export1.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -15,16 +15,14 @@\n 7 |\n 8 | export default 42\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"module-export1.js"
],
"duration": 60.1562809998868,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"module-export1.js"
],
"duration": 59.42102499993052,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"module-export1.js"
],
"duration": 60.52563499996904,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"module-export1.js"
],
"duration": 57.92765899992082,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"module-export1.js"
],
"duration": 58.18182399997022,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"module-export1.js"
],
"duration": 60.15891599992756,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"module-export1.js"
],
"duration": 59.00327800004743,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"module-export1.js"
],
"duration": 60.316877000033855,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"module-export2.js"
],
"duration": 1.900228999904357,
"failureMessages": [
"module-export2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export2.js format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -17,15 +17,14 @@\n 7 |\n 8 | export default 42\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"module-export2.js"
],
"duration": 60.29919599997811,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"module-export2.js"
],
"duration": 60.96220700000413,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"module-export2.js"
],
"duration": 61.25011799996719,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"module-export2.js"
],
"duration": 59.68617700005416,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"module-export2.js"
],
"duration": 59.37295899994206,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"module-export2.js"
],
"duration": 58.06305200001225,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"module-export2.js"
],
"duration": 59.20263000007253,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"module-export2.js"
],
"duration": 59.356474000029266,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"module-export3.js"
],
"duration": 0.9453950000461191,
"failureMessages": [
"module-export3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export3.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -15,16 +15,14 @@\n > 8 | export default 42\n | ^^^^\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n export default 42;\n -\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"module-export3.js"
],
"duration": 61.147521999897435,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"module-export3.js"
],
"duration": 59.6351179999765,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"module-export3.js"
],
"duration": 59.37323899997864,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"module-export3.js"
],
"duration": 60.188297999906354,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"module-export3.js"
],
"duration": 58.86964199994691,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"module-export3.js"
],
"duration": 58.60553499998059,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"module-export3.js"
],
"duration": 59.0595350000076,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"module-export3.js"
],
"duration": 58.74497999995947,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"module-import.js"
],
"duration": 0.7854769999394193,
"failureMessages": [
"module-import.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-import.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -17,14 +17,12 @@\n 9 |\n 10 |\n =====================================output=====================================\n import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"module-import.js"
],
"duration": 58.02100199996494,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"module-import.js"
],
"duration": 59.55733500001952,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"module-import.js"
],
"duration": 57.38008399994578,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"module-import.js"
],
"duration": 58.765995000023395,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"module-import.js"
],
"duration": 58.67367400007788,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"module-import.js"
],
"duration": 61.325518999947235,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"module-import.js"
],
"duration": 58.59965500002727,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"module-import.js"
],
"duration": 58.74501099996269,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multiple-statements.js"
],
"duration": 0.7568230000324547,
"failureMessages": [
"multiple-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multiple-statements.js format 1`\n \n - Snapshot - 6\n + Received + 2\n \n @@ -25,18 +25,14 @@\n 13 | call(\n 14 | 1, 2,3\n 15 | );\n 16 |\n =====================================output=====================================\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n call(1, 2, 3);\n \n call(1, 2, 3);\n \n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"multiple-statements.js"
],
"duration": 60.34697600000072,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multiple-statements.js"
],
"duration": 58.77162200002931,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multiple-statements.js"
],
"duration": 59.39852599997539,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiple-statements.js"
],
"duration": 59.86375699995551,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiple-statements.js"
],
"duration": 59.154299999936484,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiple-statements.js"
],
"duration": 60.181769000017084,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multiple-statements.js"
],
"duration": 58.74057799996808,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multiple-statements.js"
],
"duration": 59.14265699998941,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multiple-statements2.js"
],
"duration": 0.7413749999832362,
"failureMessages": [
"multiple-statements2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multiple-statements2.js format 1`\n \n - Snapshot - 6\n + Received + 2\n \n @@ -29,18 +29,14 @@\n 13 | call(\n 14 | 1, 2,3\n 15 | );\n 16 |\n =====================================output=====================================\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n call(1, 2, 3);\n \n call(1, 2, 3);\n \n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"multiple-statements2.js"
],
"duration": 58.24944200005848,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multiple-statements2.js"
],
"duration": 59.34728799993172,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multiple-statements2.js"
],
"duration": 58.66892999992706,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiple-statements2.js"
],
"duration": 59.21251199999824,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiple-statements2.js"
],
"duration": 58.391204999992624,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiple-statements2.js"
],
"duration": 60.33019499992952,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multiple-statements2.js"
],
"duration": 59.66434799996205,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multiple-statements2.js"
],
"duration": 60.3667279999936,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-print-width.js"
],
"duration": 0.8122570000123233,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nested-print-width.js"
],
"duration": 60.31859599996824,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-print-width.js"
],
"duration": 59.368007999961264,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-print-width.js"
],
"duration": 58.12263499991968,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-print-width.js"
],
"duration": 59.67843900003936,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-print-width.js"
],
"duration": 59.11403299996164,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-print-width.js"
],
"duration": 59.175410000025295,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-print-width.js"
],
"duration": 59.98785599996336,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-print-width.js"
],
"duration": 59.54286599997431,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 0.6134360000723973,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 59.896975000039674,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 59.96913300000597,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 58.943013000069186,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 58.950399000081234,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 59.976246999925934,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 59.56343199999537,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 57.80767500004731,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 59.84846300003119,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 0.8552370000397786,
"failureMessages": [
"nested2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested2.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -18,9 +18,8 @@\n =====================================output=====================================\n try {\n if (condition) {\n body;\n }\n - }\n - catch (err) {}\n + } catch (err) {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 59.309353999909945,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 58.06013499991968,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 58.063654000055976,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 58.349548000027426,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 59.14163399999961,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 58.71610099996906,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 58.93908799998462,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 57.56438999995589,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested3.js"
],
"duration": 0.7192130000330508,
"failureMessages": [
"nested3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested3.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -15,12 +15,12 @@\n 5 | }\n 6 | catch (err) {}\n 7 |\n =====================================output=====================================\n try {\n - 1;if (condition) {\n - body;\n - }\n - }\n - catch (err) {}\n + 1;\n + if (condition) {\n + body;\n + }\n + } catch (err) {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested3.js"
],
"duration": 59.63760400004685,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested3.js"
],
"duration": 59.543636000016704,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested3.js"
],
"duration": 58.76025799999479,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested3.js"
],
"duration": 58.20592300000135,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested3.js"
],
"duration": 58.14308199996594,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested3.js"
],
"duration": 57.81162100005895,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested3.js"
],
"duration": 58.313041000044905,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested3.js"
],
"duration": 59.67216499999631,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object-expression.js"
],
"duration": 0.5360310000833124,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object-expression.js"
],
"duration": 59.99856700003147,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object-expression.js"
],
"duration": 59.93086399999447,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object-expression.js"
],
"duration": 58.7427739999257,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object-expression.js"
],
"duration": 59.31796100002248,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object-expression.js"
],
"duration": 58.613602999947034,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object-expression.js"
],
"duration": 58.447409000014886,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object-expression.js"
],
"duration": 60.98135799996089,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object-expression.js"
],
"duration": 59.24465800006874,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object-expression2.js"
],
"duration": 0.7282999999588355,
"failureMessages": [
"object-expression2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object-expression2.js format 1`\n \n - Snapshot - 1\n + Received + 0\n \n @@ -20,11 +20,10 @@\n > 9 | },\n | ^^^^^^\n 10 | ]\n 11 |\n =====================================output=====================================\n -\n const y = [\n {\n a: 1,\n },\n {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"object-expression2.js"
],
"duration": 60.96813099994324,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object-expression2.js"
],
"duration": 58.9455490000546,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object-expression2.js"
],
"duration": 59.00432000006549,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object-expression2.js"
],
"duration": 59.42170199996326,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object-expression2.js"
],
"duration": 58.680034999968484,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object-expression2.js"
],
"duration": 60.25222899997607,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object-expression2.js"
],
"duration": 66.38272699993104,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object-expression2.js"
],
"duration": 60.957666000002064,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-end.js"
],
"duration": 0.708773999940604,
"failureMessages": [
"range-end.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-end.js format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -18,12 +18,10 @@\n | ^^^^^\n > 9 | );\n | ^^\n =====================================output=====================================\n // Unchanged\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n + call(1, 2, 3);\n \n - call(1, 2, 3);\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-end.js"
],
"duration": 59.53717400005553,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-end.js"
],
"duration": 60.86108200007584,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-end.js"
],
"duration": 60.131338999955915,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-end.js"
],
"duration": 59.31619599997066,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-end.js"
],
"duration": 58.54464399989229,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-end.js"
],
"duration": 59.161453000037,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-end.js"
],
"duration": 57.757371000014246,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-end.js"
],
"duration": 58.27285299997311,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-start.js"
],
"duration": 0.8260829999344423,
"failureMessages": [
"range-start.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-start.js format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -20,12 +20,9 @@\n 9 | );\n 10 |\n =====================================output=====================================\n call(1, 2, 3);\n \n -\n // Unchanged\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-start.js"
],
"duration": 59.12364100001287,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-start.js"
],
"duration": 61.475532999960706,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-start.js"
],
"duration": 60.57051600003615,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-start.js"
],
"duration": 58.38097000005655,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-start.js"
],
"duration": 57.91064999997616,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-start.js"
],
"duration": 58.60685899993405,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-start.js"
],
"duration": 58.91451899998356,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-start.js"
],
"duration": 58.841524999937974,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 0.7603499999968335,
"failureMessages": [
"range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,14 +14,14 @@\n 6 | }\n 7 | }\n 8 | }\n 9 |\n =====================================output=====================================\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - `multiline template string\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + `multiline template string\n with too much indentation`;\n }\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 61.974982999963686,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 59.92439099994954,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 60.502727000042796,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 60.51087299990468,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 58.199949000030756,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 58.678054999909364,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 58.9202519999817,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 59.394109999993816,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"reversed-range.js"
],
"duration": 0.7307839998975396,
"failureMessages": [
"reversed-range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `reversed-range.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -8,9 +8,11 @@\n > 1 | foo = 1.0000;bar = 1.0000;baz=1.0000;\n | ^^^^^^^^^^^^^ [Reversed range]\n 2 | // The range will be 26~13, should not format anything\n 3 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0000;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 26~13, should not format anything\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"reversed-range.js"
],
"duration": 57.167659999919124,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"reversed-range.js"
],
"duration": 58.75896200002171,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"reversed-range.js"
],
"duration": 57.30954000004567,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"reversed-range.js"
],
"duration": 57.49761399999261,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"reversed-range.js"
],
"duration": 56.74496000004001,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"reversed-range.js"
],
"duration": 57.080473000067286,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"reversed-range.js"
],
"duration": 58.30202800000552,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"reversed-range.js"
],
"duration": 60.00377099995967,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"start-equals-end.js"
],
"duration": 0.8235679999925196,
"failureMessages": [
"start-equals-end.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `start-equals-end.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -8,9 +8,11 @@\n > 1 | foo = 1.0000;bar = 1.0000;baz=1.0000;\n | ^\n 2 | // The range will be 13~13, should not format anything\n 3 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0000;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 13~13, should not format anything\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"start-equals-end.js"
],
"duration": 59.360579999978654,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"start-equals-end.js"
],
"duration": 57.91235499992035,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"start-equals-end.js"
],
"duration": 59.7885069999611,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"start-equals-end.js"
],
"duration": 57.46859099995345,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"start-equals-end.js"
],
"duration": 58.93250699993223,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"start-equals-end.js"
],
"duration": 59.31032100005541,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"start-equals-end.js"
],
"duration": 58.96149799996056,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"start-equals-end.js"
],
"duration": 56.981753000058234,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"try-catch.js"
],
"duration": 0.5973459999077022,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"try-catch.js"
],
"duration": 59.77116600004956,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"try-catch.js"
],
"duration": 57.825612999964505,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"try-catch.js"
],
"duration": 58.44194399996195,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"try-catch.js"
],
"duration": 57.266087999916635,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"try-catch.js"
],
"duration": 85.14393399993423,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"try-catch.js"
],
"duration": 59.65305099997204,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"try-catch.js"
],
"duration": 57.965036000008695,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"try-catch.js"
],
"duration": 58.34900899999775,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"whitespace.js"
],
"duration": 0.9918419999303296,
"failureMessages": [
"whitespace.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `whitespace.js format 1`\n \n - Snapshot - 1\n + Received + 0\n \n @@ -7,8 +7,7 @@\n =====================================input======================================\n > 1 | \n | ^\n 2 |\n =====================================output=====================================\n - \n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"whitespace.js"
],
"duration": 56.55108800006565,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"whitespace.js"
],
"duration": 57.61340199992992,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"whitespace.js"
],
"duration": 56.52435800002422,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"whitespace.js"
],
"duration": 57.32752800011076,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"whitespace.js"
],
"duration": 57.3581449999474,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"whitespace.js"
],
"duration": 57.63022400008049,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"whitespace.js"
],
"duration": 58.477194000035524,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"whitespace.js"
],
"duration": 57.2548990000505,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 36,
"numPendingTests": 0,
"perfStats": {
"start": 435917.69225200004,
"end": 438339.287193,
"runtime": 2422,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/preserve-line/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"argument-list.js"
],
"duration": 0.5705960000632331,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"argument-list.js"
],
"duration": 76.37053600000218,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"argument-list.js"
],
"duration": 73.26797100005206,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"argument-list.js"
],
"duration": 67.72609899996314,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"argument-list.js"
],
"duration": 67.92096599994693,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"argument-list.js"
],
"duration": 65.75410300004296,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"argument-list.js"
],
"duration": 68.91371599992272,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"argument-list.js"
],
"duration": 68.21495799999684,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"argument-list.js"
],
"duration": 72.35032999992836,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.4798560000490397,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 72.70218100002967,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 62.19544800010044,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 61.37520600005519,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 61.07777099998202,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 60.4395459999796,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 61.35382199997548,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 60.93129500001669,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 62.1492820000276,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"member-chain.js"
],
"duration": 0.4522649999707937,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"member-chain.js"
],
"duration": 73.0293749999255,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"member-chain.js"
],
"duration": 66.71336399996653,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"member-chain.js"
],
"duration": 67.23132500005886,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"member-chain.js"
],
"duration": 66.17231399996672,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"member-chain.js"
],
"duration": 66.11447699996643,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"member-chain.js"
],
"duration": 69.95539500005543,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"member-chain.js"
],
"duration": 68.04799600003753,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"member-chain.js"
],
"duration": 66.4810099999886,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parameter-list.js"
],
"duration": 0.524189000017941,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parameter-list.js"
],
"duration": 69.07953600003384,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parameter-list.js"
],
"duration": 66.15699500008486,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parameter-list.js"
],
"duration": 64.51806200004648,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parameter-list.js"
],
"duration": 66.80329599999823,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parameter-list.js"
],
"duration": 74.97779699997045,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parameter-list.js"
],
"duration": 71.40082800004166,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parameter-list.js"
],
"duration": 64.3644970000023,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parameter-list.js"
],
"duration": 65.42333100002725,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 438454.251475,
"end": 439780.763783,
"runtime": 1327,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/performance/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"nested-real.js"
],
"duration": 0.4760689999675378,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nested-real.js"
],
"duration": 113.58255199994892,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-real.js"
],
"duration": 80.43737699999474,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-real.js"
],
"duration": 89.90513900003862,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-real.js"
],
"duration": 72.60409300005995,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-real.js"
],
"duration": 70.59982300002594,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-real.js"
],
"duration": 70.88950399996247,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-real.js"
],
"duration": 71.57479600002989,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-real.js"
],
"duration": 74.73820699995849,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 0.456211999990046,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 67.69238200003747,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 68.76189999992494,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 63.83333400008269,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 63.7005670000799,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 66.17897600005381,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 65.22555500001181,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 65.23299799999222,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 65.17303700000048,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "chaining.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chaining.js format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -98,18 +98,18 @@\n a?.();\n a?.[++x];\n a?.b.c(++x).d;\n a?.b[3].c?.(x).d;\n a?.b.c;\n - (a?.b).c;\n + a?.b.c;\n a?.b?.c;\n delete a?.b;\n \n a?.b[3].c?.(x).d.e?.f[3].g?.(y).h;\n \n - (a?.b).c();\n - (a?.b[c]).c();\n + a?.b.c();\n + a?.b[c].c();\n \n a?.b?.c.d?.e;\n (a ? b : c)?.d;\n \n (list || list2)?.length;\n @@ -125,33 +125,33 @@\n a?.[b?.c].d();\n a[b?.c]?.d();\n a?.[b?.c]?.d();\n \n one?.fn();\n - (one?.two).fn();\n - (one?.two)();\n - (one?.two())();\n + one?.two.fn();\n + one?.two();\n + one?.two()();\n one.two?.fn();\n - (one.two?.three).fn();\n + one.two?.three.fn();\n one.two?.three?.fn();\n \n one?.();\n - (one?.())();\n + one?.()();\n one?.()?.();\n \n - (one?.()).two;\n + one?.().two;\n \n a?.[b ? c : d];\n \n (-1)?.toFixed();\n (void fn)?.();\n (a && b)?.();\n (a ? b : c)?.();\n (function () {})?.();\n (() => f)?.();\n (() => f)?.x;\n - (a?.(x)).x;\n + a?.(x).x;\n (\n aaaaaaaaaaaaaaaaaaaaaaaa &&\n aaaaaaaaaaaaaaaaaaaaaaaa &&\n aaaaaaaaaaaaaaaaaaaaaaaa\n )?.();\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 117)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 26,
"numPendingTests": 0,
"perfStats": {
"start": 439915.917755,
"end": 441753.27117699996,
"runtime": 1837,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/optional-chaining/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"chaining.js"
],
"duration": 1.0859979999950156,
"failureMessages": [
"chaining.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chaining.js format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -98,18 +98,18 @@\n a?.();\n a?.[++x];\n a?.b.c(++x).d;\n a?.b[3].c?.(x).d;\n a?.b.c;\n - (a?.b).c;\n + a?.b.c;\n a?.b?.c;\n delete a?.b;\n \n a?.b[3].c?.(x).d.e?.f[3].g?.(y).h;\n \n - (a?.b).c();\n - (a?.b[c]).c();\n + a?.b.c();\n + a?.b[c].c();\n \n a?.b?.c.d?.e;\n (a ? b : c)?.d;\n \n (list || list2)?.length;\n @@ -125,33 +125,33 @@\n a?.[b?.c].d();\n a[b?.c]?.d();\n a?.[b?.c]?.d();\n \n one?.fn();\n - (one?.two).fn();\n - (one?.two)();\n - (one?.two())();\n + one?.two.fn();\n + one?.two();\n + one?.two()();\n one.two?.fn();\n - (one.two?.three).fn();\n + one.two?.three.fn();\n one.two?.three?.fn();\n \n one?.();\n - (one?.())();\n + one?.()();\n one?.()?.();\n \n - (one?.()).two;\n + one?.().two;\n \n a?.[b ? c : d];\n \n (-1)?.toFixed();\n (void fn)?.();\n (a && b)?.();\n (a ? b : c)?.();\n (function () {})?.();\n (() => f)?.();\n (() => f)?.x;\n - (a?.(x)).x;\n + a?.(x).x;\n (\n aaaaaaaaaaaaaaaaaaaaaaaa &&\n aaaaaaaaaaaaaaaaaaaaaaaa &&\n aaaaaaaaaaaaaaaaaaaaaaaa\n )?.();\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 117)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"chaining.js"
],
"duration": 87.6508460000623,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"chaining.js"
],
"duration": 88.48163699998986,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"chaining.js"
],
"duration": 77.52656299993396,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"chaining.js"
],
"duration": 77.1658110000426,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"chaining.js"
],
"duration": 71.14933299995027,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"chaining.js"
],
"duration": 74.08984800009057,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"chaining.js"
],
"duration": 73.04883899993729,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"chaining.js"
],
"duration": 77.24368399998639,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.4314660000381991,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 66.57065699994564,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 67.90251299994998,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 66.77636100002564,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 64.17049499996938,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 64.81423799996264,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 67.00676500005648,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 66.49884200002998,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 65.70683099993039,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"eval.js"
],
"duration": 0.39646099996753037,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"eval.js"
],
"duration": 61.81388000003062,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"eval.js"
],
"duration": 61.635149000096135,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"eval.js"
],
"duration": 60.068325000000186,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"eval.js"
],
"duration": 59.82719400001224,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"eval.js"
],
"duration": 59.55669599992689,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"eval.js"
],
"duration": 59.74236000003293,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"eval.js"
],
"duration": 59.74041299999226,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"eval.js"
],
"duration": 60.72612999996636,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 441865.88660299993,
"end": 442426.37179299997,
"runtime": 560,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/optional-catch-binding/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"optional_catch_binding.js"
],
"duration": 0.4734549999702722,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"optional_catch_binding.js"
],
"duration": 59.063943000044674,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"optional_catch_binding.js"
],
"duration": 59.11526800005231,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"optional_catch_binding.js"
],
"duration": 58.2356209999416,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"optional_catch_binding.js"
],
"duration": 60.56214399996679,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"optional_catch_binding.js"
],
"duration": 60.77812399994582,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"optional_catch_binding.js"
],
"duration": 59.17745299998205,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"optional_catch_binding.js"
],
"duration": 60.04864700010512,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"optional_catch_binding.js"
],
"duration": 59.46550599997863,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 36,
"numPendingTests": 0,
"perfStats": {
"start": 442559.110297,
"end": 444785.67711799993,
"runtime": 2227,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/object-prop-break-in/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"comment.js"
],
"duration": 0.6438120000530034,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 61.555220999987796,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.330229999963194,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.47449900000356,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.456269999966025,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.67228499997873,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.34127500001341,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.87373300001491,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.83172200003173,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"long-value.js"
],
"duration": 0.402762999990955,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"long-value.js"
],
"duration": 60.39016499998979,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"long-value.js"
],
"duration": 60.04778799996711,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"long-value.js"
],
"duration": 61.330490999971516,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"long-value.js"
],
"duration": 58.74900099996012,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"long-value.js"
],
"duration": 59.89768799999729,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"long-value.js"
],
"duration": 60.446982999914326,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"long-value.js"
],
"duration": 59.737917999969795,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"long-value.js"
],
"duration": 59.45117199991364,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"short-keys.js"
],
"duration": 0.42807900009211153,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"short-keys.js"
],
"duration": 63.24486499989871,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"short-keys.js"
],
"duration": 62.30645400006324,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"short-keys.js"
],
"duration": 60.756680999998935,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"short-keys.js"
],
"duration": 62.53072499996051,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"short-keys.js"
],
"duration": 61.09302700008266,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"short-keys.js"
],
"duration": 61.33964099991135,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"short-keys.js"
],
"duration": 62.97262799995951,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"short-keys.js"
],
"duration": 61.63801499991678,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 0.43169699993450195,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 66.98780599993188,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 64.54591700003948,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 63.361021999968216,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 65.2014569999883,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 63.69863899995107,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 63.46553299995139,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 65.50773299997672,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 66.61878000001889,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 444900.474919,
"end": 445472.979782,
"runtime": 573,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/nullish-coalescing/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"nullish_coalesing_operator.js"
],
"duration": 0.42554399999789894,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nullish_coalesing_operator.js"
],
"duration": 63.63593700004276,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nullish_coalesing_operator.js"
],
"duration": 61.892712000058964,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nullish_coalesing_operator.js"
],
"duration": 60.77514400007203,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nullish_coalesing_operator.js"
],
"duration": 61.1494239999447,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nullish_coalesing_operator.js"
],
"duration": 62.81220899999607,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nullish_coalesing_operator.js"
],
"duration": 62.52046400005929,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nullish_coalesing_operator.js"
],
"duration": 60.5811939999694,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nullish_coalesing_operator.js"
],
"duration": 63.13712400000077,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 27,
"numPendingTests": 0,
"perfStats": {
"start": 445610.50688299997,
"end": 447250.600852,
"runtime": 1640,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/new-expression/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"call.js"
],
"duration": 0.5209829999366775,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.11976999999024,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 60.05897300003562,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 60.18842899997253,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 60.05282600002829,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.87892899999861,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.168281999998726,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.0849519999465,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.84606199990958,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"new_expression.js"
],
"duration": 0.39856400003191084,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"new_expression.js"
],
"duration": 70.59292100009043,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"new_expression.js"
],
"duration": 62.31359400006477,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"new_expression.js"
],
"duration": 61.37322100007441,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"new_expression.js"
],
"duration": 59.832531000021845,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"new_expression.js"
],
"duration": 59.97236400004476,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"new_expression.js"
],
"duration": 60.4147140000714,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"new_expression.js"
],
"duration": 60.708961999975145,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"new_expression.js"
],
"duration": 62.636428999947384,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with-member-expression.js"
],
"duration": 0.4569630000041798,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with-member-expression.js"
],
"duration": 60.2048740000464,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"with-member-expression.js"
],
"duration": 60.15455700003076,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"with-member-expression.js"
],
"duration": 58.735439000069164,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with-member-expression.js"
],
"duration": 60.76485399994999,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with-member-expression.js"
],
"duration": 59.86499800009187,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with-member-expression.js"
],
"duration": 59.20737800002098,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"with-member-expression.js"
],
"duration": 60.743684999994,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"with-member-expression.js"
],
"duration": 59.56926199991722,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 27,
"numPendingTests": 0,
"perfStats": {
"start": 447362.00158999994,
"end": 449072.381643,
"runtime": 1710,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/member/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"conditional.js"
],
"duration": 0.4329679999500513,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 59.871380000025965,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 59.005740999942645,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 58.36008699995,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 60.75585900002625,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 60.03046199993696,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 58.92105400003493,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 59.362567000091076,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 60.50814600009471,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 0.48544700001366436,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 67.4538510000566,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 66.09893500001635,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 67.27014500007499,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 66.5896500000963,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 65.87442599993665,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 67.13992200000212,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 64.43395199999213,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 66.07353399996646,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 0.4257950000464916,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 75.97468200000003,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 58.785460000042804,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 59.1527589999605,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 60.22665299999062,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 58.88482000003569,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 58.60636600002181,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 58.858599000028335,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 60.20741399994586,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 449208.832904,
"end": 450329.642759,
"runtime": 1121,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/logical_expressions/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"issue-7024.js"
],
"duration": 0.5096520000370219,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-7024.js"
],
"duration": 59.34070299996529,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-7024.js"
],
"duration": 60.7982980000088,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-7024.js"
],
"duration": 59.45921100000851,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-7024.js"
],
"duration": 60.45501699997112,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-7024.js"
],
"duration": 59.467933999956585,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-7024.js"
],
"duration": 60.22139800002333,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-7024.js"
],
"duration": 59.85443900001701,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-7024.js"
],
"duration": 59.803111999994144,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"logical_expression_operators.js"
],
"duration": 0.44078299996908754,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"logical_expression_operators.js"
],
"duration": 65.09870500001125,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"logical_expression_operators.js"
],
"duration": 63.866690999944694,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"logical_expression_operators.js"
],
"duration": 61.97893199999817,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"logical_expression_operators.js"
],
"duration": 63.97137000004295,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"logical_expression_operators.js"
],
"duration": 63.533900999929756,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"logical_expression_operators.js"
],
"duration": 66.64030199998524,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"logical_expression_operators.js"
],
"duration": 62.26046200003475,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"logical_expression_operators.js"
],
"duration": 63.62727099994663,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 450469.648688,
"end": 451144.78903399996,
"runtime": 675,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/logical-assignment/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"logical-assignment.js"
],
"duration": 0.591785000055097,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"logical-assignment.js"
],
"duration": 73.17252200003713,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"logical-assignment.js"
],
"duration": 119.44134200003464,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"logical-assignment.js"
],
"duration": 65.74393400002737,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"logical-assignment.js"
],
"duration": 72.4346160000423,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"logical-assignment.js"
],
"duration": 67.57871599995997,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"logical-assignment.js"
],
"duration": 67.35177000006661,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"logical-assignment.js"
],
"duration": 67.17603799991775,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"logical-assignment.js"
],
"duration": 69.99859400000423,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 451258.219291,
"end": 451819.265249,
"runtime": 561,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/literal-numeric-separator/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"test.js"
],
"duration": 0.44553199992515147,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 60.70016200002283,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 58.955890999990515,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.716445000027306,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 58.62971899996046,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 58.85338999994565,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.39908700005617,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.647086999961175,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.56581300008111,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 451927.175352,
"end": 452487.50279500004,
"runtime": 560,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/line-suffix-boundary/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"boundary.js"
],
"duration": 0.4091940000653267,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 62.098016000003554,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 62.253602999961004,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 61.29595100006554,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 62.53985099995043,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 62.00605500000529,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 61.589520999928936,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 61.67050000000745,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 62.52166299999226,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 452605.313576,
"end": 453171.07277499995,
"runtime": 566,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/line/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"windows.js"
],
"duration": 0.4684050000505522,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"windows.js"
],
"duration": 60.66566099994816,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"windows.js"
],
"duration": 59.812066000071354,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"windows.js"
],
"duration": 59.56276100000832,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"windows.js"
],
"duration": 60.702489000046626,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"windows.js"
],
"duration": 60.892095000017434,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"windows.js"
],
"duration": 61.20630799990613,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"windows.js"
],
"duration": 59.86572699993849,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"windows.js"
],
"duration": 59.11824099998921,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 27,
"numPendingTests": 0,
"perfStats": {
"start": 453282.897465,
"end": 454941.454782,
"runtime": 1659,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/label/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"block-statement-and-regexp.js"
],
"duration": 0.44270700006745756,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"block-statement-and-regexp.js"
],
"duration": 61.043020999990404,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"block-statement-and-regexp.js"
],
"duration": 59.44733100000303,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"block-statement-and-regexp.js"
],
"duration": 60.74583399994299,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"block-statement-and-regexp.js"
],
"duration": 60.17398199997842,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"block-statement-and-regexp.js"
],
"duration": 58.7370210000081,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"block-statement-and-regexp.js"
],
"duration": 60.06117000000086,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"block-statement-and-regexp.js"
],
"duration": 61.80115099996328,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"block-statement-and-regexp.js"
],
"duration": 61.11853300000075,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 0.48356299998704344,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 65.33490800007712,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 61.26789200003259,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.12321300001349,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.989465999999084,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.668918000068516,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 61.504842000082135,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 61.129461999982595,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 61.4128839999903,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty_label.js"
],
"duration": 0.4024020000360906,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty_label.js"
],
"duration": 59.8083120000083,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty_label.js"
],
"duration": 60.19756200001575,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty_label.js"
],
"duration": 59.68358199996874,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty_label.js"
],
"duration": 60.63637600000948,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty_label.js"
],
"duration": 60.27415799989831,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty_label.js"
],
"duration": 61.56105900008697,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty_label.js"
],
"duration": 59.6019999999553,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty_label.js"
],
"duration": 59.701751000015065,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 455053.983987,
"end": 455644.20057499997,
"runtime": 590,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-meta/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"import_meta.js"
],
"duration": 0.46205299999564886,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"import_meta.js"
],
"duration": 76.66412400000263,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"import_meta.js"
],
"duration": 61.98800100001972,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"import_meta.js"
],
"duration": 60.95913700002711,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import_meta.js"
],
"duration": 62.24909699999262,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import_meta.js"
],
"duration": 60.15770900005009,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import_meta.js"
],
"duration": 60.64720899995882,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"import_meta.js"
],
"duration": 61.576628000009805,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"import_meta.js"
],
"duration": 58.97971599991433,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "expr_and_same_line_comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expr_and_same_line_comments.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -78,10 +78,10 @@\n // TODO[@fisker]: fix this\n // if (a) var a = 1; /* comment 6e */\n // else return 2;\n \n if (a)\n - if (b /* comment 6f */);\n + if (b);/* comment 6f */\n else return 2;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 130)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 44,
"numPendingTests": 0,
"perfStats": {
"start": 455763.653335,
"end": 458611.18895199994,
"runtime": 2848,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/if/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"comment_before_else.js"
],
"duration": 0.44960900000296533,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment_before_else.js"
],
"duration": 60.114350999938324,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comment_before_else.js"
],
"duration": 58.72504900000058,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comment_before_else.js"
],
"duration": 60.32302000001073,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment_before_else.js"
],
"duration": 61.82897399994545,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment_before_else.js"
],
"duration": 60.97402500000317,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment_before_else.js"
],
"duration": 60.426242999965325,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comment_before_else.js"
],
"duration": 59.39057200006209,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comment_before_else.js"
],
"duration": 59.27907600009348,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"else.js"
],
"duration": 0.42628599994350225,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"else.js"
],
"duration": 63.018337000044994,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"else.js"
],
"duration": 62.617882999940775,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"else.js"
],
"duration": 62.870120999985375,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"else.js"
],
"duration": 63.163109999964945,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"else.js"
],
"duration": 61.01860299997497,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"else.js"
],
"duration": 61.959367999923415,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"else.js"
],
"duration": 64.61902099999133,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"else.js"
],
"duration": 64.11010000004899,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"expr_and_same_line_comments.js"
],
"duration": 0.7456219999585301,
"failureMessages": [
"expr_and_same_line_comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expr_and_same_line_comments.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -78,10 +78,10 @@\n // TODO[@fisker]: fix this\n // if (a) var a = 1; /* comment 6e */\n // else return 2;\n \n if (a)\n - if (b /* comment 6f */);\n + if (b);/* comment 6f */\n else return 2;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 130)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"expr_and_same_line_comments.js"
],
"duration": 79.92811900004745,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"expr_and_same_line_comments.js"
],
"duration": 64.90028800000437,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"expr_and_same_line_comments.js"
],
"duration": 62.192975999903865,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"expr_and_same_line_comments.js"
],
"duration": 65.7595329999458,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"expr_and_same_line_comments.js"
],
"duration": 60.07404300000053,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"expr_and_same_line_comments.js"
],
"duration": 63.36520500003826,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"expr_and_same_line_comments.js"
],
"duration": 65.3782020000508,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"expr_and_same_line_comments.js"
],
"duration": 66.94029199995566,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"if_comments.js"
],
"duration": 0.43470199999865144,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"if_comments.js"
],
"duration": 70.42010099999607,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"if_comments.js"
],
"duration": 68.03431599994656,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"if_comments.js"
],
"duration": 63.844902999931946,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"if_comments.js"
],
"duration": 65.19210800004657,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"if_comments.js"
],
"duration": 62.110423999954946,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"if_comments.js"
],
"duration": 65.23812799993902,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"if_comments.js"
],
"duration": 64.43783499998972,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"if_comments.js"
],
"duration": 64.37098899995908,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"trailing_comment.js"
],
"duration": 0.4047459999565035,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"trailing_comment.js"
],
"duration": 59.24494300002698,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"trailing_comment.js"
],
"duration": 61.31499199999962,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"trailing_comment.js"
],
"duration": 60.08369300002232,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"trailing_comment.js"
],
"duration": 60.70294100011233,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"trailing_comment.js"
],
"duration": 61.190912000020035,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"trailing_comment.js"
],
"duration": 59.81350899999961,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"trailing_comment.js"
],
"duration": 61.89417099999264,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"trailing_comment.js"
],
"duration": 60.43267100001685,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 27,
"numPendingTests": 0,
"perfStats": {
"start": 458738.726322,
"end": 460379.856233,
"runtime": 1641,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/generator/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"anonymous.js"
],
"duration": 0.412209999980405,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"anonymous.js"
],
"duration": 60.16669800004456,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"anonymous.js"
],
"duration": 60.19020199996885,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"anonymous.js"
],
"duration": 60.002498999936506,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"anonymous.js"
],
"duration": 60.20168800000101,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"anonymous.js"
],
"duration": 60.07234499999322,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"anonymous.js"
],
"duration": 59.869247999973595,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"anonymous.js"
],
"duration": 60.72222999995574,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"anonymous.js"
],
"duration": 59.548846999998204,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 0.40643899992574006,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 63.94866600004025,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 63.22729399998207,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 59.97337299992796,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 60.92575499997474,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 60.360990999965,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 60.216322000022046,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 61.50422300002538,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 61.9042929999996,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-name-starts-with-get.js"
],
"duration": 0.3953389999223873,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function-name-starts-with-get.js"
],
"duration": 59.95691999990959,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function-name-starts-with-get.js"
],
"duration": 58.9821369999554,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-name-starts-with-get.js"
],
"duration": 60.302762000006624,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-name-starts-with-get.js"
],
"duration": 58.52693900000304,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-name-starts-with-get.js"
],
"duration": 58.071947999997064,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-name-starts-with-get.js"
],
"duration": 58.22053299995605,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-name-starts-with-get.js"
],
"duration": 60.6590299999807,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-name-starts-with-get.js"
],
"duration": 58.767741000046954,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 460493.82083199994,
"end": 461069.832596,
"runtime": 576,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/function-first-param/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 0.453095999895595,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 62.97629499994218,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 65.52471799997147,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 61.357308999984525,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 64.0061520000454,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 60.54231700010132,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 61.70868799998425,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 61.65825700003188,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 62.42933399998583,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 461182.29227100004,
"end": 461739.627238,
"runtime": 557,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/function-comments/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"params-trail-comments.js"
],
"duration": 0.40938500000629574,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"params-trail-comments.js"
],
"duration": 63.77133000001777,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"params-trail-comments.js"
],
"duration": 61.884863999905065,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"params-trail-comments.js"
],
"duration": 60.38844300003257,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"params-trail-comments.js"
],
"duration": 62.25717600004282,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"params-trail-comments.js"
],
"duration": 62.30382999998983,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"params-trail-comments.js"
],
"duration": 62.66521099989768,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"params-trail-comments.js"
],
"duration": 61.13261299999431,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"params-trail-comments.js"
],
"duration": 62.28755899996031,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 461852.60550400004,
"end": 463007.65763,
"runtime": 1155,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/function/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 0.3937750000040978,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 69.60018099995796,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 62.27425399993081,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 63.25783000001684,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 63.929979000007734,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 62.87958199996501,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 63.22161700006109,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 62.8226250000298,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 64.29631100001279,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-10277.js"
],
"duration": 0.39384500007145107,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-10277.js"
],
"duration": 60.95747600006871,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-10277.js"
],
"duration": 86.13562099996489,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-10277.js"
],
"duration": 70.78953900001943,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-10277.js"
],
"duration": 59.053100000019185,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-10277.js"
],
"duration": 59.903730000020005,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-10277.js"
],
"duration": 59.732403000001796,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-10277.js"
],
"duration": 62.084490000037476,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-10277.js"
],
"duration": 60.39689299999736,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 463115.832395,
"end": 463671.189742,
"runtime": 555,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/for-of/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"async-identifier.js"
],
"duration": 0.3974119999911636,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"async-identifier.js"
],
"duration": 61.76242799998727,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"async-identifier.js"
],
"duration": 61.88522500009276,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"async-identifier.js"
],
"duration": 61.280141999945045,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"async-identifier.js"
],
"duration": 61.94798500009347,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"async-identifier.js"
],
"duration": 61.51147000002675,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"async-identifier.js"
],
"duration": 61.875410000095144,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"async-identifier.js"
],
"duration": 61.60847199999262,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"async-identifier.js"
],
"duration": 61.63587200001348,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 463781.45224199997,
"end": 464338.675126,
"runtime": 557,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/for-await/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"for-await.js"
],
"duration": 0.39705100003629923,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"for-await.js"
],
"duration": 62.71583100000862,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"for-await.js"
],
"duration": 61.01272700005211,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"for-await.js"
],
"duration": 61.39109499996994,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"for-await.js"
],
"duration": 61.11465600004885,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"for-await.js"
],
"duration": 60.68923899997026,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"for-await.js"
],
"duration": 62.335109999985434,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"for-await.js"
],
"duration": 63.96513599995524,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"for-await.js"
],
"duration": 61.724121000035666,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "continue-and-break-comment-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `continue-and-break-comment-1.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -213,13 +213,13 @@\n do {\n break; /* comment */\n } while (true);\n \n label1: for (;;) {\n - continue label1 /* comment */;\n + continue label1; /* comment */\n }\n \n label2: {\n - break label2 /* comment */;\n + break label2; /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 137)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncontinue-and-break-comment-without-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `continue-and-break-comment-without-blocks.js format 1`\n \n - Snapshot - 57\n + Received + 36\n \n @@ -100,51 +100,39 @@\n label1: for (;;) continue label1\n // comment\n ;\n \n =====================================output=====================================\n - for (;;)\n - continue;\n - // comment\n + for (;;) continue;\n + // comment\n \n - for (;;)\n - break;\n - // comment\n + for (;;) break;\n + // comment\n \n - for (const f of [])\n - continue;\n - // comment\n + for (const f of []) continue;\n + // comment\n \n - for (const f of [])\n - break;\n - // comment\n + for (const f of []) break;\n + // comment\n \n - for (const f in {})\n - continue;\n - // comment\n + for (const f in {}) continue;\n + // comment\n \n - for (const f in {})\n - break;\n - // comment\n + for (const f in {}) break;\n + // comment\n \n - for (;;)\n - continue; // comment\n + for (;;) continue; // comment\n \n - for (;;)\n - break; // comment\n + for (;;) break; // comment\n \n - for (const f of [])\n - continue; // comment\n + for (const f of []) continue; // comment\n \n - for (const f of [])\n - break; // comment\n + for (const f of []) break; // comment\n \n - for (const f in {})\n - continue; // comment\n + for (const f in {}) continue; // comment\n \n - for (const f in {})\n - break; // comment\n + for (const f in {}) break; // comment\n \n for (;;) continue; /* comment */\n \n for (;;) break; /* comment */\n \n @@ -154,43 +142,34 @@\n \n for (const f in {}) continue; /* comment */\n \n for (const f in {}) break; /* comment */\n \n - for (;;)\n - continue;\n - /* comment */\n + for (;;) continue;\n + /* comment */\n \n - for (;;)\n - break;\n - /* comment */\n + for (;;) break;\n + /* comment */\n \n - for (const f of [])\n - continue;\n - /* comment */\n + for (const f of []) continue;\n + /* comment */\n \n - for (const f of [])\n - break;\n - /* comment */\n + for (const f of []) break;\n + /* comment */\n \n - for (const f in {})\n - continue;\n - /* comment */\n + for (const f in {}) continue;\n + /* comment */\n \n - for (const f in {})\n - break;\n - /* comment */\n + for (const f in {}) break;\n + /* comment */\n \n - label1: for (;;) continue label1 /* comment */;\n + label1: for (;;) continue label1; /* comment */\n \n - label1: for (;;)\n - continue label1;\n - /* comment */\n + label1: for (;;) continue label1;\n + /* comment */\n \n - label1: for (;;)\n - continue label1; // comment\n + label1: for (;;) continue label1; // comment\n \n - label1: for (;;)\n - continue label1;\n - // comment\n + label1: for (;;) continue label1;\n + // comment\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 137)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 61,
"numPendingTests": 0,
"perfStats": {
"start": 464451.627592,
"end": 468572.49296400003,
"runtime": 4121,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 5,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/for/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"comment.js"
],
"duration": 0.4613810000009835,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 63.138310999958776,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 64.24627300002612,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 62.982441999949515,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 62.07479699992109,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 63.082246999954805,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 63.14299900003243,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 62.63730800000485,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 61.25247000006493,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-1.js"
],
"duration": 0.7485580000793561,
"failureMessages": [
"continue-and-break-comment-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `continue-and-break-comment-1.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -213,13 +213,13 @@\n do {\n break; /* comment */\n } while (true);\n \n label1: for (;;) {\n - continue label1 /* comment */;\n + continue label1; /* comment */\n }\n \n label2: {\n - break label2 /* comment */;\n + break label2; /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 137)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"continue-and-break-comment-1.js"
],
"duration": 68.81371800007764,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-1.js"
],
"duration": 65.81966899998952,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-1.js"
],
"duration": 63.99882099998649,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-1.js"
],
"duration": 64.79364699998405,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-1.js"
],
"duration": 65.07958499994129,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-1.js"
],
"duration": 67.51770299999043,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-1.js"
],
"duration": 63.70991800003685,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-1.js"
],
"duration": 66.0848479999695,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-2.js"
],
"duration": 0.40912399999797344,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"continue-and-break-comment-2.js"
],
"duration": 67.04345999995712,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-2.js"
],
"duration": 69.18229200004134,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-2.js"
],
"duration": 66.18549800000619,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-2.js"
],
"duration": 71.49214800004847,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-2.js"
],
"duration": 74.65011699998286,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-2.js"
],
"duration": 66.81346000009216,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-2.js"
],
"duration": 65.04711199994199,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-2.js"
],
"duration": 64.47252000006847,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-without-blocks.js"
],
"duration": 1.037897999980487,
"failureMessages": [
"continue-and-break-comment-without-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `continue-and-break-comment-without-blocks.js format 1`\n \n - Snapshot - 57\n + Received + 36\n \n @@ -100,51 +100,39 @@\n label1: for (;;) continue label1\n // comment\n ;\n \n =====================================output=====================================\n - for (;;)\n - continue;\n - // comment\n + for (;;) continue;\n + // comment\n \n - for (;;)\n - break;\n - // comment\n + for (;;) break;\n + // comment\n \n - for (const f of [])\n - continue;\n - // comment\n + for (const f of []) continue;\n + // comment\n \n - for (const f of [])\n - break;\n - // comment\n + for (const f of []) break;\n + // comment\n \n - for (const f in {})\n - continue;\n - // comment\n + for (const f in {}) continue;\n + // comment\n \n - for (const f in {})\n - break;\n - // comment\n + for (const f in {}) break;\n + // comment\n \n - for (;;)\n - continue; // comment\n + for (;;) continue; // comment\n \n - for (;;)\n - break; // comment\n + for (;;) break; // comment\n \n - for (const f of [])\n - continue; // comment\n + for (const f of []) continue; // comment\n \n - for (const f of [])\n - break; // comment\n + for (const f of []) break; // comment\n \n - for (const f in {})\n - continue; // comment\n + for (const f in {}) continue; // comment\n \n - for (const f in {})\n - break; // comment\n + for (const f in {}) break; // comment\n \n for (;;) continue; /* comment */\n \n for (;;) break; /* comment */\n \n @@ -154,43 +142,34 @@\n \n for (const f in {}) continue; /* comment */\n \n for (const f in {}) break; /* comment */\n \n - for (;;)\n - continue;\n - /* comment */\n + for (;;) continue;\n + /* comment */\n \n - for (;;)\n - break;\n - /* comment */\n + for (;;) break;\n + /* comment */\n \n - for (const f of [])\n - continue;\n - /* comment */\n + for (const f of []) continue;\n + /* comment */\n \n - for (const f of [])\n - break;\n - /* comment */\n + for (const f of []) break;\n + /* comment */\n \n - for (const f in {})\n - continue;\n - /* comment */\n + for (const f in {}) continue;\n + /* comment */\n \n - for (const f in {})\n - break;\n - /* comment */\n + for (const f in {}) break;\n + /* comment */\n \n - label1: for (;;) continue label1 /* comment */;\n + label1: for (;;) continue label1; /* comment */\n \n - label1: for (;;)\n - continue label1;\n - /* comment */\n + label1: for (;;) continue label1;\n + /* comment */\n \n - label1: for (;;)\n - continue label1; // comment\n + label1: for (;;) continue label1; // comment\n \n - label1: for (;;)\n - continue label1;\n - // comment\n + label1: for (;;) continue label1;\n + // comment\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 137)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"continue-and-break-comment-without-blocks.js"
],
"duration": 73.00118899997324,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-without-blocks.js"
],
"duration": 64.20746000006329,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-without-blocks.js"
],
"duration": 64.47652000002563,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-without-blocks.js"
],
"duration": 65.3124850000022,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-without-blocks.js"
],
"duration": 64.0537610000465,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-without-blocks.js"
],
"duration": 66.55177200003527,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-without-blocks.js"
],
"duration": 66.07382999989204,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-without-blocks.js"
],
"duration": 65.67851100000553,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"for.js"
],
"duration": 0.41146800003480166,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"for.js"
],
"duration": 63.422337000025436,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"for.js"
],
"duration": 61.73363600007724,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"for.js"
],
"duration": 62.990081000025384,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"for.js"
],
"duration": 67.94236700003967,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"for.js"
],
"duration": 60.85407300002407,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"for.js"
],
"duration": 62.97132300003432,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"for.js"
],
"duration": 63.38063400005922,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"for.js"
],
"duration": 66.64806899998803,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"in.js"
],
"duration": 0.5103329999838024,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"in.js"
],
"duration": 70.5233049999224,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"in.js"
],
"duration": 67.18287999997847,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"in.js"
],
"duration": 64.84438299993053,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"in.js"
],
"duration": 66.1201459999429,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"in.js"
],
"duration": 65.43018100003246,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"in.js"
],
"duration": 66.25107699993532,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"in.js"
],
"duration": 68.19736400002148,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"in.js"
],
"duration": 67.06155700003728,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"var.js"
],
"duration": 0.41781999997328967,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"var.js"
],
"duration": 62.562756999977864,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"var.js"
],
"duration": 64.00249199999962,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"var.js"
],
"duration": 65.01393699995242,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"var.js"
],
"duration": 65.87318899994716,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"var.js"
],
"duration": 63.91642099991441,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"var.js"
],
"duration": 64.78041400003713,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"var.js"
],
"duration": 65.57633099996019,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"var.js"
],
"duration": 64.9785339999944,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 468685.956865,
"end": 469863.79137199995,
"runtime": 1178,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/expression_statement/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"no_regression.js"
],
"duration": 0.4700070000253618,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"no_regression.js"
],
"duration": 68.25780000002123,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"no_regression.js"
],
"duration": 67.49451699992642,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"no_regression.js"
],
"duration": 64.34641699993517,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no_regression.js"
],
"duration": 66.48130700003821,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no_regression.js"
],
"duration": 63.86333199997898,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no_regression.js"
],
"duration": 62.66548799991142,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"no_regression.js"
],
"duration": 64.23906299995724,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"no_regression.js"
],
"duration": 63.21729599998798,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"use_strict.js"
],
"duration": 0.4065989999799058,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"use_strict.js"
],
"duration": 64.41591999994125,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"use_strict.js"
],
"duration": 64.52707499999087,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"use_strict.js"
],
"duration": 67.22630800004117,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"use_strict.js"
],
"duration": 67.52330599993002,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"use_strict.js"
],
"duration": 66.16108200000599,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"use_strict.js"
],
"duration": 64.42457999999169,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"use_strict.js"
],
"duration": 64.13521900004707,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"use_strict.js"
],
"duration": 63.520644999924116,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "binary_and_template.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary_and_template.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (function() {} + foo)``;\n \n =====================================output=====================================\n - export default (function () {} + foo)``;\n + export default ((function () {}) + foo)``;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbody.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `body.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (class {}[1] = 1);\n \n =====================================output=====================================\n - export default (class {}[1] = 1);\n + export default ((class {})[1] = 1);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclass_instance.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class_instance.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (class {}.getInstance());\n \n =====================================output=====================================\n - export default (class {}.getInstance());\n + export default (class {}).getInstance();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunction_tostring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function_tostring.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (function() {}).toString();\n \n =====================================output=====================================\n - export default (function () {}.toString());\n + export default (function () {}).toString();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 50,
"numPendingTests": 0,
"perfStats": {
"start": 469982.30353999994,
"end": 473581.474157,
"runtime": 3599,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/export-default/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"binary_and_template.js"
],
"duration": 0.593157000024803,
"failureMessages": [
"binary_and_template.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary_and_template.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (function() {} + foo)``;\n \n =====================================output=====================================\n - export default (function () {} + foo)``;\n + export default ((function () {}) + foo)``;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"binary_and_template.js"
],
"duration": 64.20329099998344,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary_and_template.js"
],
"duration": 70.55555799999274,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary_and_template.js"
],
"duration": 69.77193500008434,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary_and_template.js"
],
"duration": 71.20107399998233,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary_and_template.js"
],
"duration": 67.93516700004693,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary_and_template.js"
],
"duration": 68.21508799993899,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary_and_template.js"
],
"duration": 71.13663399999496,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary_and_template.js"
],
"duration": 68.32544200005941,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 0.6268500000005588,
"failureMessages": [
"body.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `body.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (class {}[1] = 1);\n \n =====================================output=====================================\n - export default (class {}[1] = 1);\n + export default ((class {})[1] = 1);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 66.97361800004728,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 65.31565600004978,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 66.917071999982,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 67.11456500005443,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 68.2256720000878,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 65.50651400000788,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 66.34980099997483,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 67.7476800000295,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class_instance.js"
],
"duration": 0.6575680000241846,
"failureMessages": [
"class_instance.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class_instance.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (class {}.getInstance());\n \n =====================================output=====================================\n - export default (class {}.getInstance());\n + export default (class {}).getInstance();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"class_instance.js"
],
"duration": 66.09778399998322,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class_instance.js"
],
"duration": 70.81842000002507,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class_instance.js"
],
"duration": 63.4647770000156,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class_instance.js"
],
"duration": 64.3974360000575,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class_instance.js"
],
"duration": 63.962249999982305,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class_instance.js"
],
"duration": 66.03620900004171,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class_instance.js"
],
"duration": 66.546875,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class_instance.js"
],
"duration": 67.3227290000068,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function_in_template.js"
],
"duration": 0.4580650000134483,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function_in_template.js"
],
"duration": 63.253562999889255,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function_in_template.js"
],
"duration": 63.032351000001654,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function_in_template.js"
],
"duration": 63.736421999987215,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function_in_template.js"
],
"duration": 63.43752699997276,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function_in_template.js"
],
"duration": 66.03445100004319,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function_in_template.js"
],
"duration": 63.27033300010953,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function_in_template.js"
],
"duration": 63.092387999990024,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function_in_template.js"
],
"duration": 61.69624900002964,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function_tostring.js"
],
"duration": 0.6119930000277236,
"failureMessages": [
"function_tostring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function_tostring.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (function() {}).toString();\n \n =====================================output=====================================\n - export default (function () {}.toString());\n + export default (function () {}).toString();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"function_tostring.js"
],
"duration": 66.66857999993954,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function_tostring.js"
],
"duration": 68.13046100002248,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function_tostring.js"
],
"duration": 66.88494200003333,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function_tostring.js"
],
"duration": 74.45337300002575,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function_tostring.js"
],
"duration": 65.14376300002914,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function_tostring.js"
],
"duration": 65.72465999994893,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function_tostring.js"
],
"duration": 72.44831500004511,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function_tostring.js"
],
"duration": 66.52207200007979,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 0.40398499998264015,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 64.97594599996228,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 65.21188299998175,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 72.36862399999518,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 63.1482969999779,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 65.19481799995992,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 66.3929150000913,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 66.8565580000868,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 67.98695599997882,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 90,
"numPendingTests": 0,
"perfStats": {
"start": 473741.44085199997,
"end": 479458.908043,
"runtime": 5717,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 10,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/es6modules/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"export_default_arrow_expression.js"
],
"duration": 0.5157230000477284,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export_default_arrow_expression.js"
],
"duration": 62.87185100000352,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export_default_arrow_expression.js"
],
"duration": 64.00780400005169,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export_default_arrow_expression.js"
],
"duration": 61.359504999942146,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export_default_arrow_expression.js"
],
"duration": 62.240508000017144,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export_default_arrow_expression.js"
],
"duration": 63.07778900000267,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export_default_arrow_expression.js"
],
"duration": 63.68659200007096,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export_default_arrow_expression.js"
],
"duration": 65.3015080000041,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export_default_arrow_expression.js"
],
"duration": 61.574536000029184,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export_default_call_expression.js"
],
"duration": 0.4574939999729395,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export_default_call_expression.js"
],
"duration": 63.80303899990395,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export_default_call_expression.js"
],
"duration": 64.7483849999262,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export_default_call_expression.js"
],
"duration": 65.55146400001831,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export_default_call_expression.js"
],
"duration": 63.30379600008018,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export_default_call_expression.js"
],
"duration": 64.69014199997764,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export_default_call_expression.js"
],
"duration": 66.1201599999331,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export_default_call_expression.js"
],
"duration": 61.40446999995038,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export_default_call_expression.js"
],
"duration": 61.23476100002881,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export_default_class_declaration.js"
],
"duration": 0.43750699993688613,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export_default_class_declaration.js"
],
"duration": 62.242749999975786,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export_default_class_declaration.js"
],
"duration": 62.34589800005779,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export_default_class_declaration.js"
],
"duration": 63.759751000092365,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export_default_class_declaration.js"
],
"duration": 61.54179100005422,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export_default_class_declaration.js"
],
"duration": 62.93702499999199,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export_default_class_declaration.js"
],
"duration": 64.85185799992178,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export_default_class_declaration.js"
],
"duration": 66.60508800006937,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export_default_class_declaration.js"
],
"duration": 64.89525299996603,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export_default_class_expression.js"
],
"duration": 0.41376300004776567,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export_default_class_expression.js"
],
"duration": 63.76658099994529,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export_default_class_expression.js"
],
"duration": 61.85780400002841,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export_default_class_expression.js"
],
"duration": 62.923456999938935,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export_default_class_expression.js"
],
"duration": 64.25951200001873,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export_default_class_expression.js"
],
"duration": 62.91367799998261,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export_default_class_expression.js"
],
"duration": 63.51869200007059,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export_default_class_expression.js"
],
"duration": 62.744713000021875,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export_default_class_expression.js"
],
"duration": 61.79399799997918,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export_default_function_declaration.js"
],
"duration": 0.450942000024952,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export_default_function_declaration.js"
],
"duration": 63.11431700002868,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export_default_function_declaration.js"
],
"duration": 62.57081499998458,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export_default_function_declaration.js"
],
"duration": 61.63488399994094,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export_default_function_declaration.js"
],
"duration": 64.22968800005037,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export_default_function_declaration.js"
],
"duration": 61.59083599993028,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export_default_function_declaration.js"
],
"duration": 62.47998900001403,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export_default_function_declaration.js"
],
"duration": 61.40204299998004,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export_default_function_declaration.js"
],
"duration": 65.29321199993137,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_async.js"
],
"duration": 0.46574999997392297,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export_default_function_declaration_async.js"
],
"duration": 65.4232680000132,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_async.js"
],
"duration": 65.89919099991675,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_async.js"
],
"duration": 63.227780000073835,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_async.js"
],
"duration": 63.315268000005744,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_async.js"
],
"duration": 62.172964000026695,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_async.js"
],
"duration": 62.46082500007469,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_async.js"
],
"duration": 62.036739000002854,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_async.js"
],
"duration": 63.87176000000909,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_named.js"
],
"duration": 0.48537700006272644,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export_default_function_declaration_named.js"
],
"duration": 63.84226800000761,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_named.js"
],
"duration": 61.0063450000016,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_named.js"
],
"duration": 60.971243000007235,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_named.js"
],
"duration": 62.662928999983706,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_named.js"
],
"duration": 63.31354600004852,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_named.js"
],
"duration": 65.25019900000188,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_named.js"
],
"duration": 69.78043599997181,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_named.js"
],
"duration": 62.33788199990522,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export_default_function_expression.js"
],
"duration": 0.42374100000597537,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export_default_function_expression.js"
],
"duration": 61.34875699994154,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export_default_function_expression.js"
],
"duration": 62.12883199995849,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export_default_function_expression.js"
],
"duration": 63.05815499997698,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export_default_function_expression.js"
],
"duration": 63.145635999972,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export_default_function_expression.js"
],
"duration": 63.2662550000241,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export_default_function_expression.js"
],
"duration": 63.139849999919534,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export_default_function_expression.js"
],
"duration": 61.294883000082336,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export_default_function_expression.js"
],
"duration": 64.1712299999781,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export_default_function_expression_named.js"
],
"duration": 0.4555210000835359,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export_default_function_expression_named.js"
],
"duration": 65.30413399997633,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export_default_function_expression_named.js"
],
"duration": 61.34133299998939,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export_default_function_expression_named.js"
],
"duration": 63.0687260000268,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export_default_function_expression_named.js"
],
"duration": 63.74103099992499,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export_default_function_expression_named.js"
],
"duration": 65.39155499998014,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export_default_function_expression_named.js"
],
"duration": 68.41078400006518,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export_default_function_expression_named.js"
],
"duration": 65.2483109999448,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export_default_function_expression_named.js"
],
"duration": 63.37098199990578,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export_default_new_expression.js"
],
"duration": 0.4610300000058487,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export_default_new_expression.js"
],
"duration": 66.64690699998755,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export_default_new_expression.js"
],
"duration": 61.278527999995276,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export_default_new_expression.js"
],
"duration": 63.13714399992023,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export_default_new_expression.js"
],
"duration": 63.45407800003886,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export_default_new_expression.js"
],
"duration": 60.678167999954894,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export_default_new_expression.js"
],
"duration": 62.21643300005235,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export_default_new_expression.js"
],
"duration": 62.090455000055954,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export_default_new_expression.js"
],
"duration": 63.24792399990838,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 479608.15651299997,
"end": 480739.059927,
"runtime": 1131,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/empty-statement/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"body.js"
],
"duration": 0.5251909999642521,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 63.05667199997697,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 67.28646400000434,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 62.684476000024006,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 62.57796000002418,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 63.793993000057526,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 61.511141000082716,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 62.086251999950036,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 62.42967700003646,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 0.4279299998888746,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 61.4149140000809,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 64.22681000002194,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 59.43469400005415,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 60.87416000000667,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 63.11822900001425,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 63.773244000039995,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 64.12661300005857,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 61.34105299995281,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 27,
"numPendingTests": 0,
"perfStats": {
"start": 480885.029395,
"end": 482572.65704200004,
"runtime": 1688,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/empty-paren-comment/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"class-property.js"
],
"duration": 0.5645140000851825,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 64.52428599994164,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 63.661186999990605,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 62.33710699994117,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 61.37052100000437,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 62.215120999957435,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 66.95107000006828,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 61.515437000081874,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 63.02895000006538,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 0.3927229999098927,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 59.84805800009053,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 61.626166000030935,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 61.52252999995835,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 59.78563399997074,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 59.68213400000241,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 60.111670000012964,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 60.01899399992544,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 61.015652000089176,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty_paren_comment.js"
],
"duration": 0.46593900001607835,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty_paren_comment.js"
],
"duration": 64.73067499999888,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty_paren_comment.js"
],
"duration": 64.30721300002187,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty_paren_comment.js"
],
"duration": 62.35921300004702,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty_paren_comment.js"
],
"duration": 65.80484599992633,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty_paren_comment.js"
],
"duration": 61.58340599993244,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty_paren_comment.js"
],
"duration": 63.70524599996861,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty_paren_comment.js"
],
"duration": 64.00275400001556,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty_paren_comment.js"
],
"duration": 64.89680200000294,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "destructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 5\n + Received + 1\n \n @@ -89,15 +89,11 @@\n // code\n }\n \n try {\n // code\n - } catch ({\n - data: {\n - message: { errors },\n - },\n - }) {\n + } catch ({ data: { message: { errors } } }) {\n // code\n }\n \n const obj = {\n func(id, { blog: { title } }) {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 143)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 17,
"numPendingTests": 0,
"perfStats": {
"start": 482705.78561099997,
"end": 483854.482408,
"runtime": 1149,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/destructuring/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 0.6317800000542775,
"failureMessages": [
"destructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 5\n + Received + 1\n \n @@ -89,15 +89,11 @@\n // code\n }\n \n try {\n // code\n - } catch ({\n - data: {\n - message: { errors },\n - },\n - }) {\n + } catch ({ data: { message: { errors } } }) {\n // code\n }\n \n const obj = {\n func(id, { blog: { title } }) {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 143)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 71.15662999998312,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 66.61754500004463,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 64.86882600001991,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 69.01316099998076,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 66.11203199997544,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 65.08886700007133,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 65.69826099998318,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 69.69531400001142,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-5988.js"
],
"duration": 0.40954400005284697,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-5988.js"
],
"duration": 60.181626999983564,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-5988.js"
],
"duration": 59.76133600005414,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-5988.js"
],
"duration": 59.84267400007229,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-5988.js"
],
"duration": 60.806132999947295,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-5988.js"
],
"duration": 59.49195999989752,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-5988.js"
],
"duration": 59.633726000087336,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-5988.js"
],
"duration": 58.59467199991923,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-5988.js"
],
"duration": 58.37022199993953,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 483995.804041,
"end": 484534.907678,
"runtime": 539,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/computed-props/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"classes.js"
],
"duration": 0.5339370000874624,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 59.42443400004413,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 59.94776699994691,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 60.90647600009106,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 58.97821900004055,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 57.87604800006375,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 60.08484699996188,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 59.39339600002859,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 60.93824299995322,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 108,
"numPendingTests": 0,
"perfStats": {
"start": 484648.8749,
"end": 491197.153794,
"runtime": 6548,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 12,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/classes/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"asi.js"
],
"duration": 0.410926999989897,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 63.010499999974854,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 61.13648899993859,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 76.97152899997309,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 60.14199000003282,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 59.222669999930076,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 59.050706000067294,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 61.51747299998533,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 59.349608000018634,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 0.4672729999292642,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 63.681122999987565,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 63.273709999979474,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 63.668243999942206,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 62.729976000031456,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 62.64404000004288,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 62.12082599999849,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 62.997912999941036,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 62.280008000088856,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 0.4446000000461936,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 59.68723100004718,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 59.32714499998838,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 59.959198000025935,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 61.453946999972686,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 58.87918500008527,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 58.86684300005436,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 59.35222400003113,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 60.40576599992346,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 0.4773109999950975,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.43248399998993,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 58.97573800000828,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 58.327545000007376,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 58.51859399990644,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 60.73094100004528,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 60.53780399996322,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.0841589999618,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 60.1094710000325,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class-fields-features.js"
],
"duration": 0.4421460001030937,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class-fields-features.js"
],
"duration": 64.7399270000169,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class-fields-features.js"
],
"duration": 64.06720199994743,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class-fields-features.js"
],
"duration": 63.90614099998493,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-fields-features.js"
],
"duration": 64.56866099999752,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-fields-features.js"
],
"duration": 61.74341100000311,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-fields-features.js"
],
"duration": 61.77806000004057,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-fields-features.js"
],
"duration": 62.3410000000149,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-fields-features.js"
],
"duration": 63.00340500008315,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 0.41702900000382215,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 59.21762199990917,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 60.075772999902256,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 59.14642499992624,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 61.00107700005174,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 61.74333300010767,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 61.62371199997142,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 60.97531400003936,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 59.97160599997733,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 0.40986499993596226,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 60.98164299991913,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 60.15285199997015,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 59.87809999997262,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 59.0611659999704,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 59.386853000032715,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 58.773898000014015,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 58.99523000000045,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 59.631377000012435,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 0.414615000016056,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 61.84173099999316,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 60.049527999944985,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 60.62807400000747,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 59.69559899996966,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 58.69832399999723,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 58.89675299997907,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 58.67378599999938,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 60.27456700010225,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"new.js"
],
"duration": 0.40573800005950034,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"new.js"
],
"duration": 58.719808999914676,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"new.js"
],
"duration": 59.37060299993027,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"new.js"
],
"duration": 57.822570999967866,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"new.js"
],
"duration": 58.554134999983944,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"new.js"
],
"duration": 58.57608200004324,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"new.js"
],
"duration": 59.12250000005588,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"new.js"
],
"duration": 58.280787999974564,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"new.js"
],
"duration": 58.32552700000815,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"property.js"
],
"duration": 0.38252500002272427,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"property.js"
],
"duration": 60.935301000019535,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"property.js"
],
"duration": 60.73571500007529,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"property.js"
],
"duration": 60.88538100000005,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"property.js"
],
"duration": 59.71915400004946,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"property.js"
],
"duration": 60.3308820000384,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"property.js"
],
"duration": 62.44483699998818,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"property.js"
],
"duration": 62.451001000008546,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"property.js"
],
"duration": 62.22892400005367,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"super.js"
],
"duration": 0.4759090000297874,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"super.js"
],
"duration": 60.78025000006892,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"super.js"
],
"duration": 59.67972000001464,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"super.js"
],
"duration": 60.20757499989122,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"super.js"
],
"duration": 59.690558000002056,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"super.js"
],
"duration": 60.66475600004196,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"super.js"
],
"duration": 59.65948499995284,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"super.js"
],
"duration": 59.141772000002675,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"super.js"
],
"duration": 60.356245999922976,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"ternary.js"
],
"duration": 0.41044699994381517,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"ternary.js"
],
"duration": 59.97423299995717,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"ternary.js"
],
"duration": 59.98246500000823,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"ternary.js"
],
"duration": 59.935556999989785,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"ternary.js"
],
"duration": 59.014345000032336,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"ternary.js"
],
"duration": 57.94838700001128,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"ternary.js"
],
"duration": 59.02949899993837,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"ternary.js"
],
"duration": 59.46692500007339,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"ternary.js"
],
"duration": 59.400688999914564,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "misc.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `misc.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -10,11 +10,12 @@\n }\n }\n \n =====================================output=====================================\n class x {\n - focus() { // comment 1\n + focus() {\n + // comment 1\n // comment 2\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 146)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 26,
"numPendingTests": 0,
"perfStats": {
"start": 491345.12906300003,
"end": 492994.716007,
"runtime": 1650,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/class-comment/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"class-property.js"
],
"duration": 0.5253910000901669,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 59.32953099999577,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 59.94641199999023,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 60.13357800000813,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 60.47014400002081,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 58.881992999929935,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 60.91962299996521,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 60.74751000001561,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 59.67010499991011,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"misc.js"
],
"duration": 0.6359180000144988,
"failureMessages": [
"misc.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `misc.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -10,11 +10,12 @@\n }\n }\n \n =====================================output=====================================\n class x {\n - focus() { // comment 1\n + focus() {\n + // comment 1\n // comment 2\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 146)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"misc.js"
],
"duration": 59.745009000063874,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"misc.js"
],
"duration": 59.7172230000142,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"misc.js"
],
"duration": 59.69058000005316,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"misc.js"
],
"duration": 59.4759100000374,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"misc.js"
],
"duration": 61.17012300004717,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"misc.js"
],
"duration": 59.71259500004817,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"misc.js"
],
"duration": 60.39409700001124,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"misc.js"
],
"duration": 59.43669600004796,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 0.4234910000814125,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 65.68946000002325,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 64.64449700003024,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 61.471129999961704,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 62.68237199995201,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 63.15136799996253,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 61.334840000025,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 63.367204000009224,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 65.39689500001259,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "test.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -11,15 +11,15 @@\n \n new (a?.b)();\n new (a?.())();\n \n =====================================output=====================================\n - (a?.b).c;\n - (a?.()).b;\n + a?.b.c;\n + a?.().b;\n \n - (a?.b)();\n - (a?.())();\n + a?.b();\n + a?.()();\n \n new (a?.b)();\n new (a?.())();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 147)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 8,
"numPendingTests": 0,
"perfStats": {
"start": 493139.67971799994,
"end": 493688.131273,
"runtime": 548,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 0,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/chain-expression/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"test.js"
],
"duration": 0.7189229999203235,
"failureMessages": [
"test.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -11,15 +11,15 @@\n \n new (a?.b)();\n new (a?.())();\n \n =====================================output=====================================\n - (a?.b).c;\n - (a?.()).b;\n + a?.b.c;\n + a?.().b;\n \n - (a?.b)();\n - (a?.())();\n + a?.b();\n + a?.()();\n \n new (a?.b)();\n new (a?.())();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 147)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 62.69794300000649,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 61.62636800005566,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.68808200000785,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 60.42902300006244,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 61.06726099993102,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 60.527191999950446,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.37172499997541,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 60.12373099999968,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 36,
"numPendingTests": 0,
"perfStats": {
"start": 493805.00342799997,
"end": 496154.25468199997,
"runtime": 2349,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/break-calls/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"break.js"
],
"duration": 0.4802170000039041,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 68.3298519999953,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 66.2588949999772,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 64.95267599995714,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 66.31551099999342,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 64.69822099991143,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 71.4995699999854,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 66.43645700009074,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 65.43362499994691,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parent.js"
],
"duration": 0.43184599990490824,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parent.js"
],
"duration": 61.20707100001164,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parent.js"
],
"duration": 62.44966599997133,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parent.js"
],
"duration": 60.668906999984756,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parent.js"
],
"duration": 59.854947999934666,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parent.js"
],
"duration": 59.432688000029884,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parent.js"
],
"duration": 59.96857899997849,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parent.js"
],
"duration": 60.72827900003176,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parent.js"
],
"duration": 59.879973000031896,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"react.js"
],
"duration": 0.43789800000377,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"react.js"
],
"duration": 77.6681399999652,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"react.js"
],
"duration": 68.89817499998026,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"react.js"
],
"duration": 67.1842310000211,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"react.js"
],
"duration": 72.43953299999703,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"react.js"
],
"duration": 64.18321299995296,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"react.js"
],
"duration": 66.23875399993267,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"react.js"
],
"duration": 69.22892599995248,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"react.js"
],
"duration": 69.25105999992229,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"reduce.js"
],
"duration": 0.4533969999756664,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"reduce.js"
],
"duration": 62.75855699996464,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"reduce.js"
],
"duration": 62.95111599995289,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"reduce.js"
],
"duration": 60.77670299995225,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"reduce.js"
],
"duration": 60.9062279999489,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"reduce.js"
],
"duration": 60.57420999999158,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"reduce.js"
],
"duration": 59.92587999999523,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"reduce.js"
],
"duration": 59.91872700001113,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"reduce.js"
],
"duration": 59.64362500002608,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 496300.25767799997,
"end": 496891.358053,
"runtime": 591,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/binary_math/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"parens.js"
],
"duration": 0.5104229999706149,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 70.50704799999949,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 65.9699509999482,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 64.62934099999256,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 63.797310999943875,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 62.284833999932744,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 65.00501299998723,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 68.74621100001968,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 64.3043540000217,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 497033.84122799995,
"end": 497573.68685500004,
"runtime": 540,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/big-int/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"literal.js"
],
"duration": 0.5194590000901371,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"literal.js"
],
"duration": 59.86265599995386,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"literal.js"
],
"duration": 60.97898000001442,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"literal.js"
],
"duration": 59.573082000017166,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"literal.js"
],
"duration": 59.670650999993086,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"literal.js"
],
"duration": 59.23164300003555,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"literal.js"
],
"duration": 59.887630000011995,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"literal.js"
],
"duration": 58.8455800000811,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"literal.js"
],
"duration": 59.41594800003804,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "nested2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested2.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -11,11 +11,13 @@\n );}\n \n =====================================output=====================================\n async function f() {\n await Promise.all(\n - (await readdir(\"src\")).map(async (path) => {\n + (\n + await readdir(\"src\")\n + ).map(async (path) => {\n import(`./${path}`);\n }),\n );\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 151)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 89,
"numPendingTests": 0,
"perfStats": {
"start": 497689.301732,
"end": 503266.074987,
"runtime": 5577,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 9,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/async/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"async-iteration.js"
],
"duration": 0.4613919999683276,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"async-iteration.js"
],
"duration": 61.04640400002245,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"async-iteration.js"
],
"duration": 61.86821400001645,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"async-iteration.js"
],
"duration": 61.3195490000071,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"async-iteration.js"
],
"duration": 60.41293900005985,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"async-iteration.js"
],
"duration": 61.111848000087775,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"async-iteration.js"
],
"duration": 59.834654999896884,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"async-iteration.js"
],
"duration": 61.10096700000577,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"async-iteration.js"
],
"duration": 61.78949599992484,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"async-shorthand-method.js"
],
"duration": 0.4111680000787601,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"async-shorthand-method.js"
],
"duration": 60.61859299999196,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"async-shorthand-method.js"
],
"duration": 61.72090399998706,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"async-shorthand-method.js"
],
"duration": 59.32864899991546,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"async-shorthand-method.js"
],
"duration": 59.50060100003611,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"async-shorthand-method.js"
],
"duration": 62.60052199999336,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"async-shorthand-method.js"
],
"duration": 60.37719300005119,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"async-shorthand-method.js"
],
"duration": 61.2365170000121,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"async-shorthand-method.js"
],
"duration": 62.68368599994574,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"await-parse.js"
],
"duration": 0.4116689999355003,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"await-parse.js"
],
"duration": 64.64771699998528,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"await-parse.js"
],
"duration": 63.267148999962956,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"await-parse.js"
],
"duration": 60.84678999998141,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"await-parse.js"
],
"duration": 61.443163999938406,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"await-parse.js"
],
"duration": 61.24110700003803,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"await-parse.js"
],
"duration": 61.81402499997057,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"await-parse.js"
],
"duration": 61.82356100005563,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"await-parse.js"
],
"duration": 62.22169799997937,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"conditional-expression.js"
],
"duration": 0.4195639999816194,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"conditional-expression.js"
],
"duration": 62.43732399994042,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"conditional-expression.js"
],
"duration": 62.46678300003987,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"conditional-expression.js"
],
"duration": 61.62725799996406,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"conditional-expression.js"
],
"duration": 61.07583499990869,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"conditional-expression.js"
],
"duration": 62.01141500007361,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"conditional-expression.js"
],
"duration": 62.45811800006777,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"conditional-expression.js"
],
"duration": 64.33632400003262,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"conditional-expression.js"
],
"duration": 63.736023999983445,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"exponentiation.js"
],
"duration": 0.4312449999852106,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"exponentiation.js"
],
"duration": 62.04775000002701,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"exponentiation.js"
],
"duration": 60.13483700004872,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"exponentiation.js"
],
"duration": 60.61052700004075,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"exponentiation.js"
],
"duration": 68.04259600001387,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"exponentiation.js"
],
"duration": 61.243113000062294,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"exponentiation.js"
],
"duration": 59.692144999979064,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"exponentiation.js"
],
"duration": 63.89497099991422,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"exponentiation.js"
],
"duration": 61.311176000046544,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"inline-await.js"
],
"duration": 0.4340599999995902,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"inline-await.js"
],
"duration": 63.968618000042625,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"inline-await.js"
],
"duration": 63.98362700000871,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"inline-await.js"
],
"duration": 64.24017699994147,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"inline-await.js"
],
"duration": 63.317302000010386,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"inline-await.js"
],
"duration": 63.43396999989636,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"inline-await.js"
],
"duration": 62.78308500000276,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"inline-await.js"
],
"duration": 63.59036300005391,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"inline-await.js"
],
"duration": 65.48327700002119,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 0.4842040000949055,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 62.99873300001491,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 61.80326400010381,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 60.88042299996596,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 60.91344499995466,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 60.76170799997635,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 60.27622399991378,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 61.1572650000453,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 61.27342699992005,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 0.6105600000591949,
"failureMessages": [
"nested2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested2.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -11,11 +11,13 @@\n );}\n \n =====================================output=====================================\n async function f() {\n await Promise.all(\n - (await readdir(\"src\")).map(async (path) => {\n + (\n + await readdir(\"src\")\n + ).map(async (path) => {\n import(`./${path}`);\n }),\n );\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 151)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 77.73587899992708,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 62.76487700000871,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 61.03464900003746,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 61.949070999980904,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 61.041713000042364,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 61.46838000009302,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 61.036985000013374,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 61.83419999992475,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 0.4628549999324605,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 59.75712199998088,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 60.41406099998858,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 59.247174000018276,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 60.51772899995558,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 59.1586810000008,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 61.04803700000048,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 60.43848600005731,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 60.31761200004257,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"simple-nested-await.js"
],
"duration": 0.4208060000091791,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"simple-nested-await.js"
],
"duration": 61.727843999979086,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"simple-nested-await.js"
],
"duration": 61.00909900001716,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"simple-nested-await.js"
],
"duration": 60.70237299997825,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"simple-nested-await.js"
],
"duration": 63.3373160000192,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"simple-nested-await.js"
],
"duration": 59.69742199999746,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"simple-nested-await.js"
],
"duration": 61.47982199990656,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"simple-nested-await.js"
],
"duration": 60.663309999974445,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"simple-nested-await.js"
],
"duration": 63.11333300010301,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "discussion-15196.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `discussion-15196.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -41,14 +41,14 @@\n await looooooooooooooong.looooooooooooooong.loooooong;\n const loooooooooooooooooooooooooong2 =\n await looooooooooooooong.looooooooooooooong.loooooong();\n const loooooooooooooooooooooooooong3 =\n await looooooooooooooooooooooooooooooooooooooooooooog();\n - const loooooooooooooooooooooooooong4 =\n - !(await looooooooooooooong.looooooooooooooong.loooooong);\n - const loooooooooooooooooooooooooong5 =\n - void !!(await looooooooooooooong.looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong4 = !(await looooooooooooooong\n + .looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong5 = void !!(await looooooooooooooong\n + .looooooooooooooong.loooooong);\n \n const longlonglonglonglonglonglong1 = await new Promise((resolve, reject) => {\n setTimeout(() => {\n resolve(\"foo\");\n }, 300);\n @@ -68,14 +68,14 @@\n yield looooooooooooooong.looooooooooooooong.loooooong;\n const loooooooooooooooooooooooooong2 =\n yield looooooooooooooong.looooooooooooooong.loooooong();\n const loooooooooooooooooooooooooong3 =\n yield looooooooooooooooooooooooooooooooooooooooooooog();\n - const loooooooooooooooooooooooooong4 =\n - !(yield looooooooooooooong.looooooooooooooong.loooooong);\n - const loooooooooooooooooooooooooong5 =\n - void !!(yield looooooooooooooong.looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong4 = !(yield looooooooooooooong\n + .looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong5 = void !!(yield looooooooooooooong\n + .looooooooooooooong.loooooong);\n const loooooooooooooooooooooooooong6 =\n yield* looooooooooooooong.looooooooooooooong.loooooong;\n \n const longlonglonglonglonglonglong1 = yield qwertyuiop(\n asdfghjkl,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 152)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-15534.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-15534.js format 1`\n \n - Snapshot - 6\n + Received + 9\n \n @@ -10,15 +10,18 @@\n \n params.redirectTo.bar.bar.ba.barab[\"foo\"].abr =\n `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n =====================================output=====================================\n - params[\"redirectTo\"] =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params[\n + \"redirectTo\"\n + ] = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n - params[\"redirectTo\"][\"codePointAt\"][\"name\"] =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params[\"redirectTo\"][\"codePointAt\"][\n + \"name\"\n + ] = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n - params.redirectTo.bar.bar.ba.barab[\"foo\"].abr =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params.redirectTo.bar.bar.ba.barab[\n + \"foo\"\n + ].abr = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 152)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 241,
"numPendingTests": 0,
"perfStats": {
"start": 503419.993448,
"end": 518473.23973,
"runtime": 15053,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 25,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/assignment/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 0.55393399996683,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 60.886884000035934,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 60.50321900006384,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 60.86113400000613,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 60.33942299999762,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 59.145240000099875,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 59.48463800002355,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 59.72259000001941,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 60.6394900000887,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"call-with-template.js"
],
"duration": 0.423860999988392,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call-with-template.js"
],
"duration": 60.97312400001101,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"call-with-template.js"
],
"duration": 60.90653099992778,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"call-with-template.js"
],
"duration": 62.328456999966875,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call-with-template.js"
],
"duration": 59.85107400000561,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call-with-template.js"
],
"duration": 59.89834099996369,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call-with-template.js"
],
"duration": 61.119438000023365,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"call-with-template.js"
],
"duration": 62.244568999973126,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"call-with-template.js"
],
"duration": 61.578837999957614,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"chain-two-segments.js"
],
"duration": 0.3903779999818653,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"chain-two-segments.js"
],
"duration": 61.34684799995739,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"chain-two-segments.js"
],
"duration": 60.57377399993129,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"chain-two-segments.js"
],
"duration": 59.98386799998116,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"chain-two-segments.js"
],
"duration": 61.846513999975286,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"chain-two-segments.js"
],
"duration": 60.368386000045575,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"chain-two-segments.js"
],
"duration": 60.68596999999136,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"chain-two-segments.js"
],
"duration": 60.53600700001698,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"chain-two-segments.js"
],
"duration": 60.61532600002829,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"chain.js"
],
"duration": 0.4051569999428466,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"chain.js"
],
"duration": 63.53465500008315,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"chain.js"
],
"duration": 64.046459000092,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"chain.js"
],
"duration": 62.45904999994673,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"chain.js"
],
"duration": 62.40861100004986,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"chain.js"
],
"duration": 60.99628900003154,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"chain.js"
],
"duration": 61.54244800005108,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"chain.js"
],
"duration": 62.01578200003132,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"chain.js"
],
"duration": 64.22796599997673,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"destructuring-array.js"
],
"duration": 0.4058179999701679,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"destructuring-array.js"
],
"duration": 60.46407500002533,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"destructuring-array.js"
],
"duration": 61.0531979999505,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"destructuring-array.js"
],
"duration": 59.4584470000118,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"destructuring-array.js"
],
"duration": 60.26651500002481,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"destructuring-array.js"
],
"duration": 59.7437510000309,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"destructuring-array.js"
],
"duration": 60.23985500005074,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"destructuring-array.js"
],
"duration": 61.261040999903344,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"destructuring-array.js"
],
"duration": 60.583657999988645,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"destructuring-heuristic.js"
],
"duration": 0.43964100000448525,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"destructuring-heuristic.js"
],
"duration": 63.277478000032715,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"destructuring-heuristic.js"
],
"duration": 61.051081999903545,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"destructuring-heuristic.js"
],
"duration": 61.999120000051335,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"destructuring-heuristic.js"
],
"duration": 61.143412999925204,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"destructuring-heuristic.js"
],
"duration": 60.44204400002491,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"destructuring-heuristic.js"
],
"duration": 62.167876000050455,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"destructuring-heuristic.js"
],
"duration": 61.46657699998468,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"destructuring-heuristic.js"
],
"duration": 62.55078799999319,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 0.41298100003041327,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 61.981568999937735,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 63.46436700003687,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 62.35199000011198,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 61.92740899999626,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 61.24317799997516,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 61.263727999990806,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 61.523213000036776,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 62.8476260000607,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"discussion-15196.js"
],
"duration": 0.6893670000135899,
"failureMessages": [
"discussion-15196.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `discussion-15196.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -41,14 +41,14 @@\n await looooooooooooooong.looooooooooooooong.loooooong;\n const loooooooooooooooooooooooooong2 =\n await looooooooooooooong.looooooooooooooong.loooooong();\n const loooooooooooooooooooooooooong3 =\n await looooooooooooooooooooooooooooooooooooooooooooog();\n - const loooooooooooooooooooooooooong4 =\n - !(await looooooooooooooong.looooooooooooooong.loooooong);\n - const loooooooooooooooooooooooooong5 =\n - void !!(await looooooooooooooong.looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong4 = !(await looooooooooooooong\n + .looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong5 = void !!(await looooooooooooooong\n + .looooooooooooooong.loooooong);\n \n const longlonglonglonglonglonglong1 = await new Promise((resolve, reject) => {\n setTimeout(() => {\n resolve(\"foo\");\n }, 300);\n @@ -68,14 +68,14 @@\n yield looooooooooooooong.looooooooooooooong.loooooong;\n const loooooooooooooooooooooooooong2 =\n yield looooooooooooooong.looooooooooooooong.loooooong();\n const loooooooooooooooooooooooooong3 =\n yield looooooooooooooooooooooooooooooooooooooooooooog();\n - const loooooooooooooooooooooooooong4 =\n - !(yield looooooooooooooong.looooooooooooooong.loooooong);\n - const loooooooooooooooooooooooooong5 =\n - void !!(yield looooooooooooooong.looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong4 = !(yield looooooooooooooong\n + .looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong5 = void !!(yield looooooooooooooong\n + .looooooooooooooong.loooooong);\n const loooooooooooooooooooooooooong6 =\n yield* looooooooooooooong.looooooooooooooong.loooooong;\n \n const longlonglonglonglonglonglong1 = yield qwertyuiop(\n asdfghjkl,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 152)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"discussion-15196.js"
],
"duration": 99.60961100005079,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"discussion-15196.js"
],
"duration": 68.41717499995138,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"discussion-15196.js"
],
"duration": 64.64564800006337,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"discussion-15196.js"
],
"duration": 64.75372000003699,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"discussion-15196.js"
],
"duration": 67.43465599999763,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"discussion-15196.js"
],
"duration": 69.50075899995863,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"discussion-15196.js"
],
"duration": 64.98948899994139,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"discussion-15196.js"
],
"duration": 65.7664029999869,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-10218.js"
],
"duration": 0.4903059999924153,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-10218.js"
],
"duration": 73.58277899993118,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-10218.js"
],
"duration": 61.231705000041984,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-10218.js"
],
"duration": 61.00352699996438,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-10218.js"
],
"duration": 60.138274999917485,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-10218.js"
],
"duration": 59.81619399995543,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-10218.js"
],
"duration": 59.56212700007018,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-10218.js"
],
"duration": 60.39714999997523,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-10218.js"
],
"duration": 60.7499920000555,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-1419.js"
],
"duration": 0.41790000000037253,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-1419.js"
],
"duration": 61.11756799998693,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-1419.js"
],
"duration": 60.74766300001647,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-1419.js"
],
"duration": 60.17303099995479,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-1419.js"
],
"duration": 60.23793199995998,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-1419.js"
],
"duration": 60.03824699996039,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-1419.js"
],
"duration": 61.244807000039145,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-1419.js"
],
"duration": 59.93114800006151,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-1419.js"
],
"duration": 61.801100000040606,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-15534.js"
],
"duration": 0.6241459999000654,
"failureMessages": [
"issue-15534.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-15534.js format 1`\n \n - Snapshot - 6\n + Received + 9\n \n @@ -10,15 +10,18 @@\n \n params.redirectTo.bar.bar.ba.barab[\"foo\"].abr =\n `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n =====================================output=====================================\n - params[\"redirectTo\"] =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params[\n + \"redirectTo\"\n + ] = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n - params[\"redirectTo\"][\"codePointAt\"][\"name\"] =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params[\"redirectTo\"][\"codePointAt\"][\n + \"name\"\n + ] = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n - params.redirectTo.bar.bar.ba.barab[\"foo\"].abr =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params.redirectTo.bar.bar.ba.barab[\n + \"foo\"\n + ].abr = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 152)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-15534.js"
],
"duration": 63.90171799995005,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-15534.js"
],
"duration": 78.36203700001352,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-15534.js"
],
"duration": 60.727674999972805,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-15534.js"
],
"duration": 60.35843499994371,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-15534.js"
],
"duration": 60.09721299994271,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-15534.js"
],
"duration": 62.0589199999813,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-15534.js"
],
"duration": 61.22485800005961,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-15534.js"
],
"duration": 61.862908000010066,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-1966.js"
],
"duration": 0.46500900003593415,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-1966.js"
],
"duration": 60.20652999996673,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-1966.js"
],
"duration": 60.050077000050806,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-1966.js"
],
"duration": 61.1442790000001,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-1966.js"
],
"duration": 59.82141999993473,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-1966.js"
],
"duration": 59.40642899996601,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-1966.js"
],
"duration": 59.99933699995745,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-1966.js"
],
"duration": 60.821349999983795,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-1966.js"
],
"duration": 60.14584000001196,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-2184.js"
],
"duration": 0.4827509999740869,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-2184.js"
],
"duration": 60.582227999926545,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-2184.js"
],
"duration": 61.05959299998358,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-2184.js"
],
"duration": 59.239861999987625,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-2184.js"
],
"duration": 59.86728999996558,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-2184.js"
],
"duration": 59.733831999939866,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-2184.js"
],
"duration": 59.60233500006143,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-2184.js"
],
"duration": 59.542403999948874,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-2184.js"
],
"duration": 59.8096530000912,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-2482-1.js"
],
"duration": 0.4044149999972433,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-2482-1.js"
],
"duration": 62.06736800004728,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-2482-1.js"
],
"duration": 61.24187000002712,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-2482-1.js"
],
"duration": 59.50711999996565,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-2482-1.js"
],
"duration": 59.62948599993251,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-2482-1.js"
],
"duration": 61.16502100008074,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-2482-1.js"
],
"duration": 60.25900299998466,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-2482-1.js"
],
"duration": 60.0669100000523,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-2482-1.js"
],
"duration": 60.91990900004748,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-2482-2.js"
],
"duration": 0.4118589999852702,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-2482-2.js"
],
"duration": 61.24024299997836,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-2482-2.js"
],
"duration": 62.250500999973156,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-2482-2.js"
],
"duration": 60.091531999991275,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-2482-2.js"
],
"duration": 62.26662800007034,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-2482-2.js"
],
"duration": 61.938364000059664,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-2482-2.js"
],
"duration": 61.38594700000249,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-2482-2.js"
],
"duration": 59.79934599995613,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-2482-2.js"
],
"duration": 63.45279499993194,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-2540.js"
],
"duration": 0.427458000020124,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-2540.js"
],
"duration": 63.19580099999439,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-2540.js"
],
"duration": 61.46088399994187,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-2540.js"
],
"duration": 60.34225699992385,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-2540.js"
],
"duration": 61.58608000003733,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-2540.js"
],
"duration": 59.72106899996288,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-2540.js"
],
"duration": 58.9387309999438,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-2540.js"
],
"duration": 59.947830000077374,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-2540.js"
],
"duration": 62.23758200008888,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-3819.js"
],
"duration": 0.4206359999952838,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-3819.js"
],
"duration": 62.82474200008437,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-3819.js"
],
"duration": 61.02340100007132,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-3819.js"
],
"duration": 60.84074300003704,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-3819.js"
],
"duration": 63.42431699996814,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-3819.js"
],
"duration": 60.58288499992341,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-3819.js"
],
"duration": 59.845379999955185,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-3819.js"
],
"duration": 60.20153099996969,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-3819.js"
],
"duration": 61.0945570000913,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-4094.js"
],
"duration": 0.47415499994531274,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-4094.js"
],
"duration": 61.41943899996113,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-4094.js"
],
"duration": 61.801160000031814,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-4094.js"
],
"duration": 60.68611799995415,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-4094.js"
],
"duration": 60.33339199994225,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-4094.js"
],
"duration": 60.34988999995403,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-4094.js"
],
"duration": 61.66181099996902,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-4094.js"
],
"duration": 59.22342799999751,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-4094.js"
],
"duration": 63.16663799993694,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-5610.js"
],
"duration": 0.4197540000313893,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-5610.js"
],
"duration": 63.78701699990779,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-5610.js"
],
"duration": 62.87590300000738,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-5610.js"
],
"duration": 61.79215400002431,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-5610.js"
],
"duration": 64.07383400003891,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-5610.js"
],
"duration": 63.04030600003898,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-5610.js"
],
"duration": 62.75176800007466,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-5610.js"
],
"duration": 60.689071999979205,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-5610.js"
],
"duration": 62.14812000002712,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-6922.js"
],
"duration": 0.4309249999932945,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-6922.js"
],
"duration": 67.53555100003723,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-6922.js"
],
"duration": 66.41156599996611,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-6922.js"
],
"duration": 65.31724000000395,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-6922.js"
],
"duration": 67.6089229999343,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-6922.js"
],
"duration": 67.64914499991573,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-6922.js"
],
"duration": 66.42117500002496,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-6922.js"
],
"duration": 65.15728199994192,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-6922.js"
],
"duration": 66.82428100006655,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-7091.js"
],
"duration": 0.5327340000076219,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-7091.js"
],
"duration": 62.164311999920756,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-7091.js"
],
"duration": 62.447628999943845,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-7091.js"
],
"duration": 60.4476029999787,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-7091.js"
],
"duration": 59.258374999975786,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-7091.js"
],
"duration": 59.52841799997259,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-7091.js"
],
"duration": 60.94917899998836,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-7091.js"
],
"duration": 61.151057000039145,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-7091.js"
],
"duration": 62.13037599995732,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-7572.js"
],
"duration": 0.5494959999341518,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-7572.js"
],
"duration": 67.6316489999881,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-7572.js"
],
"duration": 60.146538999979384,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-7572.js"
],
"duration": 59.45539499993902,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-7572.js"
],
"duration": 60.30753200000618,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-7572.js"
],
"duration": 59.42402300005779,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-7572.js"
],
"duration": 61.491133000003174,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-7572.js"
],
"duration": 61.56839599995874,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-7572.js"
],
"duration": 60.52835500007495,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-7961.js"
],
"duration": 0.5843210000311956,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-7961.js"
],
"duration": 65.03708700009156,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-7961.js"
],
"duration": 61.15826699999161,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-7961.js"
],
"duration": 60.971535000018775,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-7961.js"
],
"duration": 60.30556899996009,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-7961.js"
],
"duration": 61.99298900004942,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-7961.js"
],
"duration": 59.798721999977715,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-7961.js"
],
"duration": 62.07064499997068,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-7961.js"
],
"duration": 61.5153139999602,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-8218.js"
],
"duration": 0.4735039999941364,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-8218.js"
],
"duration": 59.91906700003892,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-8218.js"
],
"duration": 59.93346199998632,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-8218.js"
],
"duration": 59.64901299995836,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-8218.js"
],
"duration": 60.531079999986105,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-8218.js"
],
"duration": 59.77887699997518,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-8218.js"
],
"duration": 59.40906500001438,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-8218.js"
],
"duration": 58.94703699997626,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-8218.js"
],
"duration": 61.47730299993418,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"lone-arg.js"
],
"duration": 0.5431740001076832,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"lone-arg.js"
],
"duration": 63.67462299996987,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"lone-arg.js"
],
"duration": 62.86416600004304,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"lone-arg.js"
],
"duration": 62.43059700005688,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"lone-arg.js"
],
"duration": 60.834002000046894,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"lone-arg.js"
],
"duration": 61.083394000073895,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"lone-arg.js"
],
"duration": 63.3971779999556,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"lone-arg.js"
],
"duration": 61.64691899996251,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"lone-arg.js"
],
"duration": 63.01971499994397,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"sequence.js"
],
"duration": 0.40938399999868125,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"sequence.js"
],
"duration": 63.65143700002227,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"sequence.js"
],
"duration": 61.36571799998637,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"sequence.js"
],
"duration": 59.50980300002266,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"sequence.js"
],
"duration": 60.891831000102684,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"sequence.js"
],
"duration": 60.45970600005239,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"sequence.js"
],
"duration": 62.177634999970905,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"sequence.js"
],
"duration": 60.463186000008136,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"sequence.js"
],
"duration": 62.41598499997053,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 0.4243220000062138,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 62.368851999985054,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 63.386443999945186,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 60.893923999974504,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 60.16120299999602,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 60.04599999997299,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 60.991957999998704,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 61.66994400008116,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 61.70101600000635,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 518632.137792,
"end": 519181.32566000003,
"runtime": 549,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/assignment-expression/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"assignment_expression.js"
],
"duration": 0.5998700000345707,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"assignment_expression.js"
],
"duration": 60.930447999970056,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"assignment_expression.js"
],
"duration": 62.4361580000259,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"assignment_expression.js"
],
"duration": 60.49502100003883,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"assignment_expression.js"
],
"duration": 60.004823000053875,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"assignment_expression.js"
],
"duration": 60.545155000058,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"assignment_expression.js"
],
"duration": 59.522694999934174,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"assignment_expression.js"
],
"duration": 62.099215999944136,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"assignment_expression.js"
],
"duration": 61.80575699999463,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 54,
"numPendingTests": 0,
"perfStats": {
"start": 519332.82021,
"end": 522704.83447299997,
"runtime": 3372,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 6,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/assignment-comments/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"call.js"
],
"duration": 0.5139090000884607,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 63.093481999938376,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 60.72256499994546,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 60.15121799998451,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 60.064706000033766,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 61.50347300001886,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 60.04280799999833,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 60.51346899999771,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 64.03545600001235,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"call2.js"
],
"duration": 0.47436500003095716,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call2.js"
],
"duration": 60.76816099998541,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"call2.js"
],
"duration": 59.683585999999195,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"call2.js"
],
"duration": 61.97400100005325,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call2.js"
],
"duration": 59.886893999995664,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call2.js"
],
"duration": 59.980301000061445,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call2.js"
],
"duration": 60.00615500006825,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"call2.js"
],
"duration": 60.52264199999627,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"call2.js"
],
"duration": 61.045578000019304,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function.js"
],
"duration": 0.4543080000439659,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function.js"
],
"duration": 66.9545630000066,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function.js"
],
"duration": 63.40335599996615,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function.js"
],
"duration": 61.70281500008423,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function.js"
],
"duration": 61.922729999991134,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function.js"
],
"duration": 62.40923600003589,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function.js"
],
"duration": 62.891243000049144,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function.js"
],
"duration": 64.75143900001422,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function.js"
],
"duration": 64.68002299999353,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"identifier.js"
],
"duration": 0.40768099995329976,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"identifier.js"
],
"duration": 61.46348699997179,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"identifier.js"
],
"duration": 61.307696999982,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"identifier.js"
],
"duration": 59.38260400004219,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"identifier.js"
],
"duration": 59.72996000002604,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"identifier.js"
],
"duration": 58.69062100001611,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"identifier.js"
],
"duration": 60.34109999996144,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"identifier.js"
],
"duration": 63.1579990000464,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"identifier.js"
],
"duration": 64.30644200008828,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 0.48783100000582635,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 63.86496899998747,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 61.49088000005577,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 60.77958600001875,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 62.075168999959715,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 60.02603399998043,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 60.43473799992353,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 60.639991999953054,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 62.870755000039935,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 0.4350519999861717,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 71.80692700005602,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 64.5602840000065,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 64.72126799996477,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 65.289448000025,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 62.455910000018775,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 66.31305400002748,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 66.89828699990176,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 66.4429259999888,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 522853.49564299994,
"end": 523398.37940000003,
"runtime": 545,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/array-spread/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"multiple.js"
],
"duration": 0.5176059999503195,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 59.92150599998422,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 59.5660650000209,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 58.63987900002394,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 59.078525000019,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 60.11601200001314,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 61.79438600002322,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 61.91220800008159,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 63.02625200001057,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 28,
"numPendingTests": 0,
"perfStats": {
"start": 523548.466435,
"end": 525317.9751609999,
"runtime": 1770,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/yield/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arrow.js"
],
"duration": 0.5263020000420511,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 65.49056099995505,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 65.371576000005,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 62.36391700000968,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 64.7849339999957,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 64.09163699997589,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 64.25188400002662,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 0.43762699991930276,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 66.21741200005636,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 63.35534399992321,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 64.93955599993933,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 64.55821999994805,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 64.76621500006877,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 63.57466100016609,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx-without-parenthesis.js"
],
"duration": 0.4330589999444783,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx-without-parenthesis.js"
],
"duration": 61.921574000036344,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsx-without-parenthesis.js"
],
"duration": 62.47994300001301,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx-without-parenthesis.js"
],
"duration": 61.53820099984296,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx-without-parenthesis.js"
],
"duration": 60.52061400003731,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx-without-parenthesis.js"
],
"duration": 63.7463150001131,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx-without-parenthesis.js"
],
"duration": 62.799139000009745,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 0.4146040000487119,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 62.263691999949515,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 61.184336999896914,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 60.67935399990529,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 61.86025599995628,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 61.241797000169754,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 61.20927400002256,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 14,
"numPendingTests": 0,
"perfStats": {
"start": 525441.9824920001,
"end": 526303.7494920001,
"runtime": 862,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/top-level-await/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"example.js"
],
"duration": 0.49485399993136525,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 58.77355200005695,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 58.899721999885514,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 58.13148199999705,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 58.32168999989517,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 59.81604199996218,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 58.82266699988395,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"in-expression.js"
],
"duration": 0.4387389998883009,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"in-expression.js"
],
"duration": 64.49247099994682,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"in-expression.js"
],
"duration": 62.59823100012727,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"in-expression.js"
],
"duration": 59.772429999895394,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"in-expression.js"
],
"duration": 61.0252399998717,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"in-expression.js"
],
"duration": 60.12755399988964,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"in-expression.js"
],
"duration": 60.147052000043914,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "return-outside-function.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-outside-function.js format 1`\n \n - Snapshot - 6\n + Received + 1\n \n @@ -4,13 +4,8 @@\n | printWidth\n =====================================input======================================\n return someVeryLongStringA && someVeryLongStringB && someVeryLongStringC && someVeryLongStringD\n \n =====================================output=====================================\n - return (\n - someVeryLongStringA &&\n - someVeryLongStringB &&\n - someVeryLongStringC &&\n - someVeryLongStringD\n - );\n + return someVeryLongStringA && someVeryLongStringB && someVeryLongStringC && someVeryLongStringD\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 158)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 6,
"numPendingTests": 0,
"perfStats": {
"start": 526447.980864,
"end": 526866.051951,
"runtime": 418,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 0,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/return-outside-function/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"return-outside-function.js"
],
"duration": 0.7125609999056906,
"failureMessages": [
"return-outside-function.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-outside-function.js format 1`\n \n - Snapshot - 6\n + Received + 1\n \n @@ -4,13 +4,8 @@\n | printWidth\n =====================================input======================================\n return someVeryLongStringA && someVeryLongStringB && someVeryLongStringC && someVeryLongStringD\n \n =====================================output=====================================\n - return (\n - someVeryLongStringA &&\n - someVeryLongStringB &&\n - someVeryLongStringC &&\n - someVeryLongStringD\n - );\n + return someVeryLongStringA && someVeryLongStringB && someVeryLongStringC && someVeryLongStringD\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 158)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"return-outside-function.js"
],
"duration": 59.195117000024766,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"return-outside-function.js"
],
"duration": 58.3634599999059,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"return-outside-function.js"
],
"duration": 58.5726039998699,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"return-outside-function.js"
],
"duration": 59.038641000166535,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"return-outside-function.js"
],
"duration": 60.36667299992405,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"return-outside-function.js"
],
"duration": 62.014706999994814,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 49,
"numPendingTests": 0,
"perfStats": {
"start": 526995.8737989999,
"end": 530031.123655,
"runtime": 3035,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 7,
"unchecked": 1,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": [
"graphql.js format 1"
]
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/template/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arrow.js"
],
"duration": 0.39498799992725253,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 60.60370699991472,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 59.33159000007436,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 59.58817500015721,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 59.18511600000784,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 58.93326000007801,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 60.42029200005345,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 0.545678999973461,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 60.58323700004257,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 58.94798900000751,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.39049900020473,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 58.78958599991165,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.59088300005533,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 60.55716499988921,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 0.4116490001324564,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 62.91088599991053,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.82880500005558,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 62.00218699988909,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 61.93576300004497,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.671873999992386,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.26935900002718,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"faulty-locations.js"
],
"duration": 0.4127309999894351,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"faulty-locations.js"
],
"duration": 62.53839799994603,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"faulty-locations.js"
],
"duration": 60.394252999918535,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"faulty-locations.js"
],
"duration": 61.01676300005056,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"faulty-locations.js"
],
"duration": 61.5367410001345,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"faulty-locations.js"
],
"duration": 62.17120900005102,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"faulty-locations.js"
],
"duration": 62.434345999965444,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 0.41000599996186793,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 61.23750999988988,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 59.56442299997434,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 59.906573000131175,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 59.80107699986547,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 61.29775899997912,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 59.9290350000374,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 0.42052499996498227,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 79.51090999995358,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 62.04182000015862,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 64.8577890000306,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 61.77549899998121,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 63.358920000027865,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 61.37913700006902,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 0.527765000006184,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 67.81000600010157,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 63.75993399997242,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 62.94224000000395,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 61.80976399988867,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 62.41740100015886,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 63.2744169998914,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 14,
"numPendingTests": 0,
"perfStats": {
"start": 530205.1784910001,
"end": 531047.6492049999,
"runtime": 842,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/newline/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"backslash_2028.js"
],
"duration": 0.5089399998541921,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"backslash_2028.js"
],
"duration": 59.96559699997306,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"backslash_2028.js"
],
"duration": 60.221988999983296,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"backslash_2028.js"
],
"duration": 59.36153899994679,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"backslash_2028.js"
],
"duration": 60.73585799988359,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"backslash_2028.js"
],
"duration": 59.98028100002557,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"backslash_2028.js"
],
"duration": 59.39340000017546,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"backslash_2029.js"
],
"duration": 0.4179299999959767,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"backslash_2029.js"
],
"duration": 61.597719999961555,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"backslash_2029.js"
],
"duration": 60.48273800010793,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"backslash_2029.js"
],
"duration": 59.35765799996443,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"backslash_2029.js"
],
"duration": 59.688635000027716,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"backslash_2029.js"
],
"duration": 59.39270399999805,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"backslash_2029.js"
],
"duration": 60.307070000097156,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "dangling-comment-in-arrow-function.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dangling-comment-in-arrow-function.js format 1`\n \n - Snapshot - 3\n + Received + 4\n \n @@ -8,11 +8,12 @@\n // foo\n ) => {}\n );\n \n =====================================output=====================================\n - foo(() =>\n - // foo\n - {},\n + foo(\n + (\n + // foo\n + ) => {},\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 161)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nembed.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `embed.js format 1`\n \n - Snapshot - 41\n + Received + 8\n \n @@ -11,48 +11,15 @@\n foo(/* ... */ css`color:magenta`);\n const a = b => /* HTML */ `<!-- bar1 --> bar <!-- bar2 -->`\n const c = b => /* HTML */ ` <!-- bar1 --> bar <!-- bar2 --> `\n \n =====================================output=====================================\n - foo(\n - /* HTML */ `<!-- bar1 -->\n - bar\n - <!-- bar2 -->`,\n - );\n - foo(/* HTML */ `\n - <!-- bar1 -->\n - bar\n - <!-- bar2 -->\n - `);\n - foo(\n - /* HTML */ `<div>\n - <p>bar</p>\n - foo\n - </div>`,\n - );\n - foo(/* HTML */ `\n - <div>\n - <p>bar</p>\n - foo\n - </div>\n - `);\n - foo(/* GraphQL */ `\n - query {\n - foo {\n - bar\n - }\n - }\n - `);\n - foo(/* ... */ css`\n - color: magenta;\n - `);\n - const a = (b) =>\n - /* HTML */ `<!-- bar1 -->\n - bar\n - <!-- bar2 -->`;\n - const c = (b) => /* HTML */ `\n - <!-- bar1 -->\n - bar\n - <!-- bar2 -->\n - `;\n + foo(/* HTML */ `<!-- bar1 --> bar <!-- bar2 -->`);\n + foo(/* HTML */ ` <!-- bar1 --> bar <!-- bar2 --> `);\n + foo(/* HTML */ `<div><p>bar</p>foo</div>`);\n + foo(/* HTML */ ` <div><p>bar</p>foo</div> `);\n + foo(/* GraphQL */ `query { foo { bar } }`);\n + foo(/* ... */ css`color:magenta`);\n + const a = (b) => /* HTML */ `<!-- bar1 --> bar <!-- bar2 -->`;\n + const c = (b) => /* HTML */ ` <!-- bar1 --> bar <!-- bar2 --> `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 161)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunction-body-in-mode-break.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-body-in-mode-break.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -19,15 +19,13 @@\n );\n }\n \n =====================================output=====================================\n fs.readdirSync(suiteLoc).forEach(function (testName) {\n - (skip ? it.skip : it)(\n - testName,\n - buildTest(binName, testName, opts),\n - 2_000_000,\n - );\n + (skip\n + ? it.skip\n + : it)(testName, buildTest(binName, testName, opts), 2_000_000);\n });\n \n {\n (skip ? it.skip : it)(\n testName,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 161)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 3,
"numPassingTests": 116,
"numPendingTests": 0,
"perfStats": {
"start": 531199.501004,
"end": 538830.4788200001,
"runtime": 7631,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 14,
"unchecked": 0,
"unmatched": 3,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/last-argument-expansion/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arrow.js"
],
"duration": 0.5164940000977367,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 66.50378399994224,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 63.88049199990928,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 63.94642399996519,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 63.36494499980472,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 64.66445700009353,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 63.22888799989596,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 0.45310600008815527,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 62.39750299998559,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 61.92192800017074,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 59.94811600004323,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 61.07867700001225,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 60.89009799994528,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 61.17490099999122,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"break-parent.js"
],
"duration": 0.4302030000835657,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"break-parent.js"
],
"duration": 64.49274599994533,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"break-parent.js"
],
"duration": 64.14117499999702,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"break-parent.js"
],
"duration": 62.41987199988216,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"break-parent.js"
],
"duration": 61.00817400007509,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"break-parent.js"
],
"duration": 62.16320100007579,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"break-parent.js"
],
"duration": 65.14189599989913,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dangling-comment-in-arrow-function.js"
],
"duration": 0.6357870001811534,
"failureMessages": [
"dangling-comment-in-arrow-function.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dangling-comment-in-arrow-function.js format 1`\n \n - Snapshot - 3\n + Received + 4\n \n @@ -8,11 +8,12 @@\n // foo\n ) => {}\n );\n \n =====================================output=====================================\n - foo(() =>\n - // foo\n - {},\n + foo(\n + (\n + // foo\n + ) => {},\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 161)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"dangling-comment-in-arrow-function.js"
],
"duration": 60.28320499998517,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dangling-comment-in-arrow-function.js"
],
"duration": 59.657720000017434,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dangling-comment-in-arrow-function.js"
],
"duration": 60.042476000031456,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dangling-comment-in-arrow-function.js"
],
"duration": 61.17051500012167,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dangling-comment-in-arrow-function.js"
],
"duration": 60.92213700013235,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dangling-comment-in-arrow-function.js"
],
"duration": 60.79397699981928,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"edge_case.js"
],
"duration": 0.6310480001848191,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"edge_case.js"
],
"duration": 73.58777000010014,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"edge_case.js"
],
"duration": 67.60973699996248,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"edge_case.js"
],
"duration": 68.23058299999684,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"edge_case.js"
],
"duration": 64.73972800001502,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"edge_case.js"
],
"duration": 66.15369400009513,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"edge_case.js"
],
"duration": 65.3085789999459,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"embed.js"
],
"duration": 0.6667149998247623,
"failureMessages": [
"embed.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `embed.js format 1`\n \n - Snapshot - 41\n + Received + 8\n \n @@ -11,48 +11,15 @@\n foo(/* ... */ css`color:magenta`);\n const a = b => /* HTML */ `<!-- bar1 --> bar <!-- bar2 -->`\n const c = b => /* HTML */ ` <!-- bar1 --> bar <!-- bar2 --> `\n \n =====================================output=====================================\n - foo(\n - /* HTML */ `<!-- bar1 -->\n - bar\n - <!-- bar2 -->`,\n - );\n - foo(/* HTML */ `\n - <!-- bar1 -->\n - bar\n - <!-- bar2 -->\n - `);\n - foo(\n - /* HTML */ `<div>\n - <p>bar</p>\n - foo\n - </div>`,\n - );\n - foo(/* HTML */ `\n - <div>\n - <p>bar</p>\n - foo\n - </div>\n - `);\n - foo(/* GraphQL */ `\n - query {\n - foo {\n - bar\n - }\n - }\n - `);\n - foo(/* ... */ css`\n - color: magenta;\n - `);\n - const a = (b) =>\n - /* HTML */ `<!-- bar1 -->\n - bar\n - <!-- bar2 -->`;\n - const c = (b) => /* HTML */ `\n - <!-- bar1 -->\n - bar\n - <!-- bar2 -->\n - `;\n + foo(/* HTML */ `<!-- bar1 --> bar <!-- bar2 -->`);\n + foo(/* HTML */ ` <!-- bar1 --> bar <!-- bar2 --> `);\n + foo(/* HTML */ `<div><p>bar</p>foo</div>`);\n + foo(/* HTML */ ` <div><p>bar</p>foo</div> `);\n + foo(/* GraphQL */ `query { foo { bar } }`);\n + foo(/* ... */ css`color:magenta`);\n + const a = (b) => /* HTML */ `<!-- bar1 --> bar <!-- bar2 -->`;\n + const c = (b) => /* HTML */ ` <!-- bar1 --> bar <!-- bar2 --> `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 161)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"embed.js"
],
"duration": 73.70224700006656,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"embed.js"
],
"duration": 72.54748399998061,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"embed.js"
],
"duration": 69.70100499992259,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"embed.js"
],
"duration": 72.34889699984342,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"embed.js"
],
"duration": 70.60968900006264,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"embed.js"
],
"duration": 69.41838199994527,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty-lines.js"
],
"duration": 0.4213470001704991,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty-lines.js"
],
"duration": 75.36904300004244,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty-lines.js"
],
"duration": 60.20612500002608,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty-lines.js"
],
"duration": 60.20169000001624,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty-lines.js"
],
"duration": 59.15485300007276,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty-lines.js"
],
"duration": 60.18800699990243,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty-lines.js"
],
"duration": 62.71539400005713,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty-object.js"
],
"duration": 0.40088199987076223,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty-object.js"
],
"duration": 61.381652999902144,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty-object.js"
],
"duration": 61.11646000016481,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty-object.js"
],
"duration": 61.87156599992886,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty-object.js"
],
"duration": 60.61191800003871,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty-object.js"
],
"duration": 60.933493999997154,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty-object.js"
],
"duration": 61.9467720000539,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-body-in-mode-break.js"
],
"duration": 0.6037930001039058,
"failureMessages": [
"function-body-in-mode-break.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-body-in-mode-break.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -19,15 +19,13 @@\n );\n }\n \n =====================================output=====================================\n fs.readdirSync(suiteLoc).forEach(function (testName) {\n - (skip ? it.skip : it)(\n - testName,\n - buildTest(binName, testName, opts),\n - 2_000_000,\n - );\n + (skip\n + ? it.skip\n + : it)(testName, buildTest(binName, testName, opts), 2_000_000);\n });\n \n {\n (skip ? it.skip : it)(\n testName,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 161)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"function-body-in-mode-break.js"
],
"duration": 62.477529999800026,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-body-in-mode-break.js"
],
"duration": 61.158002000069246,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-body-in-mode-break.js"
],
"duration": 63.300105000147596,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-body-in-mode-break.js"
],
"duration": 60.443923000013456,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-body-in-mode-break.js"
],
"duration": 61.69372700015083,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-body-in-mode-break.js"
],
"duration": 61.08646599994972,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-expression-issue-2239.js"
],
"duration": 0.4324280000291765,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function-expression-issue-2239.js"
],
"duration": 61.55487300013192,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-expression-issue-2239.js"
],
"duration": 59.71510700020008,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-expression-issue-2239.js"
],
"duration": 60.21320699993521,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-expression-issue-2239.js"
],
"duration": 60.62530800001696,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-expression-issue-2239.js"
],
"duration": 60.912761999992654,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-expression-issue-2239.js"
],
"duration": 60.24484300008044,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-expression.js"
],
"duration": 0.4080519999843091,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function-expression.js"
],
"duration": 63.13699400005862,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-expression.js"
],
"duration": 63.01857600011863,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-expression.js"
],
"duration": 63.91243999986909,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-expression.js"
],
"duration": 61.41524700005539,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-expression.js"
],
"duration": 64.06236499990337,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-expression.js"
],
"duration": 65.20215700007975,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-10708.js"
],
"duration": 0.47930500004440546,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-10708.js"
],
"duration": 62.734356000088155,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-10708.js"
],
"duration": 61.53760099993087,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-10708.js"
],
"duration": 61.96658400003798,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-10708.js"
],
"duration": 63.16386599978432,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-10708.js"
],
"duration": 62.91640200000256,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-10708.js"
],
"duration": 62.193665999919176,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-7518.js"
],
"duration": 0.41340199997648597,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-7518.js"
],
"duration": 61.64763000002131,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-7518.js"
],
"duration": 62.265180999878794,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-7518.js"
],
"duration": 62.5954849999398,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-7518.js"
],
"duration": 61.26716499985196,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-7518.js"
],
"duration": 63.28565199999139,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-7518.js"
],
"duration": 62.71834499994293,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 0.4165479999501258,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 62.273179000010714,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 61.13676099991426,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 60.3251740001142,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 60.26732899993658,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 61.59850399987772,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 61.54283500020392,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"number-only-array.js"
],
"duration": 0.41957399994134903,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"number-only-array.js"
],
"duration": 64.8814649998676,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"number-only-array.js"
],
"duration": 60.7440789998509,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"number-only-array.js"
],
"duration": 60.501635999884456,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"number-only-array.js"
],
"duration": 62.08664800017141,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"number-only-array.js"
],
"duration": 63.26919299992733,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"number-only-array.js"
],
"duration": 61.56195699982345,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 0.5171960000880063,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 65.46777600003406,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 63.22524800011888,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 62.8889719999861,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 61.656183999963105,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 62.48882199986838,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 62.18892000010237,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"overflow.js"
],
"duration": 0.5178369998466223,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"overflow.js"
],
"duration": 74.3823539998848,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"overflow.js"
],
"duration": 65.50858499994501,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"overflow.js"
],
"duration": 64.78640000009909,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"overflow.js"
],
"duration": 65.39660499989986,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"overflow.js"
],
"duration": 69.14923300012015,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"overflow.js"
],
"duration": 70.66298200003803,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "comment.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,9 +6,9 @@\n <!--\n alert(1)\n -->\n =====================================output=====================================\n <!--\n - alert(1); \n + alert(1)\n -->\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 162)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 0,
"numPendingTests": 0,
"perfStats": {
"start": 538989.0122720001,
"end": 539051.3100709999,
"runtime": 62,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 0,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments/html-like/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"comment.js"
],
"duration": 0.7378279999829829,
"failureMessages": [
"comment.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,9 +6,9 @@\n <!--\n alert(1)\n -->\n =====================================output=====================================\n <!--\n - alert(1); \n + alert(1)\n -->\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 162)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "satisfies.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `satisfies.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -6,10 +6,10 @@\n module.exports = /** @satisfies {Record<string, string>} */ ({\n hello: 1337,\n });\n \n =====================================output=====================================\n - module.exports = /** @satisfies {Record<string, string>} */ ({\n + module.exports = /** @satisfies {Record<string, string>} */ {\n hello: 1337,\n - });\n + };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 163)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nstyled-components.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `styled-components.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -16,14 +16,14 @@\n \n =====================================output=====================================\n const OverlapWrapper =\n /** @type {import('styled-components').ThemedStyledFunction<'div',null,{overlap: boolean}>} */\n (styled.div)`\n - position: relative;\n + position:relative;\n > {\n - position: absolute;\n - bottom: ${(p) => p.overlap === \"previous\" && 0};\n - top: ${(p) => p.overlap === \"next\" && 0};\n - }\n - `;\n + position: absolute;\n + bottom: ${(p) => p.overlap === \"previous\" && 0};\n + top: ${(p) => p.overlap === \"next\" && 0};\n + }\n + `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 163)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 4\n + Received + 6\n \n @@ -37,16 +37,18 @@\n width,\n height,\n ...margins,\n });\n \n - foo = /** @type A */ (#{\n + foo = /** @type A */ (#\n + {\n // comment\n width,\n height,\n ...margins,\n - });\n + }\n + )\n \n foo = /** @type A */ ([\n // comment\n width,\n height,\n @@ -55,9 +57,9 @@\n \n foo = /** @type A */ (#[\n // comment\n width,\n height,\n - ...margins,\n - ]);\n + ...margins,\n + ])\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 163)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 3,
"numPassingTests": 35,
"numPendingTests": 0,
"perfStats": {
"start": 539202.344273,
"end": 541564.983581,
"runtime": 2363,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 16,
"unchecked": 0,
"unmatched": 3,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments-closure-typecast/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"binary-expr.js"
],
"duration": 0.5102319999132305,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary-expr.js"
],
"duration": 60.49932500021532,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"closure-compiler-type-cast.js"
],
"duration": 0.4237110000103712,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"closure-compiler-type-cast.js"
],
"duration": 69.55785999982618,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comment-in-the-middle.js"
],
"duration": 0.39872499997727573,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment-in-the-middle.js"
],
"duration": 60.869786999886855,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comment-placement.js"
],
"duration": 0.40799199999310076,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment-placement.js"
],
"duration": 62.29568099998869,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"extra-spaces-and-asterisks.js"
],
"duration": 0.4764189999550581,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"extra-spaces-and-asterisks.js"
],
"duration": 63.84682299988344,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"iife-issue-5850-isolated.js"
],
"duration": 0.3981029998976737,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"iife-issue-5850-isolated.js"
],
"duration": 61.321109999902546,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 0.40881299995817244,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 61.906571000115946,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-4124.js"
],
"duration": 0.4194840001873672,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-4124.js"
],
"duration": 63.01394800003618,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-8045.js"
],
"duration": 0.39720100001432,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-8045.js"
],
"duration": 61.30825199978426,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-9358.js"
],
"duration": 0.4157460001297295,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-9358.js"
],
"duration": 61.70935399993323,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 0.3971310001797974,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 59.45008400012739,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 0.42618599999696016,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 62.453060999978334,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"non-casts.js"
],
"duration": 0.49449299997650087,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"non-casts.js"
],
"duration": 62.42115100007504,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object-with-comment.js"
],
"duration": 0.4248440000228584,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object-with-comment.js"
],
"duration": 60.557128000073135,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"satisfies.js"
],
"duration": 0.5963439999613911,
"failureMessages": [
"satisfies.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `satisfies.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -6,10 +6,10 @@\n module.exports = /** @satisfies {Record<string, string>} */ ({\n hello: 1337,\n });\n \n =====================================output=====================================\n - module.exports = /** @satisfies {Record<string, string>} */ ({\n + module.exports = /** @satisfies {Record<string, string>} */ {\n hello: 1337,\n - });\n + };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 163)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"satisfies.js"
],
"duration": 59.62030200008303,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"styled-components.js"
],
"duration": 0.6002209999132901,
"failureMessages": [
"styled-components.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `styled-components.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -16,14 +16,14 @@\n \n =====================================output=====================================\n const OverlapWrapper =\n /** @type {import('styled-components').ThemedStyledFunction<'div',null,{overlap: boolean}>} */\n (styled.div)`\n - position: relative;\n + position:relative;\n > {\n - position: absolute;\n - bottom: ${(p) => p.overlap === \"previous\" && 0};\n - top: ${(p) => p.overlap === \"next\" && 0};\n - }\n - `;\n + position: absolute;\n + bottom: ${(p) => p.overlap === \"previous\" && 0};\n + top: ${(p) => p.overlap === \"next\" && 0};\n + }\n + `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 163)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"styled-components.js"
],
"duration": 62.194546999875456,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 0.43950099986977875,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 63.45190800004639,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.6242959999945015,
"failureMessages": [
"tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 4\n + Received + 6\n \n @@ -37,16 +37,18 @@\n width,\n height,\n ...margins,\n });\n \n - foo = /** @type A */ (#{\n + foo = /** @type A */ (#\n + {\n // comment\n width,\n height,\n ...margins,\n - });\n + }\n + )\n \n foo = /** @type A */ ([\n // comment\n width,\n height,\n @@ -55,9 +57,9 @@\n \n foo = /** @type A */ (#[\n // comment\n width,\n height,\n - ...margins,\n - ]);\n + ...margins,\n + ])\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 163)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 61.571491999784485,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"ways-to-specify-type.js"
],
"duration": 0.4621830000542104,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"ways-to-specify-type.js"
],
"duration": 64.14855600008741,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 10,
"numPendingTests": 0,
"perfStats": {
"start": 541693.1724080001,
"end": 542323.557731,
"runtime": 630,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/class-static-block/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 0.4302729999180883,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 63.89127300004475,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 61.024815999902785,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 60.95028099999763,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 60.78380299988203,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with-line-breaks.js"
],
"duration": 0.42747800005599856,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with-line-breaks.js"
],
"duration": 60.952829000074416,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with-line-breaks.js"
],
"duration": 62.32554199988954,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with-line-breaks.js"
],
"duration": 59.36718500009738,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with-line-breaks.js"
],
"duration": 59.54435799992643,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
}
],
"wasInterrupted": false
}
{
"bail": 0,
"changedFilesWithAncestor": false,
"ci": true,
"collectCoverage": false,
"collectCoverageFrom": [
"src/**/*.js",
"bin/**/*.js"
],
"coverageDirectory": "/home/runner/work/biome/biome/prettier-repo/coverage",
"coverageProvider": "babel",
"coverageReporters": [
"text",
"lcov"
],
"detectLeaks": false,
"detectOpenHandles": false,
"errorOnDeprecated": false,
"expand": false,
"findRelatedTests": false,
"forceExit": false,
"json": false,
"lastCommit": false,
"listTests": false,
"logHeapUsage": false,
"maxConcurrency": 5,
"maxWorkers": 1,
"noStackTrace": false,
"nonFlagArgs": [],
"notify": false,
"notifyMode": "failure-change",
"onlyChanged": false,
"onlyFailures": false,
"openHandlesTimeout": 1000,
"passWithNoTests": false,
"projects": [],
"reporters": [
[
"default",
{}
],
[
"/home/runner/work/biome/biome/prettier-repo/node_modules/jest-stare/lib/index.js",
{}
],
[
"/home/runner/work/biome/biome/prettier-repo/reporter.js",
{}
]
],
"rootDir": "/home/runner/work/biome/biome/prettier-repo",
"runTestsByPath": false,
"seed": -378851245,
"skipFilter": false,
"snapshotFormat": {
"escapeString": false,
"printBasicPrototype": false
},
"testFailureExitCode": 1,
"testPathPattern": "",
"testSequencer": "/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/test-sequencer/build/index.js",
"updateSnapshot": "none",
"useStderr": false,
"watch": false,
"watchAll": false,
"watchPlugins": [
{
"config": {},
"path": "/home/runner/work/biome/biome/prettier-repo/node_modules/jest-watch-typeahead/build/file_name_plugin/plugin.js"
},
{
"config": {},
"path": "/home/runner/work/biome/biome/prettier-repo/node_modules/jest-watch-typeahead/build/test_name_plugin/plugin.js"
}
],
"watchman": true,
"workerThreads": false
}